원클릭으로
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.