Help us improve
Share bugs, ideas, or general feedback.
From atomicmemory
Persistent semantic memory across Claude Code sessions — stores and retrieves user preferences, project context, and prior decisions via `memory_search`, `memory_ingest`, and `memory_package` tools.
npx claudepluginhub atomicstrata/atomicmemory-integrations --plugin claude-codeHow this skill is triggered — by the user, by Claude, or both
Slash command
/atomicmemory:atomicmemoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to persistent memory through three MCP tools: `memory_search`, `memory_ingest`, `memory_package`. Memory survives across sessions and is scoped via `user` / `agent` / `namespace` / `thread`.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
You have access to persistent memory through three MCP tools: memory_search, memory_ingest, memory_package. Memory survives across sessions and is scoped via user / agent / namespace / thread.
Call memory_search before answering when:
If a search returns nothing relevant, just continue without mentioning it — silent failure is fine.
Call memory_ingest after:
Use mode: "text" for standalone facts. Use mode: "messages" only when the full conversational turn is load-bearing.
Call memory_package when you need a curated, token-budgeted context block — e.g. for a fresh task where broad context matters more than a single fact lookup. Prefer memory_search for specific queries.
Scope flows automatically from the plugin config. Override per call only when the user explicitly asks to operate in a different scope ("check my personal memory", "only look at this repo").