diagram-generator

diagram-generator is an agent for coding agents from johnlarkin1/claude-code-extensions. It costs 58 tokens per session (1,185 once invoked), scanned A, original, no licence file.

A planning and generation agent for complex Excalidraw diagrams, which use a hand-drawn style to represent systems and ideas.

In plain words
What is it for?
Use it to create architecture diagrams, flowcharts, sequence diagrams, mind maps, wireframes, and organisation charts.
Why use it?
It helps organise diagrams with many components before generating them, making relationships and layout easier to structure.

Agent

Part of the excalidraw-diagrams plugin — 1 agent shipped together

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.

agentmods
npx agentmods add agents/johnlarkin1/claude-code-extensions/diagram-generator
Clone the repo
git clone --depth 1 https://github.com/johnlarkin1/claude-code-extensions

Or install excalidraw-diagrams, the plugin that ships this one along with the rest of its 1 agent.

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 diagram-generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/johnlarkin1/claude-code-extensions/diagram-generator.svg)](https://agentmods.dev/agents/johnlarkin1/claude-code-extensions/diagram-generator)
Your own site
<a href="https://agentmods.dev/agents/johnlarkin1/claude-code-extensions/diagram-generator"><img src="https://agentmods.dev/badge/agents/johnlarkin1/claude-code-extensions/diagram-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,185 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00058 $0.01185
Opus 5 $0.00029 $0.00593
Sonnet 5 $0.00012 $0.00237
Haiku 4.5 $0.00006 $0.00119

Measured 4d ago against content hash c00b0fcf6df3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

diagram-generator 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 4d 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.

plugins/excalidraw-diagrams/agents/diagram-generator.md · 149 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 149 lines · 58 tokens per session scan A c00b0fcf6df3

Subscribe to this mod's changes

diagram-generator is an agent published in the GitHub repository johnlarkin1/claude-code-extensions (21 stars, last pushed 1mo ago), with no licence file. It adds 58 tokens to every session and 1,185 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-08-30.

Related

Other agents, from other repositories

a11y-reviewer

Performs a static analysis pass over JSX/HTML/CSS source for WCAG 2.2 AA failure patterns. Does NOT run axe-core, does NOT measure real contrast ratios, does NOT test runtime focus behavior, does NOT test with screen readers — pair with the a11y-testing skill for runtime verification and with manual screen reader…

RadOrigin-LLC/RAD-Claude-Skills · 199 tokens

clean-room-alternative

Generates a design alternative in isolation, without seeing the first design. Used by the design-it-twice skill when a first design already exists in conversation.

codybrom/clairvoyance · 37 tokens

business-rule-audit-agent

Cross-references captured business rules (BRD) against prototype observation notes to detect logic drift. Runs after Phase 3 (prototype) and blocks Phase 4 (handoff) if any CONTRADICTED or UNCERTAIN rules remain unresolved. Input is brd-draft.md plus prototype-notes.md. Produces…

richfrem/agent-plugins-skills · 89 tokens

discovery-planning

Leads the SME through a structured Discovery Planning Session before any documentation or prototype work begins. MUST run at the start of every new exploration session. Enforces the HARD-GATE: no capture agents are dispatched until the SME has explicitly approved the Discovery Plan. Trigger with "start a new…

richfrem/agent-plugins-skills · 92 tokens

prototype-builder

Builds a fully working, interactive prototype by coordinating the prototype-builder skill and subagent-driven-prototyping flow. Runs after the Discovery Plan is approved and visual layout direction is confirmed by the SME. Each prototype component is built and reviewed separately before the SME is invited to click…

richfrem/agent-plugins-skills · 109 tokens

prototype-companion-agent

Phase A agent. Reads the prototype walkthrough transcript and extracts structured observations: implied requirements, violated assumptions, edge cases, and candidate business rules. Writes the canonical prototype-notes.md. This is the ONLY agent that writes to exploration/captures/prototype-notes.md …

richfrem/agent-plugins-skills · 78 tokens