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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-user-memoryThis skill uses the workspace's default tool permissions.
Before answering the user or making a recommendation, ask yourself: **is this something memory might already know?** If yes, check it first.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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).