architecture-diagram
Architecture Diagram creates publication-ready system topology visualizations in standalone HTML format. Describe your infrastructure, cloud setup, or network design in plain language, and the skill generates a dark-themed SVG diagram with semantic color coding for different component types.
Architecture Diagram generates professional system architecture visualizations as self-contained HTML files from plain-language descriptions.
AI-generated summary based on this skill's SKILL.md
Install
Cocoon-AI/architecture-diagram-generator/architecture-diagram · repository language: HTML
git clone https://github.com/Cocoon-AI/architecture-diagram-generator
cp -r architecture-diagram-generator/architecture-diagram ~/.claude/skills/architecture-diagramFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I create architecture diagram visualizations?
Architecture Diagram generates publication-ready system topology visualizations from plain language descriptions. Simply describe your infrastructure, cloud setup, or network design, and the skill creates a dark-themed SVG diagram with semantic color coding for different component types. The output is self-contained HTML that requires no external dependencies.
Can Architecture Diagram visualize cloud infrastructure and AWS topology layouts?
Yes. Architecture Diagram specializes in visualizing cloud infrastructure and AWS topology layouts. Describe your cloud architecture including services, regions, and connections, and the skill generates a semantic diagram with appropriate visual representations for AWS components and their relationships.
What export options does Architecture Diagram support?
Architecture Diagram generates self-contained HTML diagrams with export capabilities. You can export your diagrams as PNG or PDF formats, making them suitable for presentations, documentation, and sharing with stakeholders. The HTML format ensures compatibility across platforms.
Can I use Architecture Diagram for microservices and security architecture?
Yes. Architecture Diagram supports designing network security and microservices architecture visuals. You can describe complex microservices topologies, security boundaries, and network flows, and the skill will generate clear visual representations with semantic color coding to distinguish different component types and their interactions.
What license does Architecture Diagram use?
Architecture Diagram is released under the MIT license, allowing free use, modification, and distribution in both personal and commercial projects with minimal restrictions.
Can I create system design diagrams for technical documentation?
Yes. Architecture Diagram creates professional system design diagrams ideal for technical documentation. Whether you need infrastructure as code diagrams, database architecture visualizations, or enterprise architecture layouts, describe your system and the skill generates publication-ready dark-themed SVG visualizations with semantic component styling.
SKILL.md
rendered from the published skill — quoted content, verbatim
Architecture Diagram Skill
Create professional technical architecture diagrams as self-contained HTML files with inline SVG graphics and CSS styling.
> Version 1.1 · MIT License · Authored by Cocoon AI
Design System
Color Palette
Use these semantic colors for component types:
| Component Type | Fill (rgba) | Stroke |
|---|---|---|
| Frontend | rgba(8, 51, 68, 0.4) |
#22d3ee (cyan-400) |
| Backend | rgba(6, 78, 59, 0.4) |
#34d399 (emerald-400) |
| Database | rgba(76, 29, 149, 0.4) |
#a78bfa (violet-400) |
| AWS/Cloud | rgba(120, 53, 15, 0.3) |
#fbbf24 (amber-400) |
| Security | rgba(136, 19, 55, 0.4) |
#fb7185 (rose-400) |
| Message Bus | rgba(251, 146, 60, 0.3) |
#fb923c (orange-400) |
| External/Generic | rgba(30, 41, 59, 0.5) |
#94a3b8 (slate-400) |
Typography
Use JetBrains Mono for all text (monospace, technical aesthetic): ```html <link
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
architecture-diagram/SKILL.md
architecture-diagram/resources/template.html