From claude-memory
Search Claude Code conversation history using semantic search. Use this skill when finding previous discussions, recalling how a problem was solved before, or searching for code patterns discussed in past conversations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-memory:claude-memoryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search and retrieve information from indexed Claude Code conversation history.
Search and retrieve information from indexed Claude Code conversation history.
claude-memory search "your query" --limit 10
Returns semantically similar conversation chunks ranked by relevance.
Options:
--limit N / -n N: Number of results (default: 10)--project PATH: Filter by project path--role user|assistant: Filter by message role--since 7d|30d|1h: Filter by time--pretty: Human-readable outputclaude-memory show chunk-123
claude-memory show <conversation-id>
Display full chunk or conversation content.
claude-memory stats --pretty
Show indexed conversations count, top projects, and database info.
| User Request | Command |
|---|---|
| "Find our React hooks discussion" | claude-memory search "React hooks" |
| "How did we implement auth?" | claude-memory search "authentication implementation" |
| "What database migrations did we do?" | claude-memory search "database migration alembic" |
| "Show me that conversation" | claude-memory show chunk-123 |
| "What projects have I worked on?" | claude-memory stats --pretty |
| "Recent discussions about Docker" | claude-memory search "Docker" --since 7d |
After running a search, summarize the relevant findings for the user. Include:
If commands fail, the user may need to run setup:
claude-memory init
claude-memory models download
claude-memory index
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, 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 kamrul1157024/claude-memory --plugin claude-memory