What problem does it solve?
It helps turn a complicated, codebase-specific win (a tricky bug fix, a hidden gotcha, or an undocumented behavior) into a reusable skill that can be applied to future problems instead of being forgotten.
Core Features & Use Cases
- Skill extraction framework: Converts a real debugging episode into a structured skill with clear problem statement, exact fix, triggers, and scope.
- Quality gate for reusability: Rejects overly generic, easily Googleable, or vague learnings to keep skills precise and actionable.
- Expertise vs workflow separation: Classifies outcomes as either updateable expertise or stable workflow, improving safety of future improvements.
- Project-level capture template: Provides a consistent storage approach and a skill body template so extracted skills remain discoverable and maintainable.
Quick Start
Ask the AI to extract a learner skill by providing the specific error message, the exact fix (with file paths/line numbers), and the recognition triggers from your latest debugging session.