What problem does it solve? Valuable insights discovered during a coding session — recurring patterns, non-obvious pitfalls, architectural constraints — are lost when the session ends. This Skill provides a structured procedure to persist those learnings as reusable skills or auto-applied instructions in the repository. ## Core Features & Use Cases - Decision Framework: Guides the choice between adding a short learning to an existing instruction, creating a standalone skill, or creating an auto-applied instruction with applyTo glob patterns. - Standardized File Creation: Enforces correct SKILL.md frontmatter conventions, including the rule that the name field must match the parent folder name, and supports both .github/skills/ and .agents/skills/ locations. - Quality Checks: Validates that each captured learning is general enough to help future sessions, specific enough to be actionable, and includes concrete right-vs-wrong examples. - Use Case: After spending an hour debugging a non-obvious build configuration issue, say "learn!" and the Skill will check existing instruction files, then create a new skill documenting the pitfall and its fix so future sessions avoid the same trap. ## Quick Start Tell the agent "learn!" after discovering a significant pattern or pitfall, and it will capture the insight as a skill or instruction file in the repository.