Home/UI/UX 设计/architecture-diagrams
A

architecture-diagrams

by @aj-geddesv
4.8(20)

Creates system architecture diagrams using tools like Mermaid and PlantUML, clearly illustrating system structure and component relationships for better communication and design.

System DesignUMLC4 ModelDiagramming ToolsVisual CommunicationGitHub
Installation
npx skills add aj-geddes/useful-ai-prompts --skill architecture-diagrams
compare_arrows

Before / After Comparison

1
Before

Previously, drawing system architecture diagrams was time-consuming and laborious, requiring manual adjustment of layouts and connectors. Modifications often had a ripple effect, making it difficult to maintain diagram consistency.

After

Now, simply by providing a text description, professional architecture diagrams can be automatically generated. Modifications are convenient and fast, significantly boosting team collaboration efficiency, and ensuring diagrams always remain up-to-date.

description 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

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

forumUser Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs618
Rating4.8 / 5.0
Version
Updated2026年3月16日
Comparisons1

User Rating

4.8(20)
5
0%
4
0%
3
0%
2
0%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年3月16日