Interactive Architecture Diagrams
Builds a click-through, animated single-file HTML architecture diagram plus a companion .md.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 63642e2
Built a real 3-node OAuth2 login diagram from the shipped template and served it locally: step navigation, the payload side panel, and the dev/prod mode toggle all worked live in-browser with zero console errors — genuinely more capable than anything I'd produce unguided. Docs cost it points: the README's own 'Claude Code — manual clone' command clones the repo root straight into the skills folder, which buries SKILL.md two directories too deep and would silently break the install if followed literally.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 3/5
What Interactive Architecture Diagrams does
Generates a self-contained interactive HTML diagram — flow tabs, animated SVG data packets, a side panel with per-step payloads, mode toggles (dev/prod, offline/online), drag-and-drop nodes, dark/light theme — plus a companion architecture.md, from a plain-language description of a system's services and flows. Triggers on requests to visualize a service map, RAG/agentic flow, CI/CD pipeline, or microservices topology for a workshop or design review; explicitly opts out for static Mermaid diagrams, slides, or PDFs.
How to install Interactive Architecture Diagrams
git clone https://github.com/konraddzbik/architecture-diagram-skill
cd architecture-diagram-skill
mkdir -p ~/.claude/skills
cp -r skills/architecture-diagram ~/.claude/skills/architecture-diagram
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Interactive Architecture Diagrams
-
/architecture-diagramBuilds a click-through, animated single-file HTML architecture diagram plus a companion .md.
It also activates on plain-language prompts like these:
-
Build a clickable diagram showing browser to auth gateway flow -
Make an animated architecture diagram for our OAuth login -
Create a step-through HTML diagram of our system's request path
Frequently asked questions
- Is the Interactive Architecture Diagrams skill free?
- Yes. The skill itself is free from konraddzbik/architecture-diagram-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Interactive Architecture Diagrams work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Built a real 3-node OAuth2 login diagram from the shipped template and served it locally: step navigation, the payload side panel, and the dev/prod mode toggle all worked live in-browser with zero console errors — genuinely more capable than anything I'd produce unguided. Docs cost it points: the README's own 'Claude Code — manual clone' command clones the repo root straight into the skills folder, which buries SKILL.md two directories too deep and would silently break the install if followed literally.
- What is the Interactive Architecture Diagrams SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
- How do I install Interactive Architecture Diagrams?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Interactive Architecture Diagrams with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.