一键导入
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.