What problem does it solve? Knowledge base lessons stored as individual Markdown files become disconnected and hard to navigate over time, with stale indexes and missing cross-references that make related fixes difficult to discover. ## Core Features & Use Cases - Cross-Link Enrichment: Scans all lesson files, matches them by shared tags or category, and appends forward links to each lesson's Related section without duplicating existing links. - Backlink Generation: Builds a reverse index from forward links and maintains a Cited by section in each lesson, removing stale entries idempotently. - Citation and Index Maintenance: Adds documentation links from a local lookup table (no network requests), regenerates index.md grouped by category, and appends entries to log.md with automatic rotation at 500 lines. - Use Case: After capturing a new lesson about a LiteLLM authentication error, run this skill to link it to related lessons, add the LiteLLM docs citation, and rebuild the index so the fix is discoverable. ## Quick Start Run /kb-enrich to cross-link all lessons in the knowledge base and regenerate the index and log files.