원클릭으로
concept-diagrams
Generate concept maps, mind maps, and ER diagrams from free-form descriptions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate concept maps, mind maps, and ER diagrams from free-form descriptions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate system architecture diagrams as Mermaid, PlantUML, or ASCII art from a description or codebase
Convert images or video frames to ASCII art, or generate ASCII animations from 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 | concept-diagrams |
| description | Generate concept maps, mind maps, and ER diagrams from free-form descriptions |
| category | creative |
Extract structure from free-form descriptions and render as concept maps, mind maps, or entity-relationship diagrams.
Hierarchical, radiating from a central concept. Use when exploring a topic.
mindmap
root((Cloud Native))
Containers
Docker
Podman
Orchestration
Kubernetes
Nomad
Observability
Metrics
Logs
Traces
Nodes connected by labelled relationships.
graph LR
Domain -->|contains| BoundedContext
BoundedContext -->|has| AggregateRoot
AggregateRoot -->|emits| DomainEvent
DomainEvent -->|handled by| EventHandler
erDiagram
USER ||--o{ ORDER : places
ORDER ||--|{ LINE_ITEM : contains
PRODUCT ||--o{ LINE_ITEM : appears-in
"".Produce the diagram immediately from the user's description.