·flowchart-generator
#

flowchart-generator

dkyazzentwatwa/chatgpt-skills

Generate flowcharts from YAML/JSON definitions or Python DSL. Supports standard flowchart shapes, swimlanes, and PNG/SVG/PDF export.

25Installs·0Trend·@dkyazzentwatwa

Installation

$npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill flowchart-generator

SKILL.md

Create professional flowcharts from structured process definitions. Supports standard flowchart symbols (start/end, process, decision, I/O), swimlanes for multi-actor processes, and multiple export formats.

| --input | Input YAML or JSON file | Required | | --output | Output file path | flowchart.png | | --layout | Layout direction (TB, LR, BT, RL) | TB | | --style | Style preset | business | | --dpi | Image resolution | 96 |

| start | Oval/Ellipse | Beginning of flow | | end | Oval/Ellipse | End of flow | | process | Rectangle | Action or step | | decision | Diamond | Yes/No branch | | io | Parallelogram | Input/Output | | connector | Circle | Page/flow connector |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill flowchart-generator
Category
#Documents
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is flowchart-generator?

Generate flowcharts from YAML/JSON definitions or Python DSL. Supports standard flowchart shapes, swimlanes, and PNG/SVG/PDF export. Source: dkyazzentwatwa/chatgpt-skills.

How do I install flowchart-generator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill flowchart-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dkyazzentwatwa/chatgpt-skills