drawio-academic-skills
Academic-first Draw.io figure skill for papers, theses, IEEE-style diagrams, architecture figures, workflows, roadmaps, formulas, and publication-ready visualizations. Use when users ask to draw, redraw, replicate, edit, or export diagrams for academic papers or technical documents. Creates offline .drawio + .spec.yaml + .arch.json bundles, exports SVG locally, uses draw.io Desktop CLI for embedded SVG/PNG/PDF/JPG, supports style presets, self-check review loops, and diagrams.net URL fallback without requiring MCP.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o drawio-academic-skills.zip https://jpskill.com/download/23445.zip && unzip -o drawio-academic-skills.zip && rm drawio-academic-skills.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/23445.zip -OutFile "$d\drawio-academic-skills.zip"; Expand-Archive "$d\drawio-academic-skills.zip" -DestinationPath $d -Force; ri "$d\drawio-academic-skills.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
drawio-academic-skills.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
drawio-academic-skillsフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 95
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Draw.io Academic Skill
Create, edit, replicate, validate, and export publication-ready draw.io figures.
This skill merges two workflows:
- The upstream pure
drawio-skillworkflow: direct.drawioXML generation, Desktop export, self-check, style presets, diagrams.net URL fallback, and diagram-type presets. - This repository's
skills/drawioworkflow: YAML-first authoring, offline sidecars, academic quality gates, formula handling, and SVG conversion.
Non-Negotiable Contract
- Keep this fork academic-first and offline-first.
- Never create, require, or route through
.mcp.jsonor an MCP backend. - Treat the YAML spec plus
.drawio,.arch.json, and.svgoutputs as the normal editable bundle. - Use draw.io Desktop only as an optional export enhancer for PNG/PDF/JPG or embedded
.drawio.svg. - When a requested export cannot be produced locally, still deliver the editable bundle and report the unavailable export clearly.
Runtime Decision
Default to the offline academic path.
| Priority | Runtime | Use for |
|---|---|---|
| 1 | YAML/CLI offline bundle | New academic figures, paper diagrams, repeatable edits |
| 2 | draw.io Desktop CLI | PNG/PDF/JPG, embedded .drawio.svg, final raster export |
| 3 | direct XML fallback | Tiny one-off diagrams, CLI unavailable, handoff-only XML |
| 4 | diagrams.net URL fallback | User cannot install Desktop but can open browser URL |
This skill intentionally ships without .mcp.json. Use Desktop CLI or the diagrams.net URL fallback for handoff and refinement.
Preflight Checklist
Before generating or editing, decide and state:
- Input type: new prompt,
.spec.yaml,.drawio, image/SVG reference, or style preset. - Route from the table below, then load only the referenced files.
- Deliverables needed: default bundle, plus any requested PNG/PDF/JPG.
- Whether draw.io Desktop is required for the requested export.
- Fallback plan if Desktop or validation is unavailable.
Task Routing
Choose one route first, then load only the referenced files.
| Route | Trigger | Load |
|---|---|---|
academic-create |
paper, thesis, IEEE, manuscript, journal figure | references/docs/academic-figure-playbook.md, references/docs/academic-export-checklist.md, references/workflows/create.md |
math-formula |
formula, equation, LaTeX, AsciiMath, MathJax, 公式 | references/docs/math-typesetting.md, references/docs/design-system/formulas.md |
edit |
modify an existing .drawio, YAML bundle, or previous output |
references/workflows/edit.md, references/docs/migration-readiness.md |
replicate |
redraw screenshot, image, SVG, or reference diagram | references/workflows/replicate.md, references/docs/design-system/color-guide.md |
stencil-heavy |
cloud, network, AWS, Azure, GCP, Cisco, Kubernetes | references/docs/stencil-library-guide.md, references/official/xml-reference.md |
style-preset |
learn/use/list/delete/rename visual style presets | references/docs/style-presets.md, references/docs/upstream-pure-drawio-skill.md |
Academic Defaults
For academic-paper requests, set these before rendering:
meta.profile: academic-papermeta.figureType: exactly one ofarchitecture,roadmap, orworkflowmeta.theme:academicby default, oracademic-colorwhen color is usefulmeta.title: caption-ready figure titlemeta.description: one sentence explaining the figure intent
Default deliverables:
<name>.drawio<name>.spec.yaml<name>.arch.json<name>.svg
Add <name>.png only when the user asks for PNG, Word, thesis/A4, raster-first, or screenshot matching, and draw.io Desktop export is available.
Create Flow
-
Classify the figure as
architecture,roadmap, orworkflow. -
Draft the YAML spec as the canonical source.
-
Use concise labels; shorten labels before shrinking fonts.
-
Validate before rendering:
node <skill-dir>/scripts/cli.js input.yaml output.drawio --validate --write-sidecars node <skill-dir>/scripts/cli.js input.yaml output.svg --validate --write-sidecars -
Use
--strictor--strict-warningsfor publication-grade checks. -
Self-check the exported SVG/PNG when vision is available.
-
Apply targeted edits to YAML or XML, re-render, and repeat until approved.
Edit and Replicate Flow
-
If a
.spec.yamlsidecar exists, edit the YAML spec first. -
If only
.drawioexists, import it before editing:node <skill-dir>/scripts/cli.js existing.drawio --input-format drawio --export-spec --write-sidecars -
After import, inspect the generated
.spec.yamland.arch.json, apply edits to the YAML spec, then regenerate the requested.drawioor.svgwith--write-sidecars. -
Keep all regenerated files on the same basename so the bundle remains round-trippable.
-
For image/SVG replication, extract palette intent first and preserve the source palette unless the user asks for paper-safe recoloring.
-
For major structural changes, show an ASCII logic draft before rendering.
-
Preserve
<name>.drawio,<name>.spec.yaml, and<name>.arch.jsontogether.
Export Policy
Use the local CLI for deterministic exports.
# Offline SVG and sidecars
node <skill-dir>/scripts/cli.js input.yaml figure.svg --validate --write-sidecars
# Editable .drawio bundle
node <skill-dir>/scripts/cli.js input.yaml figure.drawio --validate --write-sidecars
# Desktop-enhanced exports
node <skill-dir>/scripts/cli.js input.yaml figure.drawio.svg --validate --write-sidecars --use-desktop
node <skill-dir>/scripts/cli.js input.yaml figure.png --validate --use-desktop
node <skill-dir>/scripts/cli.js input.yaml figure.pdf --validate --use-desktop
Desktop CLI supports PNG/SVG/PDF/JPG. PNG/SVG/PDF exports can embed the editable diagram XML.
If Desktop is unavailable, generate a diagrams.net URL:
node <skill-dir>/scripts/runtime/diagrams-net-url.js figure.drawio
The diagram XML is encoded after #R in the URL fragment. The fragment is client-side and is not sent to diagrams.net servers.
If Desktop is unavailable for PNG/PDF/JPG, do not pretend those files exist. Deliver .drawio, .spec.yaml, .arch.json, and .svg, then include the diagrams.net URL or the exact Desktop command the user can run later.
Style Presets
Use user presets from ~/.drawio-academic-skills/styles/ first, then bundled presets from styles/built-in/.
Supported operations:
- learn a style from
.drawio,.xml,.svg,.png,.jpg, or.jpeg - preview a generated sample before saving
- list presets
- set one user preset as default
- rename or delete user presets
Never mutate bundled presets. Copy a bundled preset into ~/.drawio-academic-skills/styles/ before making it a default.
Failure Recovery
Use these fallbacks before stopping:
| Failure | Recovery |
|---|---|
| YAML validation fails | Fix the YAML spec first, then rerun the same CLI command with --validate. |
.drawio import is incomplete |
Preserve the original file, export the partial spec, and report unsupported shapes or styles explicitly. |
| Desktop export fails or Desktop is missing | Regenerate the offline bundle and SVG, then provide a diagrams.net URL fallback. |
| Formula rendering is wrong | Recheck delimiters against the math reference, then simplify the label before changing layout. |
| SVG/PNG self-check finds overlap | Edit labels or routing in YAML/XML and re-render; do not only describe the issue. |
Quality Gate
Do not claim completion until:
.drawio,.spec.yaml,.arch.json, and.svgare aligned- academic profile has a valid
figureType - labels are readable at paper/A4 scale
- formulas use official delimiters:
$$...$$,\(...\), or AsciiMath backticks - connector routing is readable
- colors are not the only carrier of meaning
- requested PNG/PDF/JPG exports were attempted through draw.io Desktop or clearly reported as unavailable
- no MCP config, MCP server, or live backend is required for the result
Completion Report
End with a concise report:
- Deliverables written, with paths.
- Commands run for validation/export.
- Any unavailable exports and the fallback provided.
- Remaining manual checks, if visual inspection or Desktop export could not run.
Reference Files
references/docs/upstream-pure-drawio-skill.md: preserved upstream pure SKILL.md workflowreferences/docs/academic-figure-playbook.md: academic figure typing and delivery rulesreferences/docs/academic-export-checklist.md: paper-ready checklistreferences/docs/math-typesetting.md: formula syntax and export guidancereferences/official/xml-reference.md: draw.io XML mirrorreferences/official/style-reference.md: draw.io style mirrorreferences/examples/: reusable YAML examplesstyles/built-in/: upstream pure-skill style presetsassets/themes/: YAML/CLI design-system themes
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (10,029 bytes)
- 📎 assets/demo-erd.drawio (7,300 bytes)
- 📎 assets/demo-layered-cn.drawio (6,614 bytes)
- 📎 assets/demo-layered-cn.png (99,781 bytes)
- 📎 assets/demo-layered.drawio (7,109 bytes)
- 📎 assets/demo-layered.png (109,259 bytes)
- 📎 assets/demo-ml.drawio (4,629 bytes)
- 📎 assets/demo-ring-cn.drawio (4,865 bytes)
- 📎 assets/demo-ring-cn.png (80,974 bytes)
- 📎 assets/demo-ring.drawio (5,295 bytes)
- 📎 assets/demo-ring.png (81,228 bytes)
- 📎 assets/demo-sequence.drawio (6,396 bytes)
- 📎 assets/demo-star-cn.drawio (4,264 bytes)
- 📎 assets/demo-star-cn.png (89,623 bytes)
- 📎 assets/demo-star.drawio (4,679 bytes)
- 📎 assets/demo-star.png (97,388 bytes)
- 📎 assets/demo-uml-class.drawio (5,316 bytes)
- 📎 assets/microservices-example.drawio (12,200 bytes)
- 📎 assets/microservices-example.png (144,610 bytes)
- 📎 assets/schemas/spec.schema.json (11,053 bytes)
- 📎 assets/themes/academic-color.json (6,557 bytes)
- 📎 assets/themes/academic.json (3,885 bytes)
- 📎 assets/themes/dark.json (3,988 bytes)
- 📎 assets/themes/high-contrast.json (3,970 bytes)
- 📎 assets/themes/nature.json (4,003 bytes)
- 📎 assets/themes/tech-blue.json (3,979 bytes)
- 📎 assets/workflow-cn.drawio (7,195 bytes)
- 📎 assets/workflow-cn.png (150,331 bytes)
- 📎 assets/workflow.drawio (7,167 bytes)
- 📎 assets/workflow.png (154,667 bytes)
- 📎 README.md (1,775 bytes)
- 📎 references/docs/academic-export-checklist.md (1,362 bytes)
- 📎 references/docs/academic-figure-playbook.md (2,660 bytes)
- 📎 references/docs/ah-format.md (9,975 bytes)
- 📎 references/docs/design-system/color-guide.md (6,686 bytes)
- 📎 references/docs/design-system/connectors.md (6,203 bytes)
- 📎 references/docs/design-system/formulas.md (4,592 bytes)
- 📎 references/docs/design-system/icons.md (6,329 bytes)
- 📎 references/docs/design-system/README.md (4,928 bytes)
- 📎 references/docs/design-system/shapes.md (5,644 bytes)
- 📎 references/docs/design-system/specification.md (13,068 bytes)
- 📎 references/docs/design-system/themes.md (8,079 bytes)
- 📎 references/docs/design-system/tokens.md (4,859 bytes)
- 📎 references/docs/drawio-aesthetic-guide.md (3,943 bytes)
- 📎 references/docs/edge-quality-rules.md (1,781 bytes)
- 📎 references/docs/examples.md (12,001 bytes)
- 📎 references/docs/ieee-network-diagrams.md (5,527 bytes)
- 📎 references/docs/math-typesetting.md (6,703 bytes)
- 📎 references/docs/migration-readiness.md (3,030 bytes)
- 📎 references/docs/stencil-library-guide.md (2,086 bytes)
- 📎 references/docs/style-presets.md (2,992 bytes)
- 📎 references/docs/upstream-pure-drawio-skill.md (38,589 bytes)
- 📎 references/docs/xml-format.md (1,824 bytes)
- 📎 references/examples/ablation-study-pipeline.yaml (789 bytes)
- 📎 references/examples/aws-vpc-topology.yaml (1,249 bytes)
- 📎 references/examples/campus-lan-topology.yaml (1,633 bytes)
- 📎 references/examples/cloud-reference-architecture.yaml (625 bytes)
- 📎 references/examples/e-commerce.yaml (2,647 bytes)
- 📎 references/examples/ieee-network-paper.yaml (870 bytes)
- 📎 references/examples/login-flow.yaml (1,164 bytes)
- 📎 references/examples/microservices.yaml (1,002 bytes)
- 📎 references/examples/neural-network.yaml (1,225 bytes)
- 📎 references/examples/onprem-dmz-topology.yaml (1,136 bytes)
- 📎 references/examples/replicated-brand-flow.yaml (1,857 bytes)
- 📎 references/examples/research-pipeline.yaml (994 bytes)
- 📎 references/examples/swimlane-engineering-review.yaml (757 bytes)
- 📎 references/examples/system-architecture-paper.yaml (831 bytes)
- 📎 references/examples/technical-roadmap-paper.yaml (1,006 bytes)
- 📎 references/examples/vendor-device-mapping.yaml (884 bytes)
- 📎 references/official/style-reference.md (37,493 bytes)
- 📎 references/official/xml-reference.md (14,873 bytes)
- 📎 references/style-extraction.md (17,263 bytes)
- 📎 references/theme.schema.json (9,151 bytes)
- 📎 references/workflows/create.md (7,545 bytes)
- 📎 references/workflows/edit.md (6,002 bytes)
- 📎 references/workflows/replicate.md (5,207 bytes)
- 📎 scripts/adapters/index.js (13,735 bytes)
- 📎 scripts/adapters/index.test.js (6,503 bytes)
- 📎 scripts/cli.js (11,696 bytes)
- 📎 scripts/dsl/ah-to-drawio.js (9,617 bytes)
- 📎 scripts/dsl/ah-to-drawio.test.js (2,396 bytes)
- 📎 scripts/dsl/drawio-to-spec.js (14,767 bytes)
- 📎 scripts/dsl/spec-to-drawio.js (72,088 bytes)
- 📎 scripts/dsl/spec-to-drawio.test.js (64,846 bytes)
- 📎 scripts/install.bat (2,004 bytes)
- 📎 scripts/install.sh (1,692 bytes)
- 📎 scripts/math/index.js (9,798 bytes)
- 📎 scripts/math/index.test.js (2,753 bytes)
- 📎 scripts/package.json (21 bytes)
- 📎 scripts/runtime/artifacts.js (4,649 bytes)
- 📎 scripts/runtime/desktop.js (4,546 bytes)
- 📎 scripts/runtime/diagrams-net-url.js (4,282 bytes)
- 📎 scripts/shared/xml-utils.js (7,187 bytes)
- 📎 scripts/svg/drawio-to-svg.js (16,784 bytes)
- 📎 scripts/svg/drawio-to-svg.test.js (16,516 bytes)