docs-diagram
Installation
SKILL.md
Generate System Diagrams
Generate a Mermaid diagram (ER, architecture, deployment, or security) from the
real codebase and write it to docs/.
Supported Diagram Types
| Type | Output File | Description |
|---|---|---|
er |
docs/data-model.md |
Entity-Relationship diagram from database models |
arch |
docs/architecture.md |
System architecture and component relationships |
deployment |
docs/deployment.md |
Deployment infrastructure and CI/CD |
security |
docs/security.md |
Security architecture and data flow |