architecture-diagram

Generates dark-themed SVG architecture and cloud infrastructure diagrams as standalone HTML files.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/vivekgoquest/hermes-agent-stable --skill architecture-diagram-vivekgoquest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: architecture-diagram
Source: https://github.com/vivekgoquest/hermes-agent-stable/tree/main/skills/creative/architecture-diagram
Command: npx skills add https://github.com/vivekgoquest/hermes-agent-stable --skill architecture-diagram-vivekgoquest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating professional technical architecture diagrams usually requires specialized tools, rendering libraries, or paid services. This Skill produces polished, dark-themed system and cloud infrastructure diagrams as self-contained HTML files with inline SVG, requiring no external tools, API keys, or dependencies. ## 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 Design System: Provides layout rules, spacing logic, connection styles, security group boundaries, region boundaries, and legend placement for consistent output. - Ready-to-Use Template: Ships a full HTML template with working examples of every component type, arrow style, and boundary pattern. - Use Case: Describe your microservice topology with a load balancer, API servers, and PostgreSQL database, and receive a single .html file you can open in any browser or share with your team. ## Quick Start Generate an architecture diagram of my web application with a React frontend, FastAPI backend, and PostgreSQL database on AWS, saved 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. Save it with write_file and open it in any browser — no external tools, API keys, or rendering libraries are needed.

What types of diagrams can this SVG architecture skill generate?▼

It handles software system architecture, cloud infrastructure such as VPCs and managed services, microservice and service-mesh topology, database and API maps, and deployment diagrams. It can also serve as a general SVG diagram fallback with a dark tech aesthetic.

Does the generated HTML 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 it renders offline in any modern browser.

When should I use excalidraw instead of this architecture diagram skill?▼

Use excalidraw for hand-drawn whiteboard-style sketches. This Skill targets polished dark-themed technical diagrams; it is also not suited for scientific subjects, physical objects, floor plans, or animated explainers.

How are component types color-coded in the diagrams?▼

Components use a semantic palette: cyan for frontend, emerald for backend, violet for database, amber for AWS/cloud, rose for security, orange for message buses, and slate for external systems. Security flows use dashed rose lines and regions use dashed amber boundaries.