architecture-diagram

Generates dark-themed SVG architecture diagrams as self-contained HTML files.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/raulisai/eva02 --skill architecture-diagram-raulisai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-diagram
Source: https://github.com/raulisai/eva02/tree/main/apps/eva-core/src/skills/creative/architecture-diagram
Command: npx skills add https://github.com/raulisai/eva02 --skill architecture-diagram-raulisai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating clear, consistent technical architecture diagrams usually requires external diagramming tools, licenses, or rendering services. This Skill produces professional system, cloud, and infrastructure diagrams as standalone HTML files with inline SVG, requiring no external tools, API keys, or JavaScript. ## Core Features & Use Cases - Semantic Color System: Maps component types (frontend, backend, database, cloud, security, message bus, external) to a consistent dark-themed palette with defined fills and strokes. - Complete Layout Rules: Provides spacing, z-order, arrow, boundary, and legend placement conventions so diagrams render cleanly without overlapping elements. - Reusable HTML Template: Ships a working template with examples of every component type, arrow style, security group, region boundary, and legend for direct adaptation. - Use Case: Describe your microservice topology (API gateway, services, Postgres, Redis, message queue) and receive a single self-contained HTML file you can open in any browser or attach to documentation. ## Quick Start Ask the agent to generate an architecture diagram of your system describing its components and connections, and save it as an HTML file in your workspace.

Frequently Asked Questions about architecture-diagram

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

FAQPage Schema
How do I create an architecture diagram without diagramming tools?

Describe your system's components and connections, and the Skill generates a self-contained HTML file with inline SVG. Open the file in any modern browser to view the diagram; no external tools, API keys, or rendering libraries are needed.

What types of diagrams can this SVG architecture generator create?

It handles software system architecture, cloud infrastructure with regions and security groups, microservice and service-mesh topology, database and API maps, and deployment diagrams. It is not suited for scientific illustrations, floor plans, or hand-drawn sketch styles.

Does the generated diagram require JavaScript or external dependencies?

No. Output is a single self-contained HTML file with all CSS and SVG inline. Animations like the pulsing header dot use pure CSS, and the file renders in any modern browser without network access.

When should I use Excalidraw instead of this diagram skill?

Use Excalidraw or a similar tool when you need hand-drawn whiteboard-style sketches, animated explainers, or non-technical visuals like floor plans and narrative journeys. This Skill targets dark, grid-backed tech-infrastructure aesthetics.

How are component types color-coded in the diagrams?

Each component type maps to a semantic fill and stroke: cyan for frontend, emerald for backend, violet for database, amber for cloud services, rose for security, orange for message buses, and slate for external systems. A legend in the diagram documents the mapping.