yq-drawio-diagram

yq-drawio-diagram is a skill for Claude Code from rockyflux/yq-workflow. It costs 51 tokens per session (1,190 once invoked), scanned A, original, MIT.

A guide for creating editable draw.io diagrams such as flowcharts, architecture diagrams, UML, entity-relationship diagrams, sequence diagrams, and network maps. Draw.io is a visual editor for describing systems and processes.

In plain words
What is it for?
Use it to map software architecture, workflows, data relationships, message sequences, organizations, wireframes, or network layouts.
Why use it?
It makes system relationships and processes easier to discuss, review, and preserve than text alone.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Good fit Use it to map software architecture, workflows, data relationships, message sequences, organizations, wireframes, or network layouts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rockyflux/yq-workflow/yq-drawio-diagram
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rockyflux/yq-workflow --skill yq-drawio-diagram
Clone the repo
git clone --depth 1 https://github.com/rockyflux/yq-workflow

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for yq-drawio-diagram

README.md
[![agentmods](https://agentmods.dev/badge/skills/rockyflux/yq-workflow/yq-drawio-diagram/github.svg)](https://agentmods.dev/skills/rockyflux/yq-workflow/yq-drawio-diagram)
Your own site
<a href="https://agentmods.dev/skills/rockyflux/yq-workflow/yq-drawio-diagram"><img src="https://agentmods.dev/badge/skills/rockyflux/yq-workflow/yq-drawio-diagram/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for yq-drawio-diagram

Your own site · 80×15
<a href="https://agentmods.dev/skills/rockyflux/yq-workflow/yq-drawio-diagram"><img src="https://agentmods.dev/badge/skills/rockyflux/yq-workflow/yq-drawio-diagram.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,190 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.01190
Opus 5 $0.00026 $0.00595
Sonnet 5 $0.00010 $0.00238
Haiku 4.5 $0.00005 $0.00119

Measured 8d ago against content hash 371d8f623db9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

yq-drawio-diagram scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

templates/yq-skills/yq-drawio-diagram/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Draw.io Diagram Generation

Generate draw.io diagrams by creating compressed URLs via Python and opening them in the browser.

Overview

把架构、流程、数据关系和其他结构化信息转成可编辑的 draw.io 图,便于讨论、沉淀和交付。

Core principle: 先明确图要回答什么问题,再选择图类型和表达粒度。

When to Use

  • 用户明确要求画流程图、架构图、时序图、ERD、UML 或其他结构图
  • 文字说明不足以支撑讨论,需要可视化表达系统关系
  • 需要把设计结论沉淀为文档可复用图示

Route Elsewhere

  • 主要目标是系统方案、模块边界或架构讨论:转 yq-system-design
  • 主要目标是数据库结构建模:转 yq-db-design
  • 主要目标是文档沉淀和交付材料:转 yq-doc-gen

Configuration

Working Directory

Current working directory: !pwd

Language

  • Default: zh-CN (Chinese)
  • Resolution order (highest priority first):
    1. $0 argument from /drawio-diagram [language] invocation
    2. Language preference explicitly mentioned in the user's request (e.g., "用英文画", "draw in Japanese")
    3. Default: zh-CN
  • Diagram labels, notes, and descriptions should use the resolved language
  • Technical terms (protocol names, opcodes, HTTP headers, status codes, framework names, etc.) MUST remain in English
  • Examples:
    • zh-CN: "握手阶段" (not "Handshake Phase"), but keep "HTTP GET", "101 Switching Protocols"
    • en: "Handshake Phase", "HTTP GET", "101 Switching Protocols" (all English)

Reference

Read claude-project-instructions.md (relative to this skill file) for the complete diagram generation instructions, including:

  • Supported diagram types
  • Format selection guide (Mermaid / CSV / XML)
  • Python URL generation code
  • Format examples (Mermaid, XML, CSV syntax)

Agent CLI Adaptation

The reference instructions mention "HTML artifact" — in Agent CLI environments there are no artifacts. Instead:

  1. Modify the Python script: At the end of the script (after generating the URL), add import webbrowser; webbrowser.open(url) to directly open the draw.io URL in the default browser — no intermediate HTML page needed
  2. Save HTML backup: Save the HTML to {intent}-{type}-{timestamp}.html in the current working directory (see Configuration > Working Directory above). Naming convention:
    • {intent}: 1-5 word kebab-case subject (e.g., mqtt-conn, user-auth-flow)
    • {type}: Abbreviated diagram type (e.g., seq, flow, erd, arch, class, mind)
    • {timestamp}: Format YYYYMMDDHHMMSS
    • Example: mqtt-conn-seq-20260211143052.html
    • Retry / fix of a previous diagram (e.g., user reports an error, asks for style tweaks, or requests content changes to the same diagram): Reuse the exact same filename to overwrite it
    • Different diagram: Generate a new filename

Read the full file on GitHub · 110 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 110 lines · 51 tokens per session scan A 371d8f623db9

Subscribe to this mod's changes

yq-drawio-diagram is a skill published in the GitHub repository rockyflux/yq-workflow (2 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 1,190 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens