Engineer Design Diagram

Low confidence

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.

Type
plugin
GitHub stars
2.5K
Repository
jeremylongshore/claude-code-plugins-plus-skills
Category

Install

  1. 1Quick install (skills CLI)

    npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill engineer-design-diagram --agent claude-code

    Installs engineer-design-diagram into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.

  2. 2Manual install

    Create ~/.claude/plugins/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.

⚠️ Exact file layout and requirements vary by repository — always check the repo README first.

View on GitHub ↗

Prefer the full source? The repository README is the authoritative install reference.