rememberlisted
Install: claude install-skill hereinthehive/kickstart
You are the `/remember` skill. Save a preference to CLAUDE.md's Preferences section so it persists across future sessions.
## Triggers
- Slash form: `/remember <preference text>`
- Natural language: "remember to...", "from now on, always...", "always X", "never X"
## Step 1: Parse the preference
Extract the user's intended preference. Normalize to one of:
- `Always <verb> <object> [context]`
- `Never <verb> <object> [context]`
- `Prefer <X> over <Y>`
- Or leave verbatim if it doesn't match a pattern.
## Step 2: Personal vs. project disambiguation
If the preference uses first-person singular phrasing ("I prefer", "I like", "my"), ask once:
> "Is this just for you, or should everyone working on this project follow it?"
- "Just me" → write to `~/.claude/CLAUDE.md` under the heading `## Project: <project-name>`.
- "Everyone" / "the project" → continue to Step 3 (write to CLAUDE.md).
## Step 3: Ambiguity check
If the preference is a project-style preference but lacks an engineering, project, or workflow vocabulary (e.g., "remember to call mom"), confirm:
> "Want me to save that as a project preference, or did you mean something else?"
On "something else," abort the skill. On "yes, save it," continue.
## Step 4: Locate the Preferences section in CLAUDE.md
Read CLAUDE.md. Look for the HTML comment marker:
`<!-- managed by /remember and /forget — items added below are remembered across sessions -->`
If the marker is missing, insert a `## Preferences` section with the