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.
npx skills add lc-semba-ryuichiro/semba-claude-plugins --skill diagram-drawiogit clone --depth 1 https://github.com/lc-semba-ryuichiro/semba-claude-pluginsWrote 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.
[](https://agentmods.dev/skills/lc-semba-ryuichiro/semba-claude-plugins/diagram-drawio)<a href="https://agentmods.dev/skills/lc-semba-ryuichiro/semba-claude-plugins/diagram-drawio"><img src="https://agentmods.dev/badge/skills/lc-semba-ryuichiro/semba-claude-plugins/diagram-drawio/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.
<a href="https://agentmods.dev/skills/lc-semba-ryuichiro/semba-claude-plugins/diagram-drawio"><img src="https://agentmods.dev/badge/skills/lc-semba-ryuichiro/semba-claude-plugins/diagram-drawio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00147 | $0.03063 |
| Opus 5 | $0.00073 | $0.01532 |
| Sonnet 5 | $0.00029 | $0.00613 |
| Haiku 4.5 | $0.00015 | $0.00306 |
Grade A, and why
diagram-drawio 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 291 lines — stays where its author put it; the contents beside it link to each section on GitHub.
draw.io図作成ガイドライン
目次
事前準備チェックリスト
図を作成する前に以下を確認する。
- 目的の明確化: この図で何を伝えたいか?
- 対象者の特定: 誰が見る図か?(技術者 / 非技術者 / 経営層)
- 抽象度の決定: どの程度の詳細が必要か?
- 図の種類選択: 目的に最も合う図の種類は?
図の設計原則
段階的開示(Progressive Disclosure)
複雑なシステムは階層化して表現する。
Context図(全体俯瞰)
↓
System図(主要コンポーネント)
↓
Component図(詳細構成)
↓
Sequence図(処理フロー)
図の種類と用途
| 図の種類 | 用途 | 対象者 |
|---|---|---|
| Context図 | システム境界と外部連携 | 経営層、PM |
| アーキテクチャ図 | 技術構成の全体像 | 技術者、アーキテクト |
| シーケンス図 | 処理の時系列フロー | 開発者 |
| フローチャート | 業務/処理フロー | 全員 |
| ER図 | データ構造 | 開発者、DBA |
シンプルさの原則
- 1つの図に詰め込みすぎない
- 1図1目的を心がける
- 詳細は別図に分離する
凡例ルール
線のスタイル
| スタイル | 意味 | XMLスタイル |
|---|---|---|
| 実線 | 同期通信、直接呼び出し | dashed=0 |
| 破線 | 非同期通信、イベント | dashed=1 |
| 太線 | 主要フロー | strokeWidth=2 |
矢印の方向
- 矢印はデータや制御の流れ方向を示す。
- 双方向は避け、単方向矢印×2で表現
色の意味(統一ルール)
| 色 | 意味 |
|---|---|
| 青系 | エントリーポイント、API、フロントエンド |
| 緑系 | 処理、サービス、バックエンド |
| 黄系 | データ、ストレージ、条件分岐 |
| 赤系 | エラー、警告、重要 |
| 紫系 | 外部連携、サードパーティ |
| グレー | 境界、グループ、ベース |
メタデータ
What ships with it
3 files 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.
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.
- 12d ago First seen · 291 lines · 147 tokens per session scan A c490333ccc52
diagram-drawio is a skill published in the GitHub repository lc-semba-ryuichiro/semba-claude-plugins (1 stars, last pushed 5mo ago), licensed MIT. It adds 147 tokens to every session and 3,063 once invoked, about $0.0007 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-08-31.
Other skills, from other repositories
aceternity-ui
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.
base-ui-react
MUI Base UI unstyled React components with Floating UI. Use for accessible components, Radix UI migration, render props API, or encountering positioning, popup, v1.0 rc / pre-GA issues.
better-auth
Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.
cloudflare-cron-triggers
Cloudflare Cron Triggers for scheduled Workers execution. Use for periodic tasks, scheduled jobs, or encountering handler not found, invalid cron expression, timezone errors.
cloudflare-durable-objects
Cloudflare Durable Objects for stateful coordination and real-time apps. Use for chat, multiplayer games, WebSocket hibernation, or encountering class export, migration, alarm errors.
cloudflare-nextjs
Deploy Next.js to Cloudflare Workers via the OpenNext adapter (@opennextjs/cloudflare). Use for SSR/ISR/SSG/App or Pages Router, getCloudflareContext, bindings (D1/R2/KV/AI/Hyperdrive), caching tiers, skew protection, multi-worker, custom worker, env vars, or worker…