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 shanraisshan/draw-json-architecture-skill --skill draw-json-architecturegit clone --depth 1 https://github.com/shanraisshan/draw-json-architecture-skillWrote 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/shanraisshan/draw-json-architecture-skill/draw-json-architecture)<a href="https://agentmods.dev/skills/shanraisshan/draw-json-architecture-skill/draw-json-architecture"><img src="https://agentmods.dev/badge/skills/shanraisshan/draw-json-architecture-skill/draw-json-architecture/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/shanraisshan/draw-json-architecture-skill/draw-json-architecture"><img src="https://agentmods.dev/badge/skills/shanraisshan/draw-json-architecture-skill/draw-json-architecture.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.00062 | $0.01129 |
| Opus 5 | $0.00031 | $0.00564 |
| Sonnet 5 | $0.00012 | $0.00226 |
| Haiku 4.5 | $0.00006 | $0.00113 |
Grade A, and why
draw-json-architecture 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 11d 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.
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.
What ships with it
18 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.
- assets/favicon.svg 286 B
- assets/meta-data.json 418 B
- assets/reference-template.md 3.0 KB
- assets/template.html 71 KB
- assets/test-template.mjs 3.3 KB runs code
- prompts/01-read-flow.md 1.7 KB
- prompts/02-name-the-surface.md 1.7 KB
- prompts/03-research-the-flow.md 3.5 KB
- prompts/04-pick-colors.md 2.6 KB
- prompts/05-confirm-drift.md 4.3 KB
- prompts/06-pick-mechanism.md 8.1 KB
- prompts/07-author-the-surface.md 8.8 KB
- scripts/audit-claims.mjs 6.5 KB runs code
- scripts/builder.mjs 7.9 KB runs code
- scripts/claims.mjs 1.5 KB runs code
- scripts/config.mjs 3.6 KB runs code
- scripts/coverage.mjs 10 KB runs code
- scripts/validate.mjs 14 KB runs code
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.
- 11d ago First seen · 61 lines · 62 tokens per session scan A 6e181db8e1d7
draw-json-architecture is a skill published in the GitHub repository shanraisshan/draw-json-architecture-skill (8 stars, last pushed 3mo ago), with no licence file. It adds 62 tokens to every session and 1,129 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.
Other skills, from other repositories
codex-fix
Post-edit loop that invokes /codex:rescue for a second-model review of the current branch, collects the findings, and hands them off to refactor-verify's review-driven fix mode for triage, verification, and committed resolution. A thin host-specific wrapper — the portable review-driven engine lives in refactor-verify.…
springboot-ticket-diagnosis
Spring Boot workflow for diagnosing support tickets and user-visible backend behavior. Use when tracing endpoint or scheduler behavior, separating immediate effects from delayed jobs, checking profiles, filters, DB-driven gates, and proving whether a problem is code, data, configuration, contract, or expected business…
oracle-sql-diagnosis
Oracle SQL workflow for backend diagnosis, support analysis, and data validation. Use when the answer depends on proving behavior through queries, checking day-by-day availability or state, validating catalog/config rows, or separating code defects from data defects.
node-zombie-guardian
Use when diagnosing stale or orphaned Node.js processes launched by VCO, auditing ownership/liveness, or safely simulating cleanup without touching external Node workloads.
providing-performance-optimization-advice
Produce a prioritized performance-optimization roadmap across frontend, backend, and infrastructure. Use as an explicit/manual helper after bottlenecks are known or suspected, not as the owner of regression detection, profiling capture, or test execution.
release-it
Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "deployment pipeline", "chaos engineering", "retry storm", "health checks", "my service keeps crashing", "prevent cascading failures", or…