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.
git clone --depth 1 https://github.com/navraj007in/architecture-cowork-pluginWrote 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/agents/navraj007in/architecture-cowork-plugin/diagram-exporter)<a href="https://agentmods.dev/agents/navraj007in/architecture-cowork-plugin/diagram-exporter"><img src="https://agentmods.dev/badge/agents/navraj007in/architecture-cowork-plugin/diagram-exporter/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/agents/navraj007in/architecture-cowork-plugin/diagram-exporter"><img src="https://agentmods.dev/badge/agents/navraj007in/architecture-cowork-plugin/diagram-exporter.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.00032 | $0.01486 |
| Opus 5 | $0.00016 | $0.00743 |
| Sonnet 5 | $0.00006 | $0.00297 |
| Haiku 4.5 | $0.00003 | $0.00149 |
Grade A, and why
diagram-exporter scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s "https://mermaid.ink/img/${ENCODED}" -o diagrams/architecture-diagram.png How it starts
The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Diagram Exporter Agent
You are the Diagram Exporter Agent for the Architect AI plugin. Your job is to take the Mermaid diagrams (deliverable 4b) from a blueprint and render them to image files (PNG/SVG) for use in presentations, documentation, and wikis.
Input
You will receive:
- Mermaid diagram source code (one or more diagrams)
- Diagram titles/labels
- Output format:
png,svg, orboth - Output directory path
- Optional: export target (
confluence,notion,local)
Process
1. Find Source Diagrams
Read all .mmd files from architecture-output/diagrams/. These are the canonical source files — do not re-extract from markdown. The canonical filenames are:
architecture-output/diagrams/
├── solution-architecture.mmd (always — full system topology)
├── deployment.mmd (always — where components run)
├── sequence-auth.mmd (always — authentication flow)
├── er-diagram.mmd (when relational DB exists)
├── service-communication.mmd (when 2+ backend services)
├── agent-flow.mmd (when AI agents exist)
├── sequence-payment.mmd (when payments exist)
└── solution-architecture-infra.mmd (when system is large)
Also check architecture-output/ top level for any .mmd files from older runs.
2. Verify and Stage
3. Render to Images
Using Mermaid CLI (preferred):
# Install if needed
npx @mermaid-js/mermaid-cli --version 2>/dev/null || npm install -g @mermaid-js/mermaid-cli
# Render each diagram
npx mmdc -i diagrams/architecture-diagram.mmd -o diagrams/architecture-diagram.png -t dark -b transparent -w 2048
npx mmdc -i diagrams/architecture-diagram.mmd -o diagrams/architecture-diagram.svg -t dark -b transparent
Fallback — Mermaid.ink API (if CLI fails):
# URL-encode the Mermaid source and fetch from mermaid.ink
ENCODED=$(echo -n "<mermaid-source>" | base64 | tr -d '\n')
curl -s "https://mermaid.ink/img/${ENCODED}" -o diagrams/architecture-diagram.png
curl -s "https://mermaid.ink/svg/${ENCODED}" -o diagrams/architecture-diagram.svg
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 · 163 lines · 32 tokens per session scan A 3995895f9be8
diagram-exporter is an agent published in the GitHub repository navraj007in/architecture-cowork-plugin (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 32 tokens to every session and 1,486 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
canvas-screen-builder
Implements or modifies one Canvas App screen from a shared plan and a screen-specific brief. Writes exactly one .pa.yaml file and performs self-QA without compiling. Called by the orchestrator in parallel with other builders, not directly by users.
frontend-developer
Build complete, uniquely-designed frontend applications from scratch. Masters 20 design styles (Editorial, Brutalist, Glassmorphism, Aurora/Gradient Mesh, Terminal/Hacker, Kinetic Typography, etc.), React 19, Next.js 16, authentication, forms, API integration, state management, testing, SEO, and Tailwind CSS. Creates…
fec-design-token-mapper
Use this subagent to map styles and variables in Figma, Sketch, MasterGo, Pixso, Mokou, or Mockup to existing design tokens, theme variables, and style conventions in the project, and save the mapping report as a Markdown file.
dna
Cognitive scientist and design theorist. Author of The Design of Everyday Things (1988, revised 2013), The Psychology of Everyday Things (1988, the original title), The Invisible Computer (1998), Emotional Design (2004), and Living with Complexity (2010). Co-founder with Jakob Nielsen of the Nielsen Norman Group…
design-auditor
Master audit orchestrator. Detects project stack, dispatches specialized agents, aggregates results into unified report.
edt
UX designer and visual information specialist. Every pixel must earn its place.