Stats
Actions
Tags
From memory
List, audit, and clean up stored memories. Use to maintain memory hygiene and remove stale entries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory:memory-indexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `.claude/memory/index.md` and present as a table:
Read .claude/memory/index.md and present as a table:
| Topic | Last Verified | Age | Status |
|---|---|---|---|
| ... | ... | ... | fresh / aging / stale |
Age thresholds: fresh (< 7d), aging (7-30d), stale (> 30d).
For each topic file in .claude/memory/topics/:
Last verified: dateFor stale or invalid entries:
.claude/memory/topics/.claude/memory/index.mdLast verified: date if still accurate.claude/memory/index.md under 50 entriesCreates, 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