recall

Retrieves and saves durable project-specific knowledge before unfamiliar edits.

Updated Aug 30, 2026
One-click install
npx skills add https://github.com/ryanportfolio/threejs-interview-test --skill recall-ryanportfolio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/ryanportfolio/threejs-interview-test/tree/main/.agents/skills/recall
Command: npx skills add https://github.com/ryanportfolio/threejs-interview-test --skill recall-ryanportfolio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams lose hard-won project knowledge between sessions, so agents repeat mistakes and rediscover pitfalls. This Skill recalls stored project learnings before unfamiliar edits and saves new durable knowledge for future work. ## Core Features & Use Cases - Knowledge Recall: Surfaces what the project already knows, including pitfalls, before editing unfamiliar areas. - Durable Learning Capture: Saves project-specific lessons so they persist across sessions and contributors. - Use Case: Before modifying an unfamiliar module, ask what the project knows about it to avoid repeating past mistakes, then record any new pitfalls discovered during the work. ## Quick Start Ask the agent to recall what this project knows about the area you are about to edit before making changes.

Frequently Asked Questions about recall

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

FAQPage Schema
How do I recall project knowledge before editing code?▼

Invoke the recall skill before making edits in an unfamiliar project area. It reads the canonical workflow from the project's skill directory and surfaces stored learnings and known pitfalls relevant to your task.

How do I save project learnings for future sessions?▼

Use the recall skill when you discover a durable, project-specific lesson during your work. It stores the learning so future sessions can retrieve it before touching the same area.

When should I use a project memory skill?▼

Use it before unfamiliar project-area edits, when asking what the project knows or its pitfalls, or when saving durable project-specific learning. It is not needed for routine edits in well-understood areas.

Does the recall skill work with Codex and Claude Code?▼

Yes, the adapter translates Claude Code tool names to Codex equivalents and resolves paths from the canonical skill directory. It follows the repository's compatibility notes and agent instructions when they differ from the canonical workflow.

Can the recall skill commit or push changes automatically?▼

No, invoking the skill does not authorize commits, pushes, pull requests, deploys, or dependency installation. Those outward actions require an explicit user request.