What problem does it solve? Code changes constantly, but architecture, schema, and flow diagrams quickly become stale and misleading. This Skill scans the codebase and incrementally updates existing diagram files so documentation stays accurate without manual redrawing. ## Core Features & Use Cases - Diagram Discovery: Finds all files matching *diagram.md or *diagrams.md and identifies their type (architecture, database schema, call flow, component, API) and format (Mermaid, ASCII art, PlantUML, tables). - Codebase Diff Analysis: Compares documented entities against actual code to detect added, removed, or renamed components, tables, endpoints, and relationships. - Incremental Updates: Preserves existing format, styling, and naming conventions while adding or removing elements, including ASCII art alignment verification. - Use Case: After refactoring a service and adding a new database table, run this Skill to refresh all architecture and schema diagrams so they reflect the new code structure. ## Quick Start Scan this repository and update all existing diagram files to reflect the current codebase.