architecture-diagram

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

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

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 system and cloud infrastructure diagrams as single self-contained 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 consistent rgba fills and hex strokes for instant visual categorization. - Complete Design System: Provides typography rules, grid backgrounds, arrow styles, security group and region boundaries, spacing logic, and legend placement guidelines. - 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 deployment (React frontend, FastAPI backend, PostgreSQL, AWS S3 and CloudFront) and receive a single .html file you can open in any browser or share with your team. ## 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 accounts, libraries, or rendering tools are needed.

What types of diagrams can this SVG architecture generator create?▼

It handles software system architecture, cloud infrastructure with VPCs and regions, microservice and service-mesh 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 dependencies?▼

The output is a single self-contained HTML file with all CSS and SVG inline and no JavaScript. It renders offline in any modern browser; the only external reference is an optional Google Fonts load for JetBrains Mono.

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

Use excalidraw when you want a hand-drawn whiteboard sketch aesthetic rather than a polished dark tech look. This Skill targets formal infrastructure and system diagrams with a semantic color-coded design system.

How are component types visually distinguished in the diagrams?▼

Each component type maps to a specific rgba fill and hex 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.