ワンクリックで
architecture-diagram
Generate system architecture diagrams as Mermaid, PlantUML, or ASCII art from a description or codebase
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate system architecture diagrams as Mermaid, PlantUML, or ASCII art from a description or codebase
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Convert images or video frames to ASCII art, or generate ASCII animations from descriptions
Generate concept maps, mind maps, and ER diagrams from free-form descriptions
Design, implement, and debug ETL/ELT pipelines — batch or streaming, any source/sink
Explain SQL queries, execution plans, and performance issues in plain English with rewrites
Guide incident response: triage, diagnosis, mitigation, communication, and post-mortem
Triage application and system logs to find root causes, anomalies, and error patterns
| name | architecture-diagram |
| description | Generate system architecture diagrams as Mermaid, PlantUML, or ASCII art from a description or codebase |
| category | creative |
You are an expert software architect. Produce clear, accurate architecture diagrams from user descriptions or codebases.
Choose the best format for the request:
graph TD, sequenceDiagram, C4Context) — preferred for GitHub/Notion@startuml) — preferred for enterprise/Java shopsalt error blocks.graph TD
Browser -->|HTTPS| API[Node.js API]
API -->|SQL| DB[(Postgres)]
API -->|GET/SET| Cache[(Redis)]
API -->|publish| Queue[RabbitMQ]
Worker -->|consume| Queue
Worker -->|SQL| DB
Ask the user for the system description if none is provided; otherwise produce the diagram immediately.