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 metaspartan/cybara --skill diagram-makergit clone --depth 1 https://github.com/metaspartan/cybaraWrote 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/metaspartan/cybara/diagram-maker)<a href="https://agentmods.dev/skills/metaspartan/cybara/diagram-maker"><img src="https://agentmods.dev/badge/skills/metaspartan/cybara/diagram-maker/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/metaspartan/cybara/diagram-maker"><img src="https://agentmods.dev/badge/skills/metaspartan/cybara/diagram-maker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00047 | $0.00532 |
| Opus 5 | $0.00023 | $0.00266 |
| Sonnet 5 | $0.00009 | $0.00106 |
| Haiku 4.5 | $0.00005 | $0.00053 |
Grade A, and why
diagram-maker 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 10d 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.
What it actually says
Diagram Maker
Create clear, correct diagrams as standalone SVG or self-contained HTML files. Default to SVG (inline-able, crisp at any size); use HTML when interactivity or Mermaid/Excalidraw-style rendering is wanted.
When to use (trigger phrases)
- "draw a diagram of …", "diagram the architecture / flow / sequence"
- "make an ER diagram", "visualize how these components interact"
- "I want a schematic / flowchart / state machine"
How to diagram
- Pick the right form for the request:
- Architecture / components → boxes + arrows, grouped by layer.
- Process / flow → top-to-bottom or left-to-right flowchart with decision diamonds.
- Sequence → vertical lifelines with horizontal message arrows (ordered top→bottom).
- Data model → entity boxes with attribute lists + relationship lines.
- Prefer Mermaid when the user wants editable/portable output — emit a fenced
```mermaidblock (flowchart / sequenceDiagram / erDiagram / stateDiagram-v2). Many tools render it. - For SVG/HTML, write the file with the
writetool, then open it. Keep aviewBox, a consistent palette, and readable font sizes (≥12px). Label every arrow. - Never fabricate relationships. If the diagram encodes code, ground every node/edge in actual files you read first.
Output conventions
- Save to a sensible path (e.g.
docs/diagrams/<name>.svgor.html). - State the file path clearly after writing.
- Keep diagrams legible: avoid >8 nodes per row; split into sub-diagrams when dense.
Mermaid quick templates
flowchart TD
A[Start] --> B{Decision}
B -- yes --> C[Do thing]
B -- no --> D[Skip]
C --> E[(Database)]
sequenceDiagram
participant U as User
participant A as API
participant DB as Database
U->>A: POST /order
A->>DB: insert
DB-->>A: ok
A-->>U: 201 Created
For ER diagrams use erDiagram; for state use stateDiagram-v2.
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.
- 10d ago First seen · 53 lines · 47 tokens per session scan A a1650f1b4bdf
diagram-maker is a skill published in the GitHub repository metaspartan/cybara (28 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 532 once invoked, about $0.0002 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-30.
Other skills, from other repositories
uiux-design
Skill "uiux-design" from KornLabs/truss, covering design, when to use, sub-skill routing, logo design (built-in) and logo: generate design brief.
uiux-ui-ux-pro-max
Skill "uiux-ui-ux-pro-max" from KornLabs/truss, covering ui/ux pro max - design intelligence, when to apply, rule categories by priority, running the search tool and workflow.
composio-canvas-design
Skill "composio-canvas-design" from KornLabs/truss, covering design philosophy creation, the critical understanding, how to generate a visual philosophy, philosophy examples and essential principles.
superpowers-brainstorming
Skill "superpowers-brainstorming" from KornLabs/truss, covering brainstorming ideas into designs, anti-pattern: "this is too simple to need a design", checklist, process flow and the process.
uiux-ui-styling
Skill "uiux-ui-styling" from KornLabs/truss, covering ui styling skill, reference, when to use this skill, core stack and component layer: shadcn/ui.
anthropic-frontend-design
Skill "anthropic-frontend-design" from KornLabs/truss, covering frontend design, ground it in the subject, design principles, restraint and self-critique and more on writing in design.