What problem does it solve? Valuable insights discovered during a coding session—recurring patterns, non-obvious pitfalls, architectural constraints—are usually lost when the session ends. This Skill turns those discoveries into persistent skills and instruction files so future sessions benefit from the same knowledge. ## Core Features & Use Cases - Learning Capture: Triggered by the user saying "learn!" or by detecting a significant pattern, pitfall, or correction worth preserving. - Decision Framework: Guides whether to add a short learning to an existing instruction, create a standalone skill in .github/skills/ or .agents/skills/, or create an auto-applied instruction with applyTo glob patterns. - Quality Checks: Enforces that captured knowledge is general, actionable, includes concrete examples, and does not duplicate existing content. - Use Case: After spending an hour debugging a non-obvious build configuration issue, say "learn!" to have the root cause and correct approach written into a skill file that future sessions can invoke by name. ## Quick Start Say "learn!" after a significant discovery to capture the pattern or pitfall as a reusable skill or instruction file.