Plugin
by @micsapp · plugin · 5 skills
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Install the whole plugin (CLI)
npx skillmds add micsapp/do
npx skillmds add micsapp/make-plan
npx skillmds add micsapp/mem-search
npx skillmds add micsapp/smart-explore
npx skillmds add micsapp/timeline-reportSkills in this plugin
- ▌ do · micsappExecute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.
- ▌ make-plan · micsappCreate a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.
- ▌ mem-search · micsappSearch claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.
- ▌ smart-explore · micsappToken-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.
- ▌ timeline-report · micsappGenerate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.