Use when the user wants to generate architecture diagrams, visualize their codebase structure, create pitch decks with system diagrams, or understand their infrastructure layout from code
Generates professional architecture diagrams from your Terraform and Docker Compose files. Use `/arch:generate` when you need to visualize infrastructure, create pitch decks, or document your system's layout.
/plugin marketplace add jeremyodell/claude-assistant/plugin install arch-designer@claude-assistant-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Generate professional, ByteByteGo-quality architecture diagrams from your codebase.
Use this plugin when:
| Command | Purpose |
|---|---|
/arch:generate | Scan codebase and generate full architecture diagram suite |
/arch:view $SCOPE | Generate a focused diagram for a specific component or flow |
/arch:deck --investor | Create investor pitch deck with auto-generated diagrams |
/arch:deck --client | Create client-facing presentation deck |
/arch:export | Export diagrams in multiple formats (SVG, PNG, PDF) |
/arch:refresh | Regenerate diagrams after code changes |
The plugin can analyze:
Future analyzers will add support for:
Diagrams are saved to docs/architecture/latest/:
overview.svg - Animated SVG with flow indicatorsoverview.png - Static image for embeddingembed.html - Copy-paste snippet for READMEAfter generation, you can refine diagrams conversationally:
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.