A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Generate professional draw.io diagrams from natural language — a Claude Code skill
A Claude Code skill that turns natural language into professional draw.io diagrams — flowcharts, architecture diagrams, comparisons, and more.
English | 中文
FlowForge is a Claude Code skill that generates professional .drawio diagrams from natural language descriptions. Just describe what you want — a CI/CD pipeline, a system architecture, an algorithm comparison — and FlowForge produces a clean, well-laid-out draw.io XML file ready to open in draw.io desktop or app.diagrams.net.
flow, flow-vertical, compare, layers, loop, tree, hub, columns, matrix, funnel, timeline, sequencetech-blue (default), morandi, mint, terracotta, indigo# In Claude Code
/plugin install https://github.com/winstonyoyo/flowforge-skill
Or add to your plugin marketplace and install from there.
Clone this repo and copy the skill directory to your Claude Code skills folder:
git clone https://github.com/winstonyoyo/flowforge-skill.git
cp -r flowforge-skill/skills/FlowForge ~/.claude/skills/
# Or for project-scoped:
cp -r flowforge-skill/skills/FlowForge ./.claude/skills/
In Claude Code, just describe what you want to draw:
Draw a flowchart for our user signup process
画一个 RAG 检索流程图
Compare PPO vs DPO vs GRPO algorithms
帮我画一个微服务架构图
Or use the /FlowForge slash command explicitly:
/FlowForge "OAuth 2.0 authorization code flow"
/FlowForge path/to/design-doc.md --type layers --theme morandi
tech-blue).drawio file in draw.io and refine if needed| Theme | Style | Best for |
|---|---|---|
tech-blue | Blue-gray + warm accents | Technical content, system docs (default) |
morandi | Muted sage + smoky purple | Design portfolios, brand decks |
mint | Mint green + warm yellow | Product flows, user journeys |
terracotta | Earthy clay + sand | Business strategy, operations |
indigo | Bold indigo + violet | Tech presentations, launches |
| Type | Code | Best for |
|---|---|---|
| Linear flow | flow | Sequential steps A → B → C |
| Vertical flow | flow-vertical | Top-down processes |
| Comparison | compare | A vs B side-by-side |
| Layer stack | layers | Multi-tier architectures |
| Cycle | loop | Iterative processes (CI/CD, training loops) |
| Tree | tree | Hierarchies, taxonomies |
| Hub & spoke | hub | One core, many branches |
| Parallel columns | columns | 3+ parallel concepts |
| Matrix | matrix | Multi-dimension comparisons |
| Funnel | funnel | Filtering, conversion |
| Timeline | timeline | Version evolution |
| Sequence | sequence | Component interactions |
9 example diagrams generated by FlowForge, covering all 5 themes and the most-used diagram types — see gallery/ for source .drawio files.
layers × tech-blue + multi-color)
columns + loop × tech-blue)
tree × mint)
hub × indigo)
timeline × terracotta)
| # | Diagram | Type | Theme |
|---|---|---|---|
| 01 | Data collection pipeline | flow-vertical + branch | tech-blue |
| 02 | Smart data query pipeline | flow-vertical (long, with color rhythm) | tech-blue |
| 03 | Economic data platform architecture | layers (5 tiers) | multi-color per layer |
| 04 | PPO vs DPO vs GRPO algorithms | columns (horizontal × vertical compare, with loops) | tech-blue + accents |
| 05 | LLM full-stack architecture | layers (6 tiers + cross-cutting panel) | full palette |
| 06 | Traditional vs AI-augmented data team | compare | morandi |
| 07 | Database selection decision tree | tree | mint |
| 08 | AI Agent capability hub | hub (6 spokes) | indigo |
| 09 | LLM evolution timeline | timeline (alternating) | terracotta |
Open any
.drawiofile in app.diagrams.net to view or edit.
flowforge-skill/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── skills/
│ └── FlowForge/
│ ├── SKILL.md # Main skill instructions (entry point)
│ ├── themes.md # 5 color theme definitions
│ ├── xml-reference.md # XML element templates
│ ├── examples.md # Complete reference examples
│ └── examples/ # Reference .drawio files
├── gallery/ # Showcase diagrams
├── assets/screenshots/ # README screenshots
├── README.md # English README
├── README.zh-CN.md # 中文 README
├── LICENSE # MIT
└── CHANGELOG.md
PRs welcome! Areas where contributions are especially valuable:
README.{lang}.md)Built following the design principles in Lessons from Building Claude Code: How We Use Skills by Thariq Shihipar at Anthropic.
MIT © 2026 winstonyoyo
ML engineering — model training, deployment, MLOps, monitoring
DevOps practices — CI/CD, containers, monitoring, infrastructure automation
Professional skills marketplace with production-ready skills for enhanced development
Self-learning system that captures corrections and syncs them to CLAUDE.md and AGENTS.md