What problem does it solve? Turning plain-language requirements or Mermaid sketches into polished, presentation-quality architecture and workflow diagrams normally requires manual drawing tools and repeated layout fixes. This Skill produces self-contained, explorable HTML diagrams with deterministic validation so the output is correct before handoff. ## Core Features & Use Cases - Five diagram types: architecture, workflow, sequence, dataflow, and lifecycle/state diagrams authored from a small typed JSON specification with schemas and examples. - Validated delivery pipeline: a validate command checks composition (crossings, corridors, label clearance, route rhythm) against a showcase quality profile, and deliver atomically commits the HTML with SHA-256 receipts. - Mermaid conversion: accepts pasted Mermaid flowchart, sequenceDiagram, and stateDiagram input and re-authors it as native Archify JSON. - Use Case: Ask for a diagram of your microservices deployment with security boundaries; the Skill authors the JSON spec, validates it to 9/9 showcase checks, and delivers a standalone HTML file with dark/light themes, pan/zoom, search, and PNG/SVG/WebM export. ## Quick Start Ask the agent to create an architecture diagram of your system from a plain-language description or a pasted Mermaid diagram, and it will deliver a validated standalone HTML file.