recall

Search project memory for past decisions, session history, and project state.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/teaglebuilt/aiconfig --skill recall-teaglebuilt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/teaglebuilt/aiconfig/tree/main/.cursor/skills/recall
Command: npx skills add https://github.com/teaglebuilt/aiconfig --skill recall-teaglebuilt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly find past decisions, solutions to similar problems, or historical session information within your project's memory, preventing redundant work and ensuring continuity.

Core Features & Use Cases

  • Memory Search: Query project memory by topic, time, or file.
  • Context Retrieval: Access project state, past session summaries, and architectural decisions.
  • Use Case: If you're unsure about a past architectural decision regarding authentication, you can ask the skill to "search memory for authentication decisions" to retrieve the relevant ADR.

Quick Start

Search project memory for past decisions about authentication.

Frequently Asked Questions about recall

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

FAQPage Schema
How do I search project memory for past decisions and session history?

Search project memory by querying structured memory sources like decisions.json, sessions.json, and context.json to retrieve historical information, past decisions, and session history for problem-solving.

How can I retrieve context from previous sessions to avoid redundant work?

Retrieve context from previous sessions by querying project memory sources like sessions.json and context.json, which store past session summaries and project state to prevent redundant work and ensure continuity.

What is the best way to find past architectural decisions in my project history?

The best way to find past architectural decisions is searching project memory files like decisions.json, which stores ADRs and historical context for targeted information retrieval during problem-solving.

Can I query project memory by topic or file to maintain project state?

Yes, you can query project memory by topic, time, or file to access project state, past session summaries, and architectural decisions, ensuring continuity and preventing redundant problem-solving efforts.

Do I need structured memory files to search for historical project context?

Yes, searching for historical project context requires structured memory sources like decisions.json, sessions.json, and context.json to retrieve targeted information about past decisions and session history.