Analysis updated 2026-06-24
Generate a clickable architecture diagram for an internal design review
Show a RAG pipeline step by step in an onboarding doc
Walk a workshop audience through an auth flow with animated packets
Drop a single HTML file into a repo so the team can iterate on a proposed system
| konraddzbik/architecture-diagram-skill | eng-hasan-hajjar/smart-blood-donation-platform | mephisto1122/mevin | |
|---|---|---|---|
| Stars | 11 | 11 | 11 |
| Language | HTML | HTML | HTML |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 1/5 | 3/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires one of the supported agent CLIs (Claude Code, Gemini, Copilot, OpenCode, or Cursor) installed.
This repository is an Agent Skill, which is a folder of instructions that an AI coding assistant can load on demand. Once installed, when you ask the assistant to draw a system architecture diagram, this skill takes over and produces a single self-contained HTML file plus a markdown description. The HTML has no build step and no dependencies, so you can email it, host it, or open it locally in a browser. It is meant to work with Claude Code, Gemini CLI, GitHub Copilot CLI, OpenCode, and Cursor. The generated diagram is not a static picture. You can pick a scenario tab such as RAG Query, Login, or Ingest, and animated data packets travel along curved wires between the service boxes step by step. A side panel shows the current step's payload, description, and small chips for things like latency, auth headers, and ports. You can drag nodes around (they snap to a grid and the layout is saved in browser localStorage), toggle between modes like offline/online or dev/prod to swap labels and ports, and use play, pause, and step controls with keyboard shortcuts. There is also a dark/light theme toggle and a fullscreen mode for presentations. The README is explicit about when to reach for this skill and when not to. It suits interactive walk-throughs of architectures, data pipelines, RAG flows, microservice communication, CI/CD stages, auth flows, and onboarding documents. For a static box-and-arrow diagram or an inline sequence diagram in a pull request, the author suggests using a plain Mermaid diagram instead. Installation instructions are given for each supported assistant, covering both personal (all projects) and project (committed to the repo) scopes, with one-line commands as well as manual git clone steps.
Agent Skill for Claude Code, Gemini, and Copilot CLIs that generates an interactive self-contained HTML architecture diagram with animated data flows.
Mainly HTML. The stack also includes HTML, JavaScript, SKILL.md.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.