Template Source

Raw prompt template from packages/coding-agent/src/prompts/tools/learn.md.

Capture a reusable lesson into long-term memory, and optionally mint or enhance a managed skill in the same call.
 
Use after solving something whose insight will pay off again: a non-obvious fix, a project convention you had to discover, a workflow that worked.
 
Provide the optional `skill` object when the lesson is a repeatable *procedure* worth codifying as a `SKILL.md` (not just a fact). Managed skills are written to an isolated directory (`~/.omp/agent/managed-skills`) and are surfaced like normal skills next session. They NEVER touch user-authored skills. Frontmatter is generated from `name` and `description`.
 
Capture sparingly and specifically. One strong, reusable lesson beats several vague ones.