From memory-manage
Use when user says "reorganize memory", "clean up memory", "audit memory", or wants to maintain the structured memory system. Consolidates duplicates, updates index, and ensures consistency.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-manage:memory-organizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When invoked, audit and reorganize the entire .claude/memory/ system to remove duplicates, outdated entries, and keep index current.
When invoked, audit and reorganize the entire .claude/memory/ system to remove duplicates, outdated entries, and keep index current.
Trigger when:
Flag:
For duplicates:
For topics that grew too large:
Within each file:
Rebuild memory.md:
Example:
- [general.md](general.md) — preferences, workflow, environment
- [domain/api-design.md](domain/api-design.md) — REST patterns, status codes, versioning
- [domain/authentication.md](domain/authentication.md) — JWT, session mgmt, CORS
- [tools/bash.md](tools/bash.md) — bash idioms, parameter expansion, process substitution
- [tools/git.md](tools/git.md) — workflows, cherry-pick, rebase, merge strategies
Show user:
## Memory Reorganization Summary
**Files processed**: 6 (general.md, domain/react.md, domain/api-design.md, tools/git.md, tools/bash.md, tools/postgres.md)
**Changes made**:
- Merged 3 duplicate entries (JWT patterns consolidated)
- Deleted 2 outdated entries (deprecated tool configs)
- Moved 1 entry (authentication → domain/authentication from tools/)
- Fixed 4 formatting inconsistencies
- Split domain/testing.md into domain/unit-testing.md + domain/integration-testing.md (17 entries each)
- Updated memory.md index
**Removed entries** (deleted as outdated):
- tools/old-framework.md — Framework no longer used
- domain/react.md entry about deprecated lifecycle method
**New organization**:
- 6 files, 87 total entries
- domain/ (4 files, 42 entries)
- tools/ (2 files, 31 entries)
- general.md (14 entries)
**Suggest next**:
- Review "Authentication" entries in domain/authentication.md (8 entries, high activity)
- Consider splitting if grows much larger
npx claudepluginhub acurtinxtivia/ac-demo-marketplace --plugin memory-manageCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.