@windyroad/c4
v0.2.1
Published
C4 architecture diagram generation and validation
Maintainers
Readme
@windyroad/c4
C4 architecture diagram generation and validation for Claude Code. Generates C4 model diagrams from your source code and checks whether they're up to date. Maturity: Experimental.
Part of Windy Road Agent Plugins.
What It Does
Architecture diagrams go stale. The C4 plugin keeps them current by generating C3 (component) and C4 (code) views directly from your source code. No manual diagram maintenance.
Install
npx @windyroad/c4Restart Claude Code after installing.
Usage
Generate or regenerate C4 diagrams:
/wr-c4:generateAnalyses your source code and produces C3 component and C4 code-level architecture diagrams.
Check whether diagrams are up to date:
/wr-c4:checkCompares the current source code against existing diagrams and reports whether they need regeneration.
Updating and Uninstalling
npx @windyroad/c4 --update
npx @windyroad/c4 --uninstall