Three GitHub AI Skills for One‑Line Diagram Generation (Flowcharts, Architecture, Excalidraw)
This article introduces three open‑source GitHub Skills—fireworks‑tech‑graph, architecture‑diagram‑generator, and excalidraw‑diagram‑generator—that let you describe a diagram in plain language and instantly obtain SVG/PNG or editable Excalidraw files, with installation commands, style options, and usage tips.
fireworks‑tech‑graph
Skill converts a natural‑language description into an SVG diagram and then exports a high‑resolution PNG. It supports 14 chart types, including the full UML family and AI/Agent templates, and offers 7 visual styles such as dark‑terminal, tech line‑art, and hand‑drawn.
Installation requires a single command and a system dependency for SVG‑to‑PNG conversion:
npx skills add yizhiyanhua-ai/fireworks-tech-graph brew install librsvgAfter installation, a prompt like “draw a RAG pipeline in dark terminal style” returns a ready‑to‑use PNG within seconds.
Repository:
https://github.com/yizhiyanhua-ai/fireworks-tech-grapharchitecture‑diagram‑generator
Skill outputs a standalone HTML file that embeds the generated SVG, allowing direct viewing in any browser without additional tools. The default output uses a dark theme and JetBrains Mono font, providing a professional appearance out of the box.
Compatible with Claude.ai (upload via Settings → Capabilities → Skills) and Claude Code (place the skill file in ~/.claude/skills/).
npx skills add Cocoon-AI/architecture-diagram-generatorRepository:
https://github.com/Cocoon-AI/architecture-diagram-generatorexcalidraw‑diagram‑generator
Skill generates a .excalidraw JSON file that can be dragged onto https://excalidraw.com for further manual editing. It supports nine diagram types: flowchart, relationship, mind map, architecture, data‑flow, swimlane, class, sequence, and ER diagram. UML relationship lines are distinguished into inheritance, implementation, association, dependency, aggregation, and composition. Cloud‑architecture icons from AWS, GCP, and Azure are included.
npx skills add github/awesome-copilot/skills/excalidraw-diagram-generatorRepository:
https://github.com/github/awesome-copilot/tree/main/skills/excalidraw-diagram-generatorComparison
fireworks‑tech‑graph : AI‑generated SVG → PNG, 14 chart types, style selectable via prompt.
architecture‑diagram‑generator : Produces a single HTML file with embedded SVG, ideal for sharing static diagrams.
excalidraw‑diagram‑generator : Outputs editable Excalidraw JSON, enabling post‑generation modifications.
All three skills are installable with a single npx skills add … command and work with both Claude.ai and Claude Code.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
IT Services Circle
Delivering cutting-edge internet insights and practical learning resources. We're a passionate and principled IT media platform.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
