[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]
Install
npx skillscat add agentient/vibekit/c4-model-architecture-diagrams Install via the SkillsCat registry.
SKILL.md
C4 Model Architecture Diagrams
STUB: This skill is not yet implemented
This placeholder preserves the documented plugin structure.
See parent plugin README for planned capabilities.
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]- C1 System Context: High-level system boundaries and external actors
- C2 Container: Applications, data stores, microservices
- C3 Component: Internal structure of containers
- C4 Code: Class/module level detail (optional)
- Structurizr DSL integration
- PlantUML C4 extension support
Implementation Status
- Core implementation
- References documentation
- Output templates
- Integration tests