| name | continuous-learning |
| description | Use when extracting reusable workflow patterns, debugging lessons, or project-specific operating knowledge from completed work in this repository. |
Continuous Learning
Use this skill when the session produced reusable knowledge that should be preserved for future Codex or Claude work in this repository.
When To Use
- A session uncovered a repeatable debugging or implementation pattern.
- The user wants to save a lesson learned from the current work.
- A repository-specific convention was clarified and should be preserved outside the chat.
Repository References
- Source material:
./.claude/skills/continuous-learning/SKILL.md
- Learned output directory:
./.claude/learned/
- Command reference:
./.codex/commands/learn.md
Operating Guidance
- Save only reusable patterns, not one-off fixes.
- Prefer short, explicit guidance over session transcripts.
- Keep learned material specific to this repository's workflows and conventions.
- If the learning should become a stable Codex skill, promote it into
./.agents/skills/ instead of leaving it only in learned notes.