What problem does it solve? After fixing a recurring or non-obvious error, the fix is often forgotten and the same debugging happens again. This Skill records the resolution as a structured, searchable lesson in the Pi error knowledge base so it is never solved twice. ## Core Features & Use Cases - Structured Lesson Creation: Generates a lessons/KB-XXXX-<slug>.md file from the SCHEMA.yaml template with required frontmatter fields including mandatory error_signatures for future matching. - Index Registration: Appends the new lesson to index.yaml, increments the lesson count, and updates the updated date to keep the searchable index in sync. - Post-Capture Automation: Triggers kb-enrich for cross-links and backlinks, regenerates the viz.html graph, commits the change to git, and attempts a best-effort push to the remote. - Use Case: After resolving a tricky extension load timeout, invoke the skill to capture the symptom, root cause, and resolution as KB-0003, then have it indexed, linked, committed, and pushed automatically. ## Quick Start Ask the agent to run kb-capture to record the error you just fixed as a new lesson in the knowledge base.