architecture-diagram

Generate dark-themed SVG architecture diagrams as standalone HTML files.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/loteiron/ZeusAgent --skill architecture-diagram-loteiron
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: architecture-diagram
Source: https://github.com/loteiron/ZeusAgent/tree/main/skills/creative/architecture-diagram
Command: npx skills add https://github.com/loteiron/ZeusAgent --skill architecture-diagram-loteiron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating professional-looking technical architecture diagrams usually requires dedicated diagramming tools, licenses, or rendering libraries. This Skill produces polished, dark-themed system and cloud infrastructure diagrams as single self-contained HTML files with inline SVG, requiring no external tools or API keys. ## Core Features & Use Cases - Semantic Color System: Categorizes components (frontend, backend, database, cloud, security, message bus, external) with a consistent rgba fill and hex stroke palette. - Complete Layout Rules: Defines spacing, z-ordering, arrow styles, security group and region boundaries, and legend placement for readable diagrams. - Reusable HTML Template: Ships a working template with examples of every component type, arrow style, and boundary pattern. - Use Case: Describe a microservice deployment with a load balancer, API servers, and PostgreSQL database, and receive a single .html file you can open in any browser to present the architecture. ## Quick Start Ask the agent to generate an architecture diagram of your system, describing the components, connections, and technologies, and save it as an HTML file.

Frequently Asked Questions about architecture-diagram

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a cloud architecture diagram without diagramming tools?▼

Describe your system components, connections, and technologies, and the Skill generates a standalone HTML file with inline SVG. Open the file in any browser to view the diagram; no external tools, libraries, or API keys are needed.

How to generate an SVG architecture diagram as HTML?▼

The Skill writes a single .html file containing inline CSS and SVG following a defined design system with semantic colors for frontend, backend, database, and cloud components. A bundled template provides working examples of every component and arrow style.

Does the generated diagram require internet access or dependencies?▼

The output is a single self-contained HTML file with all CSS and SVG inline and no JavaScript. The only external reference is the JetBrains Mono font from Google Fonts, so the diagram renders offline with a fallback monospace font.

What diagram types is this Skill not suited for?▼

It is not suited for scientific subjects, physical objects, floor plans, narrative journeys, or textbook-style visuals. Hand-drawn whiteboard sketches are better handled by an excalidraw-style skill, and animated explainers need an animation skill.

Why do arrows show through component boxes in my SVG diagram?▼

Semi-transparent rgba fills let underlying arrows show through. The Skill's double-rect masking technique fixes this by drawing an opaque background rect first, then layering the semi-transparent styled rect on top.