Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aj-geddes avatar

Architecture Diagrams

  • 1.8k installs
  • 305 repo stars
  • Updated March 4, 2026
  • aj-geddes/useful-ai-prompts

architecture-diagrams is an agent skill for >

About

The architecture-diagrams skill documents workflows and patterns from the repository SKILL md name architecture-diagrams description Create system architecture diagrams using Mermaid PlantUML C4 model flowcharts and sequence diagrams Use when documenting architecture system design data flows or technical workflows Architecture Diagrams Table of Contents Overview overview When to Use when-to-use Quick Start quick-start Reference Guides reference-guides Best Practices best-practices Overview Create clear maintainable architecture diagrams using code-based diagramming tools like Mermaid and PlantUML for system design data flows and technical documentation When to Use System architecture documentation C4 model diagrams Data flow diagrams Sequence diagrams Component relationships Deployment diagrams Infrastructure architecture Microservices architecture Database schemas visual Integration patterns Quick Start Minimal working example mermaid graph TB subgraph Client Layer Web Web App Mobile Mobile App CLI CLI Tool end subgraph API Gateway Layer Gateway API Gateway br Rate Limiting br Authentication end subgraph Service Layer Auth Auth Service User User Service Order Order Service Paymen.

  • Architecture Diagrams
  • [Overview](#overview)
  • [When to Use](#when-to-use)
  • [Quick Start](#quick-start)
  • [Reference Guides](#reference-guides)

Architecture Diagrams by the numbers

  • 1,789 all-time installs (skills.sh)
  • +26 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #209 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

architecture-diagrams capabilities & compatibility

Capabilities
architecture diagrams · [overview](#overview) · [when to use](#when to use) · [quick start](#quick start) · [reference guides](#reference guides)
Use cases
documentation
From the docs

What architecture-diagrams says it does

--- name: architecture-diagrams description: > Create system architecture diagrams using Mermaid, PlantUML, C4 model, flowcharts, and sequence diagrams.
SKILL.md
Use when documenting architecture, system design, data flows, or technical workflows.
SKILL.md
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill architecture-diagrams

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.8k
repo stars305
Security audit3 / 3 scanners passed
Last updatedMarch 4, 2026
Repositoryaj-geddes/useful-ai-prompts

What problem does architecture-diagrams solve for developers using the documented workflows?

>

Who is it for?

Developers working with architecture-diagrams patterns described in the skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill documented scope.

When should I use this skill?

>

What you get

Grounded guidance and workflows from SKILL.md for architecture-diagrams.

  • Mermaid diagram blocks
  • PlantUML source
  • C4 view definitions

Files

SKILL.mdMarkdownGitHub ↗

Architecture Diagrams

Table of Contents

Overview

Create clear, maintainable architecture diagrams using code-based diagramming tools like Mermaid and PlantUML for system design, data flows, and technical documentation.

When to Use

  • System architecture documentation
  • C4 model diagrams
  • Data flow diagrams
  • Sequence diagrams
  • Component relationships
  • Deployment diagrams
  • Infrastructure architecture
  • Microservices architecture
  • Database schemas (visual)
  • Integration patterns

Quick Start

Minimal working example:

graph TB
    subgraph "Client Layer"
        Web[Web App]
        Mobile[Mobile App]
        CLI[CLI Tool]
    end

    subgraph "API Gateway Layer"
        Gateway[API Gateway<br/>Rate Limiting<br/>Authentication]
    end

    subgraph "Service Layer"
        Auth[Auth Service]
        User[User Service]
        Order[Order Service]
        Payment[Payment Service]
        Notification[Notification Service]
    end

    subgraph "Data Layer"
        UserDB[(User DB<br/>PostgreSQL)]
        OrderDB[(Order DB<br/>PostgreSQL)]
        Cache[(Redis Cache)]
        Queue[Message Queue<br/>RabbitMQ]
    end
// ... (see reference guides for full implementation)

Reference Guides

Detailed implementations in the references/ directory:

GuideContents
System Architecture DiagramSystem Architecture Diagram
Sequence DiagramSequence Diagram
C4 Context DiagramC4 Context Diagram
Component DiagramComponent Diagram
Deployment DiagramDeployment Diagram
Data Flow DiagramData Flow Diagram
Class DiagramClass Diagram
Component DiagramComponent Diagram
Deployment DiagramDeployment Diagram

Best Practices

✅ DO

  • Use consistent notation and symbols
  • Include legends for complex diagrams
  • Keep diagrams focused on one aspect
  • Use color coding meaningfully
  • Include titles and descriptions
  • Version control your diagrams
  • Use text-based formats (Mermaid, PlantUML)
  • Show data flow direction clearly
  • Include deployment details
  • Document diagram conventions
  • Keep diagrams up-to-date with code
  • Use subgraphs for logical grouping

❌ DON'T

  • Overcrowd diagrams with details
  • Use inconsistent styling
  • Skip diagram legends
  • Create binary image files only
  • Forget to document relationships
  • Mix abstraction levels in one diagram
  • Use proprietary formats

Related skills

How it compares

Choose architecture-diagrams when you need multi-format, code-based design docs; use a single-format linter or renderer skill when only one diagram syntax is required.

FAQ

Who is Architecture Diagrams for?

Developers and software engineers working with architecture-diagrams patterns from the skill documentation.

When should I use Architecture Diagrams?

>

Is Architecture Diagrams safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.