learn

Record reusable lessons and fixes into MEMORY.md for future sessions.

10|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/cookys/autopilot --skill learn-cookys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/cookys/autopilot/tree/main/skills/learn
Command: npx skills add https://github.com/cookys/autopilot --skill learn-cookys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save reusable knowledge so future Claude sessions avoid repeating the same mistakes.

Core Features & Use Cases

  • Record and index lessons and fixes to memory for faster recovery
  • Link context, dates, and problem/solution pairs into a searchable knowledge base
  • Support knowledge health audits and memory-health checks to keep memory fresh

Quick Start

Record a new lesson by describing what went wrong and the fix, then run /learn to append it to memory

Frequently Asked Questions about learn

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

FAQPage Schema
How do I save debugging context and fixes for future Claude sessions?

Record reusable knowledge by capturing the context, problem, and solution into a structured MEMORY.md entry. This creates a searchable knowledge base so future sessions avoid repeating the same mistakes.

What is the best way to manage long-term knowledge across multiple workflow interruptions?

Long-term knowledge management works by linking dates, context, and problem/solution pairs into an indexed knowledge base. It supports health audits and memory-health checks to keep stored lessons fresh.

How do I record a new lesson or build issue fix into memory?

Describe what went wrong and the fix, then run /learn to append it to memory. The Skill requires a structured entry with a title, date, context, problem, and solution, and updates the knowledge index automatically.

Can I use this knowledge-management approach for build issues and workflow interruptions?

Yes, this approach applies directly to debugging, build issues, and workflow interruptions by capturing context, problem, and solution for long-term memory management, ensuring faster recovery in future sessions.

Does this memory recording require any external dependencies or components?

No external dependencies or components are required. The knowledge recording relies solely on a structured MEMORY.md file with a title, date, context, problem, and solution to maintain the knowledge index.

How do I keep my recorded knowledge base fresh and avoid outdated fixes?

Run knowledge health audits and memory-health checks to keep memory fresh. These rotation checks verify that recorded context, problems, and solutions in your knowledge base remain valid over time.