From CogniCore Memory
Persists facts, preferences, constraints, project decisions across conversations via a memory backend. Recall automatically when starting new sessions or facing recurring issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cognicore-memory:memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to a persistent memory backend via the `cognicore` MCP server. This allows you to remember important information across conversations for the user.
You have access to a persistent memory backend via the cognicore MCP server. This allows you to remember important information across conversations for the user.
cognicore_recall at the start of a new project session to check if there are known constraints or context.cognicore_recall before answering.npx claudepluginhub cognicore-dev/cognicore-my-openenv --plugin cognicore-memoryPersists project decisions, preferences, and conventions across Claude Code sessions by storing and retrieving memories from a local JSON file. Automatically loads memories on session start and applies them silently.
Manages persistent memory across Claude Code sessions via AutoMem. Recall project context, architectural decisions, bug fixes, user preferences, and patterns at session start or debugging.
Persistent memory protocol that proactively saves decisions, conventions, bugs, and discoveries across sessions. Always active — saves automatically without waiting for user requests.