Create a user-login flowchart
Uses mermaid
- The steps, decisions, and outcomes in the user login process
/mermaid create a flowchart for user login process

This skill generates Mermaid diagrams from plain requirements, covering twenty-three diagram types from flowcharts and sequence diagrams to C4 architecture and Gantt charts. It helps software architects, product managers, technical writers, and data engineers turn descriptions into visual documentation without leaving the editor. The skill reads syntax references before writing, so output is structured and render-ready.
Follow the documented setup, then try a first task.
Installs: Single project · Claude Code
In a terminal, clone the repository and copy its Mermaid skill into the target project's .claude/skills directory. Replace /path/to/your/project with the path to your project, keeping the placeholder itself unchanged in the command until you make that substitution.
git clone https://github.com/WH-2099/mermaid-skill.git cp -r mermaid-skill/.claude/skills/mermaid /path/to/your/project/.claude/skills/
Installs: Single project · Claude Code
Run from: Project root
In a terminal at the project root, add the repository beneath .claude/skills and create the documented symbolic link for the Mermaid skill.
git submodule add https://github.com/WH-2099/mermaid-skill.git .claude/skills/mermaid-skill ln -s mermaid-skill/.claude/skills/mermaid .claude/skills/mermaid
Uses mermaid
/mermaid create a flowchart for user login process
Uses mermaid
/mermaid draw a sequence diagram for API authentication
Uses mermaid
/mermaid ER diagram for an e-commerce database