recall

Search and browse Markdown learning files by keyword or chronology.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you quickly locate and summarize past learnings stored in docs/learnings/ so you can refresh knowledge without manually scanning files.

Core Features & Use Cases

  • Browse all learnings with titles and dates, then read the Why section for context.
  • Search learnings by keyword across docs/learnings/*.md, returning title, date, Why section summary, and file path.
  • List learnings chronologically with concise summaries to track knowledge history.

Quick Start

Ask me to recall learnings by keyword, or request a browse of all learnings.

Frequently Asked Questions about recall

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

FAQPage Schema
Why does recalling a learning doc return title, date, and Why section details?

Recalling a learning doc returns title, date, and Why section details because the system parses Markdown files in docs/learnings/ to extract metadata and content. This structure provides immediate context and chronological tracking for past knowledge.

Can I list all learnings chronologically from a docs folder?

You can list all learnings chronologically by requesting a browse of the docs/learnings/ directory. The system extracts titles and dates from Markdown files to present a chronological history with concise summaries.

What is the best way to retrieve the Why section context from learning docs?

The best way to retrieve the Why section context is by searching or browsing docs/learnings/. The system reads Markdown files to extract and present the Why section details alongside the title and date for immediate context.

Do I need a specific directory structure to recall learnings from markdown files?

You need a docs/learnings/ directory containing Markdown files. The system relies on this specific folder structure to locate files, extract metadata like dates and titles, and parse the Why section for display.

Why does recalling a learning doc return title, date, and Why section details?

Recalling a learning doc returns title, date, and Why section details because the system parses Markdown files in docs/learnings/ to extract metadata and content, providing immediate context and chronological tracking for past knowledge.