From claude-user-memory
Retrieve facts about the user from the configured personal-memory backend when you suspect memory holds context you need — preferences, past decisions, ongoing projects, personal details. Invoke proactively any time you would otherwise ask the user something that feels like it should already be known, or when starting a task where prior context would help. Routes to personal or work store by the deduction rule in CONTEXT.md. Concrete backend (Pinecone, Mem0, …) comes from the workspace's .claude/memory-config.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-user-memory:recall-user-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before answering the user or making a recommendation, ask yourself: **is this something memory might already know?** If yes, check it first.
Before answering the user or making a recommendation, ask yourself: is this something memory might already know? If yes, check it first.
Do not invoke for purely technical questions with no user-specific answer (e.g. "what does this Python syntax do?").
.claude/memory-config.md in the workspace. That file names the backend, the exact MCP tool to call for "search", and the scope parameters (index/namespace/project_id/etc.) for the chosen context. If the file is missing, stop and ask the user to install one (copy the plugin's templates/memory-config.example.md).CONTEXT.md (default personal; switch to work on explicit override, work cwd, or clearly-business conversation).memory-config.md.remember-user-fact to overwrite).remember-user-fact) or queueing for end-of-session (commit-learnings).npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-user-memoryCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.