learn
Installation
SKILL.md
Learn
Extract non-obvious session learnings into scoped AGENTS.md files to preserve knowledge across sessions.
When to Use
Activate after completing a non-trivial task to capture insights that would otherwise be lost.
Instructions
What to Capture (Non-Obvious Only)
- Hidden relationships between files or scripts not obvious from code.
- Execution paths that differ from what the code appears to do.
- Non-obvious config, env vars, or flags (see root
AGENTS.mdandagent_docs/building_the_project.md). - Debugging breakthroughs where error messages were misleading.
- Files that must change together (e.g.,
AGENTS.md+agent_docs/AVAILABLE_SKILLS.mdwhen adding skills). - Build/test commands not documented in README.
- Architectural constraints discovered at runtime.