smithery/agentient

c4-model-architecture-diagrams

[STUB - Not implemented] C4 model diagrams for layered architecture visualization (Context, Container, Component, Code). PROACTIVELY activate for: [TODO: Define on implementation].

Installation

$ npx skills add smithery/agentient --skill c4-model-architecture-diagrams

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/agentient · top by installs.

npx skills add smithery/agentient

Browse all from smithery/agentient

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,304 B
  • docs SUMMARY.md 261 B

History

  1. First recorded snapshot · 0 installs

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