Claude Code Flow Visualizer — Git skill for Claude Code
🔍 Visualize any Claude Code agent harness — CLAUDE.md, subagents, skills, commands, hooks & MCP servers — as an interactive flow graph.
How to install Claude Code Flow Visualizer
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open oyekamal/claude-code-flow-visualizer and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Code Flow Visualizer does
🔍 Visualize any Claude Code agent harness — CLAUDE.md, subagents, skills, commands, hooks & MCP servers — as an interactive flow graph. Import from GitHub, ZIP, or local folder. 100% client-side.
Alternatives in Git
- Clean Worktrees (Automatic) — Automatically remove all worktrees for branches merged into master 25.5k ★
- Zcf — GitHub Repo stars Zero-Config Code Flow for Claude code & Codex Zero-config workflow 5.8k ★
- Ccometixline - Claude Code Statusline — by Haleclipse - A high-performance Claude Code statusline tool written in Rust with Git integration, usage tra 2.3k ★
README
Claude Code Flow Visualizer — See Your Entire Agent Harness as an Interactive Graph
**Visualize any Claude Code configuration (`CLAUDE.md`, subagents, skills, slash commands, hooks, MCP servers, schedulers) as one interactive flow diagram — straight from a GitHub URL, a ZIP, or a local folder. No install for your target repo, no backend, 100% client-side.**

Why
Claude Code agent setups live as scattered markdown files: `CLAUDE.md`, `.claude/agents/*.md`, `.claude/skills/*/SKILL.md`, commands, `settings.json` hooks, and `.mcp.json` connectors. To understand how an existing harness works — which agent delegates to which, what skills fire when, where Notion/database/MCP connections plug in — you'd normally have to open and read every single file.
This tool parses the whole project and renders it as a wired graph in seconds:
- 🤖 Agents with model + tool badges, delegation edges traced from prompt bodies
- 📚 Skills attached to the agents and commands that actually reference them
- ⌨️ Slash commands, 🪝 lifecycle hooks, ⏰ schedulers (GitHub Actions / cron)
- 🔌 MCP connectors and 🗄️ memory / state stores drawn as distinct node types
- 🚨 Pipeline lints: broken delegation references, duplicate agent names, circular delegation, orphan skills, reviewers with write access, orchestrators missing the
Tasktool, vague trigger descriptions
Quick Start
git clone https://github.com/oyekamal/claude-code-flow-visualizer.git
cd claude-code-flow-visualizer
npm install
npm run dev # → http://localhost:5173
Then either:
- Paste a GitHub repo (
owner/repo, full URL, or a/tree/branch/subfolderlink) and hit VISUALIZE - Upload a ZIP (GitHub → Code → Download ZIP) — fully offline
- Upload a folder — point it at any local clone
- Or click LOAD DEMO HARNESS to explore a sample multi-agent conte
Related Skills
Copilot Plugins
The official GitHub Copilot plugins collection — MCP servers, skills, hooks, and other extensibility tools for
Claude CLI Advanced Starter Pack
Advanced Claude Code CLI toolkit - agents, hooks, skills, MCP servers, phased development, site intelligence d
Cc Inspect
git clone https://github.com/howardpen9/cc-inspect ~/.claude/skills/cc-inspect Inspect all installed Claude Co
Gh Star History
Visualize and compare GitHub star history as interactive charts, with regional breakdown of stargazers.
Publish MCP Server
Publishes one of the bundled MCP servers to npm. Tag push triggers GitHub Actions → npm publish --provenance.
Agentline
Zero-dependency Claude Code statusline: cost, context %, rate limits, git branch, MCP servers, system health.
Related Agents
Visualizer
Builds the stacked bar chart (violation counts by class per zip) and the Class C trend line (over time, top zi
Mermaid Flow Visualizer
Use this agent when the user explicitly requests a Mermaid diagram to visualize code architecture, data flow,
Skills Guide
Interactive guide for building custom Claude Skills. Asks straightforward questions, uses SKILLS_FACTORY_PROMP