What problem does it solve? When a knowledge base of error lessons grows, it becomes hard to see how lessons relate to each other. This Skill regenerates a self-contained interactive graph (viz.html) so you can visually explore lessons, categories, and cross-links without running a server. ## Core Features & Use Cases - Graph Generation: Runs the kb-generate-viz script to rebuild viz.html with nodes colored by category and sized by lesson length. - Edge Mapping: Draws edges from cross-links in each lesson's Related section, exposing how lessons reference one another. - Interactive Viewer: The output HTML supports search, filtering by type or category, and multiple layout options, all in a single file openable directly in a browser. - Use Case: After manually adding several new lessons to the KB, run this Skill to refresh viz.html and verify the graph structure looks correct. ## Quick Start Ask the agent to regenerate the KB visualization graph and report how many nodes and edges it contains.