Stats
Actions
Tags
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:
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub artmin96/forge-studio --plugin memory