Flowchart
Turn a process, workflow, or decision logic into a clean flowchart. Use when asked to diagram a process, map a workflow, visualize steps/branches, or show 'how this works' as a chart. Produces a ready-to-render Mermaid flowchart (renders live in the playground, exportable as PNG/SVG) plus a short legend and the assumptions made.
What to give it
✅ The bar it holds itself to
Every skill in this library self-verifies — these are this skill's own quality checks, straight from its definition.
⚠️ What it refuses to do
Install
npx pm-claude-skills add --agent claude # or codex · cursor · gemini · hermes
# or one-line MCP (every skill, any client):
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
Example output
Input: Diagram the e-commerce checkout: review cart, enter shipping, choose payment, validate it. If payment is declined, allow up to 3 retries then cancel. If it succeeds, check inventory — in stock: confirm + email receipt; out of stock: refund + notify. Start at Checkout clicked; end states: confirmed, cancelled, refunded. · hand-written example
Related skills
🔌 Embed this skill
Drop this on your blog, docs, or site — it renders a "Run this skill" card:
<div data-pm-skill="flowchart"></div>
<script src="https://mohitagw15856.github.io/pm-claude-skills/embed.js" async></script>