Leaderboard/Diagramming/architecture-diagram-generator
Last commit on May 9, 2026·Created on December 22, 2025

Cocoon-AI/architecture-diagram-generator

Generates dark, standalone architecture diagrams from system descriptions.
Combined rank
#63
across all skills
In Diagramming
#4
category rank
Stars
7.3k
+0.6% in last 7d
Forks
564
+0.5% in last 7d
Watchers
20
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill produces polished, dark-themed architecture diagrams as self-contained HTML files with inline SVG. It translates system, cloud, security, and network topology descriptions into visual maps with a consistent color palette and built-in export to PNG or PDF. System architects, cloud engineers, and solutions teams use it to turn design discussions into shareable diagrams without leaving the agent workflow.

WHO IT'S FOR
System Architects
creating system topology diagrams
Cloud Infrastructure Engineers
documenting cloud and network architectures
Security Architects
illustrating security architectures and flows
Technical Documentation Writers
embedding architecture diagrams in documentation
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Upload to Claude.ai Skills

Installs: Personal custom skill · Claude.ai

Before you start
  • Code Execution enabled under Settings → Capabilities for Free, Pro, or Max plans; for Team or Enterprise, an admin enables it under Organization settings → Skills.
  • A Free, Pro, Max, Team, or Enterprise Claude.ai plan.

Platform: Claude.ai

  1. Download architecture-diagram.zip.

  2. In Claude.ai, go to Customize → Skills, click +, select + Create skill, and then select Upload a skill.

  3. Choose the downloaded zip file and toggle the skill on.

README.md · Checked Sep 18, 2026architecture-diagram/SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a web application architecture diagram

Uses architecture-diagram

  • No additional input is required for the supplied example; replace or extend the listed components if modeling your own system.
Use the architecture-diagram skill to create a self-contained HTML architecture diagram for a web application with:
- React frontend
- Node.js/Express API
- PostgreSQL database
- Redis cache
- JWT authentication
README.md · Checked Sep 18, 2026architecture-diagram/SKILL.md · Checked Sep 18, 2026