From memory
Store a decision, pattern, or insight to persistent memory. Use when you learn something that should survive session boundaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory:rememberThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Tier | Location | Loaded | Purpose |
| Tier | Location | Loaded | Purpose |
|---|---|---|---|
| 1 | .claude/memory/index.md | Always | One-line pointers — tiny, fast |
| 2 | .claude/memory/topics/*.md | On demand | Detailed topic files |
| 3 | Session transcripts | Never whole | Raw history, searchable via grep |
Create .claude/memory/topics/<slug>.md:
# <Topic Title>
Last verified: YYYY-MM-DD
<Content: decisions, patterns, context, rationale>
Keep it scannable. Use bullet points. Include why, not just what.
Append one line to .claude/memory/index.md:
- [<Topic Title>](topics/<slug>.md) — <one-line hook, under 120 chars>
Last verified: date so future sessions know stalenessGood candidates:
Bad candidates:
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.
npx claudepluginhub artmin96/forge-studio --plugin memory