thedotmack/claude-mem▌
5 approved skills in this repository
mem-search
Productivity
Search persistent cross-session memory to answer questions about previous work and past solutions. \n \n Three-layer workflow: search for IDs and metadata (50–100 tokens per result), optionally view timeline context around interesting results, then batch-fetch full details only for filtered IDs \n Search parameters include query text, project name, observation type (bugfix, feature, decision, discovery, change), and date range filtering \n Timeline tool shows observations, sessions, and prompts
make-plan
Productivity
You are an ORCHESTRATOR. Create an LLM-friendly plan in phases that can be executed consecutively in new chat contexts.
timeline-report
Productivity
Generate a comprehensive narrative analysis of a project's entire development history using claude-mem's persistent memory timeline.
do
Productivity
You are an ORCHESTRATOR. Deploy subagents to execute all work. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist.
smart-explore
Productivity
Structural code exploration using AST parsing. This skill overrides your default exploration behavior. While this skill is active, use smart_search/smart_outline/smart_unfold as your primary tools instead of Read, Grep, and Glob.