architecture-diagram

architecture-diagram is a skill for Claude Code, Codex from ulises-jeremias/agent-toolkit. It costs 61 tokens per session (2,016 once invoked), scanned A, original, MIT.

A browser-ready technical diagram in one HTML file, using scalable drawings to show systems, cloud infrastructure, security boundaries, or network connections.

In plain words
What is it for?
Use it to create dark-themed system, infrastructure, cloud, security, or network-topology diagrams that can be opened in a browser and exported as PNG or PDF.
Why use it?
It turns architecture information into a shareable visual without requiring a build tool, framework, or external images.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Part of the agent-toolkit-complete plugin — 116 skills shipped together

Good fit Use it to create dark-themed system, infrastructure, cloud, security, or network-topology diagrams that can be opened in a browser and exported as PNG or PDF.

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

Made for: Claude Code, Codex.

Or install agent-toolkit-complete, the plugin that ships this one along with the rest of its 116 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/architecture-diagram/github.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/architecture-diagram)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/architecture-diagram"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/architecture-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 architecture-diagram

Your own site · 80×15
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/architecture-diagram"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/architecture-diagram.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,016 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00061 $0.02016
Opus 5 $0.00030 $0.01008
Sonnet 5 $0.00012 $0.00403
Haiku 4.5 $0.00006 $0.00202

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

Security

Grade A, and why

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

plugins/agent-toolkit-complete/.github/skills/architecture-diagram/SKILL.md · 223 lines

How it starts

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

Architecture Diagram — Self-Contained HTML+SVG Diagrams

Create professional technical architecture diagrams as single self-contained HTML files with inline SVG graphics and CSS styling. The output renders correctly when opened directly in any modern browser — no build step, no JavaScript framework, no external images.

When to use

  • System, infrastructure, cloud, security, or network-topology diagrams.
  • A shareable, presentation-ready visual artifact is the deliverable.
  • Dark-theme technical aesthetic is desired.

For methodology (what to draw at each level), pair with architecture/c4-model; for lightweight in-repo text diagrams, use tooling/mermaid. This skill covers the rendered artifact case.

Workflow

  1. Copy resources/template.html as the starting point.
  2. Customize the <title>, header text, and footer metadata.
  3. Adjust the SVG viewBox if needed (default 1000 x 680).
  4. Add/reposition component boxes using the component pattern below.
  5. Draw connection arrows early in the SVG (after the background grid) so they render behind boxes.
  6. Update the three summary cards and legend.
  7. Deliver one .html file.

Design system

Semantic color palette

Component type Fill (rgba) Stroke
Frontend rgba(8, 51, 68, 0.4) #22d3ee
Backend rgba(6, 78, 59, 0.4) #34d399
Database rgba(76, 29, 149, 0.4) #a78bfa
AWS/Cloud rgba(120, 53, 15, 0.3) #fbbf24
Security rgba(136, 19, 55, 0.4) #fb7185
Message bus rgba(251, 146, 60, 0.3) #fb923c
External/Generic rgba(30, 41, 59, 0.5) #94a3b8

Typography

JetBrains Mono throughout (monospace, technical aesthetic):

<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

Font sizes: 12px component names, 9px sublabels, 8px annotations, 7px tiny labels.

Visual elements

Background: #020617 with a subtle grid pattern:

Read the full file on GitHub · 223 lines

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. 12d ago First seen · 223 lines · 61 tokens per session scan A bc2c8135543e

Subscribe to this mod's changes

architecture-diagram is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (17 stars, last pushed today), licensed MIT. It adds 61 tokens to every session and 2,016 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 skills, from other repositories

architecture-diagrams

Create professional software architecture diagrams with animated reveals using the Excalimate MCP server. Use when asked to visualize system architecture, microservices, cloud infrastructure, API gateways, service meshes, layered architectures, or any system design — even if the user doesn't explicitly say…

excalimate/excalimate · 59 tokens

drawio

WORKFLOW SKILL — Generate Azure architecture diagrams in .drawio via simonkurtz-MSFT MCP server (full Azure icon set, batch creation, transactional mode). Covers architecture, dependency, runtime-flow, and as-built diagrams. WHEN: 'draw.io diagram', 'Azure architecture diagram', 'as-built diagram', 'runtime flow…

jonathan-vella/apex-accelerator · 99 tokens

aws-architecture-diagram

Generate AWS architecture diagrams in draw.io format. Activates when the user asks to create, generate, or build an architecture diagram, system diagram, or draw.io diagram for AWS services.

vidanov/aws-architecture-diagram-skill · 43 tokens

vibe-to-ui

Design systems, motion, mood boards, spatial layout, visual assets, Design Context profiles, and a global Inspiration Library from screenshots, website URLs, inspiration images, music, or fuzzy aesthetic intent. Classifies page archetype, explores 3 product-aware directions before locking tokens (unless exact…

MonkeyUI-dev/vibe-to-ui · 122 tokens

ui-ux-design

Create production-grade frontend interfaces with strong UX and visual craft. Use when building web components, pages, dashboards, forms, landing pages, modals, or any UI. Use when user says 'build a form', 'create a dashboard', 'design a component', 'make a landing page', or asks for UI/UX work. Use even when the user…

arvindand/agent-skills · 98 tokens

iblai-api-infrastructure

Deploy and self-host the ibl.ai platform infrastructure — AWS single/multi-server architecture, the golden-AMI staging launch pipeline, the iblai-infra-cli (Terraform + Ansible) provisioner, edX LMS SSO identity providers (Google/Microsoft/Apple/OpenID Connect), and standing up OpenClaw/NemoClaw agent-sandbox gateway…

iblai/api · 125 tokens