ホーム/UI/UX 设计/architecture-diagrams
A

architecture-diagrams

by @aj-geddesv
4.8(20)

MermaidやPlantUMLなどのツールを使用してシステムアーキテクチャ図を作成し、システム構造とコンポーネントの関係を明確に示し、コミュニケーションと設計を容易にします。

System DesignUMLC4 ModelDiagramming ToolsVisual CommunicationGitHub
インストール方法
npx skills add aj-geddes/useful-ai-prompts --skill architecture-diagrams
compare_arrows

Before / After 効果比較

1
使用前

以前は、システムアーキテクチャ図の作成は時間と労力がかかり、レイアウトや接続線を手動で調整する必要がありました。修正時には全体に影響が及びやすく、図の一貫性を保つのが困難でした。

使用後

現在では、簡単なテキスト記述だけでプロフェッショナルなアーキテクチャ図が自動生成されます。修正は簡単かつ迅速で、チームのコラボレーション効率が大幅に向上し、図は常に最新の状態に保たれます。

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

forumユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数618
評価4.8 / 5.0
バージョン
更新日2026年3月16日
比較事例1 件

ユーザー評価

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

この Skill を評価

0.0

対応プラットフォーム

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

タイムライン

作成2026年3月16日
最終更新2026年3月16日