mermaid-architecture
Installation
SKILL.md
Mermaid Architecture Diagrams
Create structured, high-contrast, production-ready Mermaid architecture diagrams, workflows, and system design documentation. Native diagrams render directly in Markdown viewers (GitHub, GitLab, Obsidian, wikis) with optional image exports (PNG/SVG) generated via Mermaid CLI (mmdc / npx @mermaid-js/mermaid-cli).
π Storage Location (docs/architecture/)
All generated architecture diagrams, source .mmd files, exported images, and system design documents must be stored in docs/architecture/, consistent with the drawio-architecture convention:
docs/architecture/
βββ system-architecture.md # Architecture documentation with embedded Mermaid blocks
βββ <name>_<type>_<title>.mmd # Source Mermaid definitions
βββ <name>_<type>_<title>.png # Optional exported raster image
βββ <name>_<type>_<title>.svg # Optional exported vector image