JSPM

@windyroad/c4

0.1.4-preview.239
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 477
  • Score
    100M100P100Q122871F
  • License MIT

C4 architecture diagram generation and validation

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@windyroad/c4) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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.

    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/c4

    Restart Claude Code after installing.

    Usage

    Generate or regenerate C4 diagrams:

    /wr-c4:generate

    Analyses your source code and produces C3 component and C4 code-level architecture diagrams.

    Check whether diagrams are up to date:

    /wr-c4:check

    Compares the current source code against existing diagrams and reports whether they need regeneration.

    Updating and Uninstalling

    npx @windyroad/c4 --update
    npx @windyroad/c4 --uninstall

    Licence

    MIT