What problem does it solve?
This Skill prevents non-obvious, codebase-specific debugging discoveries from being lost after a difficult investigation by preserving only learnings that meet strict quality standards.
Core Features & Use Cases
- Quality-Gated Extraction: Filters out generic advice, obvious fixes, temporary workarounds, and style preferences.
- Structured Documentation: Classifies discoveries as expertise or workflow and records their context, learning, and relevant files.
- Pattern Analysis: Supports confidence scoring and categorization for identifying recurring project patterns that may become skills or rules.
- Use Case: After resolving an asynchronous scene-loading race condition involving dependency injection, capture the project-specific cause and workflow in the project's learnings so future debugging sessions can avoid repeating the investigation.
Quick Start
Use the learner skill after resolving a non-trivial bug to evaluate the discovery and append a qualified learning to the project's CLAUDE.md file.