From architecture-tools
[STUB - Not implemented] C4 model diagrams for layered architecture visualization (Context, Container, Component, Code). PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
How this skill is triggered — by the user, by Claude, or both
Slash command
/architecture-tools:c4-model-architecture-diagramsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **STUB: This skill is not yet implemented**
STUB: This skill is not yet implemented
This placeholder preserves the documented plugin structure. See parent plugin README for planned capabilities.
C4 Model Hierarchy:
graph TD
A[C1: System Context] -->|Zoom in| B[C2: Container]
B -->|Zoom in| C[C3: Component]
C -->|Zoom in| D[C4: Code]
npx claudepluginhub agentient/vibekit --plugin architecture-toolsCreate C4 context, container, component, and code diagrams. Visualize architecture at different abstraction levels. Use when communicating system structure to diverse audiences.
Generates C4 model architecture diagrams and documentation using Mermaid syntax for system context, containers, components, and code levels.
Generates C4 models and Structurizr DSL workspaces from codebases for system context, container, component, and deployment diagrams; renders as images.