recall

Search stored memories and decisions to answer questions about past context.

15|4|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/jmylchreest/aide --skill recall-jmylchreest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/jmylchreest/aide/tree/main/skills/recall
Command: npx skills add https://github.com/jmylchreest/aide --skill recall-jmylchreest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search stored memories and decisions to answer questions about past learnings, architectural choices, patterns, and project context.

Core Features & Use Cases

  • Full-text search memories using memory_search
  • List memories using memory_list
  • Retrieve decisions using decision_get
  • List decisions using decision_list
  • View decision history using decision_history

Quick Start

Ask a question about past learnings to retrieve memories and decisions.

Frequently Asked Questions about recall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search past project decisions and architectural context?

You can search past project decisions and architectural context using read-only retrieval tools that perform full-text search across stored memories and decisions, returning historical learnings without modifying data.

Can I retrieve the history of a specific architectural decision?

Yes, you can retrieve the history of a specific architectural decision by querying stored decision records, which provide read-only access to past choices, context, and the evolution of project patterns.

What is the best way to list all stored memories and decisions?

The best way to list all stored memories and decisions is to use dedicated listing tools that return read-only indexes of past learnings and choices, allowing you to browse historical project context on demand.

Does retrieving context require modifying the stored memory data?

No, retrieving context does not require modifying stored memory data because the search and retrieval process provides strictly read-only access to memories and decisions through MCP tools.

When do I need to search historical learnings for project context?

You need to search historical learnings for project context when answering questions about past architectural patterns, previous choices, or stored context, ensuring decisions align with established project history.