architecture-diagram

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating polished technical architecture diagrams usually requires dedicated diagramming tools, accounts, or rendering libraries. This Skill produces professional dark-themed architecture, cloud, and infrastructure diagrams as single HTML files with inline SVG that open in any browser with no dependencies. ## Core Features & Use Cases - Semantic Color System: Predefined fill and stroke palettes categorize components by type (frontend, backend, database, cloud, security, message bus, external). - Complete Design System: Includes typography rules, grid backgrounds, arrow styles, security group boundaries, region boundaries, and legend placement logic. - Zero-Dependency Output: Generates one self-contained HTML file with inline CSS and SVG, no JavaScript, no API keys, works offline. - Use Case: Describe your microservices deployment (load balancer, API servers, PostgreSQL, S3, CloudFront) and receive a ready-to-share HTML diagram with proper AWS region boundaries and security group annotations. ## Quick Start Ask the AI to generate an architecture diagram of your system describing its components, connections, and technologies, then open the saved HTML file in a browser.

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 self-contained HTML file with inline SVG. Open the file in any browser to view the dark-themed diagram with no external dependencies.

What types of diagrams can this SVG architecture generator create?

It handles software system architecture, cloud infrastructure with VPCs and regions, microservice topology, database and API maps, and deployment diagrams. It is not suited for scientific subjects, floor plans, or hand-drawn whiteboard sketches.

Does the generated HTML diagram require internet access or libraries?

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 with a fallback monospace font.

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

Use excalidraw when you want a hand-drawn whiteboard sketch aesthetic. This Skill produces polished dark tech-styled diagrams better suited for formal infrastructure documentation and presentations.

How are different component types distinguished in the diagram?

Components use a semantic color palette: cyan for frontend, emerald for backend, violet for databases, amber for cloud services, rose for security, and slate for external systems. A legend is included in every diagram.