MoAI-ADK is a Go-based harness that organizes and verifies Claude Code work across planning, implementation, synchronization, and review stages. Developers use it to structure agentic coding tasks, apply quality gates, and route work across language models, while the catalogue entries extend its workflow with skills, hooks, commands, MCP servers, instructions, and settings.
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 modu-ai/moai-adk --skill moai-domain-svg-infographicgit clone --depth 1 https://github.com/modu-ai/moai-adkWrote 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/modu-ai/moai-adk/moai-domain-svg-infographic)<a href="https://agentmods.dev/skills/modu-ai/moai-adk/moai-domain-svg-infographic"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-adk/moai-domain-svg-infographic/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/modu-ai/moai-adk/moai-domain-svg-infographic"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-adk/moai-domain-svg-infographic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Prompt Injection · line 323 Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
- high Prompt Injection · line 373 Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
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.00068 | $0.05186 |
| Opus 5 | $0.00034 | $0.02593 |
| Sonnet 5 | $0.00014 | $0.01037 |
| Haiku 4.5 | $0.00007 | $0.00519 |
Grade A, and why
moai-domain-svg-infographic 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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 392 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SVG Technical Infographic
Produce a hand-editable SVG diagram whose geometry was decided by arithmetic rather than by eye, plus a 2x PNG raster of it. The output is one static image: no animation, no scripting, no external asset at view time.
Step 0 — Decide whether this is an SVG job
This skill is additive to the mermaid pipeline, never a replacement for it. Nothing here migrates, rewrites, or deprecates an existing mermaid diagram on its own (the sole exception: a caller-invoked import through the opt-in importer references in the bundled-references table, where the one-home rule below governs and the source is replaced outright in the same change), and no diagram should ever exist in both forms — that is dual maintenance, and it is the one failure this section exists to prevent.
Route the request before drawing anything:
| Signal | Route to |
|---|---|
| The diagram lives inside a markdown document | mermaid |
| It changes often, alongside the prose around it | mermaid |
| It is a standard type: flow, sequence, ER, state, class, gantt | mermaid |
| Its text labels are kept in sync across locales | mermaid |
| The deliverable is an image file for slides, email, social, or offline reading | this skill |
| It is a freeform architecture or concept infographic with no standard shape | this skill |
| Pixel-level control of position, spacing, or layering is required | this skill |
| Korean or other CJK labels must wrap at exact, verified widths | this skill |
When several signals point both ways, mermaid wins: a mermaid block is cheaper to keep correct than an image. Choose this skill only when the routing table gives it an unopposed reason.
One diagram, one home. If a mermaid version already exists, either replace it outright (and delete the mermaid block in the same change) or leave it alone. Never ship both.
Runtime prerequisites and degradation
Node 18 or later and a headless Chromium-family browser are needed only to lint and to render. Neither is needed to install this skill, to discover it, or to author the editable SVG — authoring is always available.
What ships with it
50 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.
- references/archetypes.md 7.8 KB
- references/authoring.md 24 KB
- references/import-drawio.md 7.2 KB
- references/import-mermaid.md 5.8 KB
- references/sketch.md 5.3 KB
- scripts/check-svg.mjs 36 KB runs code
- scripts/fixtures/a11y-missing.svg 1019 B
- scripts/fixtures/a11y-present.svg 1.2 KB
- scripts/fixtures/attach-endpoint-11-off.svg 1.2 KB
- scripts/fixtures/attach-projection-outside-span.svg 1.3 KB
- scripts/fixtures/badge-chip-near-connector.svg 1.0 KB
- scripts/fixtures/c2-mask-at-10.svg 974 B
- scripts/fixtures/c2-mask-at-11.svg 975 B
- scripts/fixtures/c2-mask-at-6.svg 967 B
- scripts/fixtures/c2-mask-clear.svg 982 B
- scripts/fixtures/c2-mask-outer-elbow-corner-at-6.svg 1.3 KB
- scripts/fixtures/c2-mask-too-close-hop.svg 1.1 KB
- scripts/fixtures/c2-mask-too-close.svg 1009 B
- scripts/fixtures/c2-mask-too-far.svg 1.0 KB
- scripts/fixtures/c2-mask-touching.svg 1.0 KB
- scripts/fixtures/c4-attach-at-12.svg 1.1 KB
- scripts/fixtures/c4-attach-at-8.svg 1.1 KB
- scripts/fixtures/c4-attach-coincident.svg 1.1 KB
- scripts/fixtures/c4-attach-crowded.svg 1.3 KB
- scripts/fixtures/c4-attach-short-edge-bad.svg 1.2 KB
- scripts/fixtures/c4-attach-short-edge-ok.svg 1.2 KB
- scripts/fixtures/c4-attach-spread.svg 1.2 KB
- scripts/fixtures/c4-closed-both-markers.svg 1.2 KB
- scripts/fixtures/c4-edge-exactly-120.svg 1.2 KB
- scripts/fixtures/c4-fanout-shared-origin.svg 1.6 KB
- scripts/fixtures/c4-marker-pair-emits.svg 1.3 KB
- scripts/fixtures/c4-markerless-pair.svg 1.2 KB
- scripts/fixtures/c4-tree-stem.svg 1.5 KB
- scripts/fixtures/c6-mask-contains-later.svg 1.1 KB
- scripts/fixtures/c6-mask-inside.svg 1.1 KB
- scripts/fixtures/c6-mask-outside.svg 1.0 KB
- scripts/fixtures/c6-mask-over-earlier-rect.svg 1.2 KB
- scripts/fixtures/c6-mask-over-later-mask.svg 1.2 KB
- scripts/fixtures/c6-mask-partial.svg 1.2 KB
- scripts/fixtures/chip-in-window.svg 1.0 KB
- scripts/fixtures/defs-marker-noise.svg 1.4 KB
- scripts/fixtures/legend-chip-near-connector.svg 1.1 KB
- scripts/fixtures/mask-no-adjacent-text.svg 1.1 KB
- scripts/fixtures/no-transform.svg 1.1 KB
- scripts/fixtures/path-cubic-unreadable.svg 1.2 KB
- scripts/fixtures/path-relative-form.svg 950 B
- scripts/fixtures/transform-skipped.svg 1.1 KB
- scripts/fixtures/transform-wrapper.svg 1.4 KB
- scripts/render.mjs 14 KB runs code
- scripts/test-check-svg.mjs 3.6 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.
- 13d ago First seen · 392 lines · 68 tokens per session scan A 1519337a5fa9
moai-domain-svg-infographic is a skill published in the GitHub repository modu-ai/moai-adk (1,207 stars, last pushed today), licensed Apache-2.0. It adds 68 tokens to every session and 5,186 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.
Other skills, from other repositories
agentic
Conversational AI-first interface with minimal controls, clear outcomes, and delegated task flows for agentic workflows.
ant
Structured, enterprise-focused design system emphasizing clarity, consistency, and efficiency for data-dense web applications.
basic
Print-inspired visual language for books, magazines, and reports with editorial grids and expressive typography.
lingo
Playful, minimal design with bright colors, rounded shapes, tactile 3D borders, and friendly illustrations for approachable interfaces.
sketch
A friendly, hand-drawn sketch interface inspired by pencil illustrations on warm cream paper. Soft teal brand accents, hand-written display headings, rounded pill controls.
modern
Contemporary editorial style with serif typography, minimal palettes, and clean layouts for polished digital products.