overview-diagram

overview-diagram is a skill for Claude Code, Codex from d-oit/rust-2026-template. It costs 67 tokens per session (702 once invoked), scanned A, original, MIT.

A tool for generating an infographic that explains a project's structure and how its parts connect. It scans workspace crates, which are Rust packages, along with skills and scripts.

In plain words
What is it for?
Use it to create or refresh the project's overview diagram and copy the resulting SVG image into the documentation.
Why use it?
It turns a project's folders and components into a visual overview that is easier for people to understand and keep up to date.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions OpenCode.

Good fit Use it to create or refresh the project's overview diagram and copy…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/d-oit/rust-2026-template/architecture-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 d-oit/rust-2026-template --skill architecture-diagram
Clone the repo
git clone --depth 1 https://github.com/d-oit/rust-2026-template

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/d-oit/rust-2026-template/architecture-diagram.svg)](https://agentmods.dev/skills/d-oit/rust-2026-template/architecture-diagram)
Your own site
<a href="https://agentmods.dev/skills/d-oit/rust-2026-template/architecture-diagram"><img src="https://agentmods.dev/badge/skills/d-oit/rust-2026-template/architecture-diagram.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 702 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.00067 $0.00702
Opus 5 $0.00034 $0.00351
Sonnet 5 $0.00013 $0.00140
Haiku 4.5 $0.00007 $0.00070

Measured 7d ago against content hash 07ee0b138a48, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

overview-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 7d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/export_excalidraw.mjs, scripts/generate_overview.py, scripts/lib/discovery.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/architecture-diagram/SKILL.md · 96 lines

How it starts

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

Overview Diagram

Generates a human-friendly overview infographic showing what the project is, how to get started, what's inside, and how it all connects.

When to Use

  • User asks to update / regenerate / sync the overview diagram.
  • Crates, skills, scripts, or workflows have changed.
  • First-time setup (diagram doesn't exist yet).

Execution

Step 1 — Locate Project Root

ls .agents/ Cargo.toml 2>/dev/null || echo "NOT_FOUND"

Step 2 — Generate the Diagram

python .agents/skills/architecture-diagram/scripts/generate_overview.py \
  --root . \
  --out .template/overview.excalidraw \
  --svg-out .template/overview.svg

The script auto-discovers at runtime:

  • Workspace cratescargo metadata (with Cargo.toml glob fallback)
  • AI skills.agents/skills/*/ directories
  • Commands.opencode/commands/*.md

Step 3 — Sync to Docs

cp .template/overview.svg docs/src/overview.svg

Step 4 — Confirm and Report

After the script exits:

  1. Tell the user the output path.
  2. Report counts: N crates · M skills.
  3. If counts differ from the last known state, summarize what changed.

Output

  • .template/overview.excalidraw — editable Excalidraw source
  • .template/overview.svg — generated SVG for docs embedding

Optional Dependencies

Node.js (for SVG export)

Required for SVG/PNG export from Excalidraw:

npm ci

Without Node.js, use --no-export to generate only the .excalidraw source.

CLI Flags

Flag Description
--root PATH Workspace root (default: .)
--out PATH Excalidraw output path (default: .template/overview.excalidraw)
--svg-out PATH SVG export path (default: .template/overview.svg)
--png-out PATH PNG export path (optional)
--no-export Skip SVG/PNG export (Excalidraw only)

Rationalizations

Rationalization Reality
"The overview is close enough, no need to regenerate" Stale diagrams mislead new contributors about project structure.
"I'll update the diagram manually" Manual edits break on next regeneration and introduce inconsistencies.

Read the full file on GitHub · 96 lines

Files

What ships with it

7 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.

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. 7d ago First seen · 96 lines · 67 tokens per session scan A 07ee0b138a48

Subscribe to this mod's changes

overview-diagram is a skill published in the GitHub repository d-oit/rust-2026-template (10 stars, last pushed today), licensed MIT. It adds 67 tokens to every session and 702 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-31.