← ClaudeAtlas

recalllisted

Search and retrieve from a persistent knowledge base. Use BEFORE web searches or external research — check what you already know first. Use when: looking up previously researched topics, finding API references, checking what past sessions discovered, or any time you need information that might already be in the knowledge base.
jord0-cmd/jord0.skills · ★ 0 · AI & Automation · score 73
Install: claude install-skill jord0-cmd/jord0.skills
# RECALL **Search your knowledge base before searching the web.** --- ## Usage ``` /recall [query] - Search the knowledge base /recall --list - Show all knowledge entries /recall --tags [tag] - Filter by tag /recall --recent - Show recent additions /recall --id [id] - Load a specific entry by ID ``` --- ## What This Is RECALL searches a local knowledge base of previously saved research, references, and documentation. It's the retrieval half of RECON — where RECON saves knowledge, RECALL finds it. **Always check RECALL before launching a web search.** If past research exists on the topic, you save time and get more reliable, curated results. --- ## How It Works ### 1. Search the Index RECALL reads `knowledge/index.json` and searches across: - Entry titles - Tags - Summaries - Full-text content (if needed) ### 2. Rank Results Results are ranked by relevance: - Exact title match → highest - Tag match → high - Summary keyword match → medium - Full-text match → lower ### 3. Display Results Shows matching entries with: - ID, title, date - Tags and summary - Option to load the full report --- ## AUTO-EXECUTE Protocol When this skill is invoked: 1. **Read** `knowledge/index.json` 2. **Parse** the user's query into search terms 3. **Search** entries by title, tags, and summary 4. **Rank** and display top results 5. **Offer to load** the full report for any match **Proactive use:** Before any web search, check if the kno