recall

Solid

Search memories and decisions to answer questions about past learnings, choices, and context

AI & Automation 15 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Recall **Recommended model tier:** balanced (sonnet) - this skill performs straightforward operations Search stored memories and decisions to answer questions about past learnings, architectural choices, patterns, and project context. ## MCP Tools ### Search Memories | Tool | Purpose | |------|---------| | `mcp__plugin_aide_aide__memory_search` | Full-text search (fuzzy, prefix, substring matching) | | `mcp__plugin_aide_aide__memory_list` | List memories, optionally filtered by category | ### Get Decisions | Tool | Purpose | |------|---------| | `mcp__plugin_aide_aide__decision_get` | Get specific decision by topic | | `mcp__plugin_aide_aide__decision_list` | List all decisions | | `mcp__plugin_aide_aide__decision_history` | Get all versions of a decision | ## Workflow 1. **Parse the question** - Extract key terms 2. **Search both sources:** - Use `mcp__plugin_aide_aide__memory_search` with relevant keywords - Use `mcp__plugin_aide_aide__decision_get` with the topic, or `mcp__plugin_aide_aide__decision_list` 3. **Analyze timestamps** - Prefer most recent (ULIDs are time-ordered) 4. **Answer** - Combine relevant context from both sources ## Instructions When the user asks about previous context: 1. **For architectural/design questions** (testing, auth, database, etc.): - Use `mcp__plugin_aide_aide__decision_get` with topic (e.g., "testing") - If unsure of topic name, use `mcp__plugin_aide_aide__decision_list` 2. **For learnings/patterns/gotchas:** ...

Details

Author
jmylchreest
Repository
jmylchreest/aide
Created
5 months ago
Last Updated
today
Language
Go
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

memory-search

Searches the project's recorded memory (core-memory-kit) — decisions, conventions, architecture, the reasoning behind choices, and where things live — and returns a curated, cited summary. Fire whenever the answer might be something the project already established in past work, HOWEVER the question is phrased — any prior decision, convention, rationale, or "how/where/why is it this way" question, including oblique or roundabout asks ("why is everything so spread out?", "remind me what we settled on for X", "how come these files are tiny?"). Also fire when a "[core-memory-kit] Memory available" hint appears on the prompt. The examples are illustrative, not a checklist — prefer recalling over re-deriving an answer from the code. The session-start snapshot is a bounded index; this skill reaches the rest. Skip only when the question is purely about uncommitted or just-edited live code that memory cannot know, concerns this conversation only, or the user asked to ignore memory.

4 Updated today
LH8PPL
AI & Automation Listed

recall

Query the recall knowledge base for relevant context. Searches decisions, patterns, gotchas, links, and insights stored across sessions. TRIGGER when: user asks to "recall", "remember", "what did we decide about", "check knowledge base", or references past decisions/patterns. DO NOT TRIGGER when: user is talking about memory/recall in a general sense, or working on the recall agent code itself.

1 Updated 1 weeks ago
DROOdotFOO
AI & Automation Solid

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.

68 Updated today
cdeust