What problem does it solve? Valuable knowledge discovered during development—unexpected behavior, debugging breakthroughs, architectural rationale—often gets lost once a session ends. This Skill captures that knowledge in a persistent learnings.md file so future work benefits from past discoveries. ## Core Features & Use Cases - Knowledge Capture: Records surprising behavior, repeated friction points, architectural decisions, API quirks, and performance insights in a structured Markdown file. - Judgment-Based Filtering: Distinguishes what is worth remembering from what is obvious in the code, avoiding noise in the knowledge base. - Graduation Path: Promotes frequently-referenced learnings into dedicated skills via the create-skill workflow when they outgrow the notes file. - Use Case: After spending an hour discovering that a library silently ignores a config option in a specific version, record the finding in learnings.md so the same trap is never hit twice. ## Quick Start Read the project learnings.md file before starting work and add a new entry whenever you discover something worth remembering.