engineer-design-diagram

v0.5.0 by Jeremy Longshore

Generate production-grade engineering design diagrams (architecture, sequence, delta, drift) as self-contained dark-themed HTML files with accessible inline SVG. Grounds every diagram in real repo topology via DCI — package manifests, docker-compose, k8s, terraform, import graph. Four modes: generate, diff, trace, watch. Semantic OKLCH palette; Mermaid fallback for large graphs.

1 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install engineer-design-diagram@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

Generate production-grade engineering design diagrams as single-file dark-themed HTML with inline SVG, grounded in real repository topology.

Skills (1) plugin-local skills

engineer-design-diagram View full skill →

Generate production-grade engineering design diagrams (architecture, sequence, delta, drift) as self-contained dark-themed HTML files with accessible inline SVG.

ReadWriteGlobGrepBash(git:*)Bash(ls:*)Bash(cat:*)Bash(jq:*)Bash(docker:*)Bash(kubectl:*)Bash(terraform:*)Bash(python3:*)Bash(xdg-open:*)Bash(open:*)Bash(wslview:*)AskUserQuestion

How It Works


/design:generate                # diagram from current repo
/design:diff PR-123             # diff a specific PR
/design:trace ./crash.log       # sequence diagram from a stack trace
/design:watch                   # check for drift since last fingerprint

Or invoke the skill directly with natural language: "draw the architecture for this repo", "diagram this PR", "engineer design diagram".

Use Cases

examples/aws-serverless.html, examples/microservices.html, examples/tiny-monorepo/expected-architecture.html — reference outputs you can open directly to see what the skill produces.

Ready to use engineer-design-diagram?