From aj-geddes-useful-ai-prompts-4
Creates system architecture diagrams using Mermaid, PlantUML, C4 model, flowcharts, and sequence diagrams. Useful for documenting architecture, system design, data flows, or technical workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:architecture-diagramsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
references/c4-context-diagram.mdreferences/class-diagram.mdreferences/component-diagram-2.mdreferences/component-diagram.mdreferences/data-flow-diagram.mdreferences/deployment-diagram-2.mdreferences/deployment-diagram.mdreferences/sequence-diagram.mdreferences/system-architecture-diagram.mdscripts/validate-schema.shtemplates/migration-template.sqlCreate clear, maintainable architecture diagrams using code-based diagramming tools like Mermaid and PlantUML for system design, data flows, and technical documentation.
Minimal working example:
graph TB
subgraph "Client Layer"
Web[Web App]
Mobile[Mobile App]
CLI[CLI Tool]
end
subgraph "API Gateway Layer"
Gateway[API Gateway<br/>Rate Limiting<br/>Authentication]
end
subgraph "Service Layer"
Auth[Auth Service]
User[User Service]
Order[Order Service]
Payment[Payment Service]
Notification[Notification Service]
end
subgraph "Data Layer"
UserDB[(User DB<br/>PostgreSQL)]
OrderDB[(Order DB<br/>PostgreSQL)]
Cache[(Redis Cache)]
Queue[Message Queue<br/>RabbitMQ]
end
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| System Architecture Diagram | System Architecture Diagram |
| Sequence Diagram | Sequence Diagram |
| C4 Context Diagram | C4 Context Diagram |
| Component Diagram | Component Diagram |
| Deployment Diagram | Deployment Diagram |
| Data Flow Diagram | Data Flow Diagram |
| Class Diagram | Class Diagram |
| Component Diagram | Component Diagram |
| Deployment Diagram | Deployment Diagram |
npx claudepluginhub aj-geddes/useful-ai-promptsProvides Mermaid templates for flowcharts, sequence diagrams, class diagrams, ER diagrams, and C4 models for technical documentation.
Generates Mermaid diagrams for class models, sequences, flowcharts, ERDs, C4 architecture, git graphs, gantt charts to visualize software architecture, flows, databases, and processes.
Guides creation of architecture diagrams with step-by-step instructions, best practices, and code/config generation. Auto-activates on 'architecture diagram creator' requests.