user-flow-diagram
Generate user flow diagrams and flowcharts using Mermaid and other formats
Profile →npx skills add a5c-ai/babysitter --skill user-flow-diagram --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# User Flow Diagram Skill ## Purpose Generate user flow diagrams, flowcharts, and navigation maps to visualize user journeys and application flows. ## Capabilities - Create Mermaid.js flow diagrams - Generate flowcharts from user journeys - Export to SVG, PNG, and other formats - Validate flow completeness - Identify dead ends and loops - Generate sitemap visualizations ## Target Processes - wireframing.js - user-journey-mapping.js - information-architecture.js ## Integration Points - Mermaid.js for diagram generation - diagrams.net API for export - PlantUML for alternative syntax ## Input Schema ```json { "type": "object", "properties": { "flowData": { "type": "object", "description": "User flow data structure", "properties": { "nodes": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "label": { "type": "string" }, "type": { "type": "string" } } } }, "edges": { "type": "array", "items": { "type": "object", "properties": { "from": { "type": "string" }, "to": { "type": "string" }, "label": { "type": "string" } } } } } }, "diagramType": { "type": "string", "enum": ["flowchart", "sequence", "state", "journey"], "default": "flowchart" }, "dire
- Purpose
- Capabilities
- Target Processes
- Integration Points
- Input Schema
- Output Schema
- Usage Example
What does the user-flow-diagram skill do?
Generate user flow diagrams and flowcharts using Mermaid and other formats
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill user-flow-diagram --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.