Resource URL: https://github.com/xiapeli/flowmaster
Category: Agent Skills > General
Description: FlowMaster is a Claude Code skill that auto-generates interactive flow diagrams from any codebase. Two modes: Analyze (v3.1) generates static HTML flow diagrams, Studio (v4.0) creates an interactive canvas with terminal integration and self-healing execution loops.
Key features:
- Analyze mode: reads codebase → generates interactive HTML with draggable nodes and edges
- Studio mode: full interactive canvas with 10 node types (page, API, component, database, etc.)
- Auto-layout algorithm for clean diagram positioning
- Self-healing execution loop (Peter Steinberger's Close the Loop principle)
- Export to HTML, supports any framework (React, Next.js, Astro, etc.)
Install: curl -o ~/.claude/commands/flowmaster.md https://raw.githubusercontent.com/xiapeli/flowmaster/main/flowmaster.md