What problem does it solve? Lessons learned during a session are lost when the session ends, causing the same mistakes to repeat. This Skill turns corrections into persistent, categorized rules that are stored and retrieved in future sessions. ## Core Features & Use Cases - Rule Capture: Formats a lesson as a [LEARN] entry with category, mistake, and correction fields. - Categorization: Organizes rules into eight categories including Navigation, Editing, Testing, Git, Quality, Context, Architecture, and Performance. - Wiki Scoping: Binds rules to a specific wiki via Wiki: <slug> so they load only when that project is in scope, avoiding cross-project pollution. - Use Case: After editing the wrong utils.ts file, the user says "remember this" and the Skill proposes a Navigation rule, waits for approval, then persists it to memory. ## Quick Start Tell the assistant "remember this: always confirm the full file path when multiple files share a name" and approve the proposed rule when prompted.