Generates standalone HTML flowcharts with SVG nodes and connectors. You give it a process description and it builds start/end nodes, process boxes, decision diamonds, and labeled arrows with a clean vertical or horizontal layout. Uses color coding (green for start, blue for processes, orange for decisions, red for end) and consistent 100px spacing. The output is a single HTML file you can open in any browser. Good for quick workflow diagrams or decision trees without firing up dedicated flowchart software. The diagrams are static SVG, not interactive beyond being viewable, so this is more for documentation than building something users click through.
npx skills add https://github.com/mhattingpete/claude-skills-marketplace --skill flowchart-creator