From ctx
Queries stored ctx memory with search strings like 'type:decision AND tag:project:myproject' to retrieve past decisions, facts, or patterns and injects results into context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ctx:recallThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a query against stored knowledge and present the results.
Run a query against stored knowledge and present the results.
The user provides a query string as the argument. If no argument given, ask what they want to recall.
Run:
ctx query "${ARGUMENTS}"
Present the results clearly, showing node type, content, and tags for each match.
npx claudepluginhub zate/cc-plugins --plugin ctxRetrieves relevant memories from past sessions using memsearch for historical context, decisions, debugging notes, and project knowledge. Activates on relevance or '[memsearch] Memory available' hints.
Loads prior context from a Zettelkasten memory store using the memex CLI or MCP tools. Invoke when tasks overlap with past work.
Searches and retrieves memories from Cortex persistent memory using WRRF retrieval. Use for past decisions, patterns, bugs, or architecture context.