recall
SolidSemantic recall across the agent's full knowledge base via the vector_brain index (knowledge-graph pages, knowledge files, memory, reviewed outputs, persona memory). Trigger whenever the user asks 'what do we have on X', 'find me info about Y', 'search memory for Z', 'do we have a note on W', 'recall X', 'remember anything about Y', 'what do I know about Z', or whenever the current conversation needs grounding against prior work you don't have in active context. Use this BEFORE guessing or saying 'I don't have context on that'. the vector brain likely does. Returns ranked semantic matches with similarity scores.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- 0xUrsanomics
- Repository
- 0xUrsanomics/utopia-os
- Created
- 5 days ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
recall-knowledge
Recall knowledge base entries by meaning, not just keywords — hybrid search (lexical ripgrep + local vector embeddings + see-link graph) over `.claude/knowledge/entries/`. Use when looking for prior knowledge, decisions, pitfalls, or context that may be worded differently from the query (e.g. a Japanese query vs English identifiers, or synonyms the entry does not literally contain). Falls back to ripgrep-only when the vector index or its dependencies are absent. On-demand only — it is NOT wired into the per-prompt hook (that stays ripgrep for instant, model-free injection).
cortex-recall
Search and retrieve memories from Cortex persistent memory. Use when the user asks 'what did we decide about X', 'do you remember', 'what was the fix for', 'find that thing about', 'search memories', 'what do we know about', 'have we seen this before', or when you need context about past decisions, patterns, bugs, or architecture choices. Also use proactively when working on something that likely has relevant historical context.
recall
Search VantagePeers for stored memories. Use this skill whenever the user says "recall", "remember", "what do we know about", "search memory", "look up", "find in memory", or asks about past decisions, context, or stored knowledge -- even if they don't say "recall" explicitly.