Archflow — Development skill for Claude Code
Claude Code skill that turns any codebase into an animated HTML architecture diagram.
How to install Archflow
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open rafaelolsr/archflow and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Archflow does
Claude Code skill that turns any codebase into an animated HTML architecture diagram.
Alternatives in Development
README
**A Claude Code plugin that turns any codebase into an animated HTML architecture diagram.**
Ask Claude to explain a system architecture. Instead of a wall of text or ASCII art, it reads your codebase, identifies the real components and flows, and generates a self-contained animated HTML file you open in any browser.
/archflow:archflow
What it produces
A single `architecture-diagram.html` file — no server, no dependencies, just open in a browser.
The diagram animates through the key phases of a typical request flowing through your system, lighting up components and arrows at each step. Real names from your code — actual class names, module paths, method names, and external service names — not generic placeholder boxes.
Layouts
| System type | Layout |
|---|---|
| API / RAG / request-response | Horizontal pipeline |
| Multi-agent / ReAct loops | Multi-agent hub with parallel workers |
| ETL / Databricks / Delta Live Tables | Medallion pipeline |
Why
Every coding agent defaults to text when you ask for an architecture explanation. Bullet points, nested lists, prose paragraphs. It works for trivial cases but anything beyond a 3-component system becomes hard to follow.
Diagrams are better. But asking an agent to "draw a diagram" usually gets you Mermaid syntax that doesn't render, ASCII art that breaks on resize, or a generic boxes-and-arrows template with no real names from your code.
archflow fixes that. It reads the actual code first, builds a mental model of the system, then generates a polished animated HTML diagram using real component names, real s
Related Skills
Explainer Reel Skill
Claude Code skill: build a self-playing animated explainer reel - one self-contained HTML file that plays like
Interactive Diagram
生成可交互式、可拖动的 HTML 图表(流程图、架构图、思维导图、序列图),并将其作为独立文件保存。支持 Dagre 自动布局、平移/缩放,并可导出为 PNG/SVG/JSON 格式。零依赖。Claude Code 技能
Codebase To Course Fork
A Claude Code skill that turns any codebase into a beautiful, interactive single-page HTML course for non-tech
Openhop Flow
Render an animated OpenHop flow diagram for the prompt that follows. Sketches the YAML, pushes it to the local
Vox Editorial
A Claude Code skill that turns one researched topic into a finished vertical explainer film: cut-paper artwork
HTML Diagram
편집 가능한 HTML 도식을 만드는 Claude Code 스킬. 문서 자체가 에디터.
Related Agents
Courseware Developer
Use this agent to build training and teaching materials — interactive HTML courseware slide decks, animated fl
Presentation Designer
Turns data work — exploratory analyses, dashboards, business plans, project proposals — into polished, on-bran
Dipeo Frontend Dev
Use this agent when working on DiPeO's React frontend codebase, including:\n\n- Modifying or creating React co