What problem does it solve? Valuable insights discovered during a coding session — recurring patterns, non-obvious pitfalls, architectural constraints — are often lost when the session ends. This Skill captures those learnings as persistent skills or instructions so future sessions benefit from them. ## Core Features & Use Cases - Learning Capture: Converts session discoveries into reusable knowledge stored in .github/skills/, .agents/skills/, or .github/instructions/. - Decision Guidance: Provides clear criteria for choosing between adding a learning to an existing file, creating a new skill, or creating an auto-applied instruction. - Quality Checks: Enforces standards so captured knowledge is general, actionable, example-driven, and non-duplicative. - Use Case: After spending an hour debugging a subtle build configuration issue, say "learn!" to have the root cause and correct approach documented as a skill that future sessions can invoke by name. ## Quick Start Tell the agent "learn!" after discovering a significant pattern or pitfall so it captures the insight as a skill or instruction file.