What problem does it solve? Turning a codebase analysis into an accurate as-built architecture diagram is slow and error-prone: nodes get invented, flows lose their routing, and secrets from .env files leak into exported drawings. This Skill takes a structured repository analysis and produces a framed, validated system-design diagram via the ExcaliDash MCP server. ## Core Features & Use Cases - Zone-framed generation: Builds one frame per zone (Client, Edge, Services, Async, Data, External, Cross-cutting) from the rich intermediate model using create_from_repo_analysis, with request flows rendered solid and event flows dashed. - Mandatory quality loop: Runs lint, score, repair, polish, and validate_architecture until the drawing scores at least 95 with zero hard blockers, with rollback to saved versions on regression. - Secret redaction: Redacts database connection strings, IdP secrets, API keys, and webhook secrets before any tool call and re-scans the export. - Use Case: After running an analyzer over a monorepo, hand the resulting JSON (actors, services, queues, databases, integrations, flows) to this Skill to get a shareable, exportable system-design diagram with a zone legend. ## Quick Start Draw this repository analysis as a framed system-design diagram with routed request and event flows and a zone legend.