什麼是 diagrams?
產生 SVG/PNG 格式的視覺化流程圖、架構圖和系統圖。當使用者要求流程圖、使用者流程圖、架構圖、系統圖、互動圖或任何視覺化圖表時使用。支援 ELK JSON 佈局引擎,自動渲染為 SVG。 來源:tychohq/agent-skills。
產生 SVG/PNG 格式的視覺化流程圖、架構圖和系統圖。當使用者要求流程圖、使用者流程圖、架構圖、系統圖、互動圖或任何視覺化圖表時使用。支援 ELK JSON 佈局引擎,自動渲染為 SVG。
透過命令列快速安裝 diagrams AI 技能到你的開發環境
來源:tychohq/agent-skills。
Generate diagrams from structured JSON → SVG (and optionally PNG).
| id | string | Required. Unique identifier | | width | number | Node width in px (default 120) | | height | number | Node height in px (default 40) | | labels | array | [{text}] — used by ELK for layout calculation | | label | string | Display text rendered in SVG (supports emoji). Falls back to id | | color | string | Color key from palette (see below) |
| subtitle | string | Smaller text below the label | | fontSize | number | Label font size (default 13) | | children | array | Nested nodes — makes this a container | | containerColor | string | Color key for container background |
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/tychohq/agent-skills --skill diagrams產生 SVG/PNG 格式的視覺化流程圖、架構圖和系統圖。當使用者要求流程圖、使用者流程圖、架構圖、系統圖、互動圖或任何視覺化圖表時使用。支援 ELK JSON 佈局引擎,自動渲染為 SVG。 來源:tychohq/agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/tychohq/agent-skills --skill diagrams 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tychohq/agent-skills