recall

Load saved Markdown knowledge files into the current session context.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ourines/claude-code-learn --skill recall-ourines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/ourines/claude-code-learn/tree/main/skills/recall
Command: npx skills add https://github.com/ourines/claude-code-learn --skill recall-ourines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load saved knowledge from ~/.claude/learnings/ into the current session context.

Core Features & Use Cases

  • Retrieve knowledge from ~/.claude/learnings/ by topic slug or filename.
  • Support exact slug, partial filename, and content-based matching; absorb the content into the working context.
  • Freshness awareness: note and refresh outdated entries to maintain accuracy.

Quick Start

Ask Claude to load knowledge for a topic by name, slug, or partial match to bring it into the session.

Frequently Asked Questions about recall

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

FAQPage Schema
How do I load saved markdown knowledge into my current session?

To load saved markdown knowledge into your current session, retrieve files from the ~/.claude/learnings/ directory by exact slug, partial filename, or content match to absorb them into your working context.

Can I search my saved knowledge base by content instead of filename?

Yes, you can search your saved knowledge base by content, as well as by exact slug or partial filename, allowing flexible retrieval of markdown files stored in the learnings directory.

What happens if multiple knowledge files match my search query?

If multiple knowledge files match your search query, the system prompts you to choose the correct file, ensuring you load the precise markdown context needed into your active session.

How does the system handle outdated information in saved knowledge files?

The system handles outdated information by performing a freshness check on markdown entries, flagging or refreshing knowledge if the last_verified date exceeds 90 days to maintain accuracy.

Do I need any specific dependencies to retrieve knowledge from the learnings directory?

No specific dependencies are required to retrieve knowledge from the learnings directory; the process directly reads local markdown files from ~/.claude/learnings/ into the session context.