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 entriesnpx claudepluginhub artmin96/forge-studio --plugin memoryGuides 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.