Arc42 banner
marvinrichter marvinrichter

Arc42

Documentation community

Description

--- description: Generate or update arc42 architecture documentation with C4 diagrams for the current project. Reads the codebase and produces docs/architecture/arc42.md with PlantUML diagrams. Supports targeted section updates. --- # arc42 Generate and maintain arc42 architecture documentation with C4 diagrams. ## Instructions ### 1. Parse Arguments `$ARGUMENTS` controls which sections to generate: - (empty) or `all` → all 12 sections - `section-N` (e.g. `section-3`, `section-5`) → only t

Installation

Installs to ~/.claude/skills/marvinrichter-clarc-arc42/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marvinrichter-clarc-arc42 && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/commands/arc42.md -o ~/.claude/skills/marvinrichter-clarc-arc42/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository