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 moeru-ai/auv --skill designgit clone --depth 1 https://github.com/moeru-ai/auvWrote 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/moeru-ai/auv/design)<a href="https://agentmods.dev/skills/moeru-ai/auv/design"><img src="https://agentmods.dev/badge/skills/moeru-ai/auv/design.svg" alt="Measured on agentmods" 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.00060 | $0.00628 |
| Opus 5 | $0.00030 | $0.00314 |
| Sonnet 5 | $0.00012 | $0.00126 |
| Haiku 4.5 | $0.00006 | $0.00063 |
Grade A, and why
auv-design 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.
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 — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AUV Design
Read README.md in this skill first — it establishes product context, content
fundamentals (the deliberately anti-marketing AUV voice), visual foundations,
and iconography rules.
Then explore the other files:
colors_and_type.css— all design tokens (--auv-*).assets/— logo mark + wordmark.preview/— small reference cards for each system concept.ui_kits/cli/—auv-cliterminal output recreation.ui_kits/viewer/— speculative inspect-viewer mock (the browser viewer described in2026-05-19-trace-run-inspect-design.md; not built yet in the source repo).
Operating principles for this brand
- Honesty over polish. AUV documents what is
validated,candidate, andnot-validatedin JSON. Reflect that in every artifact. Never invent a status not on the canonical list. - Monospace carries identity. IDs, paths, span names, and JSON keys
live in
JetBrains Mono. Body prose lives inGeist. - No emoji. No gradients. No glassy overlays. This is forensic-grade UI.
- Status pill is the smallest unit. Use
.auv-status--{validated, candidate, boundary, frozen, running, failed}everywhere a status is shown — sidebars, lists, headers, terminal output, marketing.
When the user invokes this skill
If creating visual artifacts (slides, mocks, throwaway prototypes), copy
assets out of this skill and produce static HTML the user can view. Reuse the
<Terminal> / <SpanTree> / <Sidebar> components from the UI kits when the
output is product-facing.
If working on production code (Rust CLI, future browser viewer, future docs
site), copy colors_and_type.css and assets/logo-*.svg into the project,
and follow the rules in README.md (sections Content Fundamentals and
Visual Foundations) to extend the system.
If invoked without other guidance, ask the user what they want to build — typical asks are:
- a mock of
auv-clioutput for a docs page or social post - a wireframe / mock of the inspect viewer
- a slide deck explaining a phase-1 boundary
- copy in the AUV voice (status report, freeze note, boundary callout)
What ships with it
60 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/accent-bandage.svg 1.2 KB
- assets/accent-hairclip.svg 751 B
- assets/accent-heart.svg 630 B
- assets/accent-star.svg 758 B
- assets/cursor-auv-click.svg 2.3 KB
- assets/cursor-auv.svg 1.8 KB
- assets/cursor-you.svg 1.7 KB
- assets/icon-bin.svg 827 B
- assets/icon-json.svg 1.3 KB
- assets/icon-png.svg 802 B
- assets/logo-mark.svg 2.1 KB
- assets/logo-wordmark.svg 4.0 KB
- assets/moeru-ai-logo.png 6.5 KB
- assets/moeru-ai-logo.svg 151 KB
- assets/sparkle.svg 945 B
- assets/sprite-check.svg 633 B
- assets/sprite-hourglass.svg 826 B
- assets/sprite-inspector.svg 6.6 KB
- assets/sprite-moe.svg 1.2 KB
- assets/sprite-prompt.svg 642 B
- assets/sprite-x.svg 827 B
- colors_and_type.css 13 KB
- HANDOFF_README.md 1.5 KB
- IMPLEMENTATION_HANDOFF.md 16 KB
- preview/brand-cli-welcome.html 1.6 KB
- preview/brand-hero.html 3.4 KB
- preview/brand-logo.html 974 B
- preview/brand-moeru.html 2.8 KB
- preview/brand-pixel-motifs.html 4.6 KB
- preview/brand-replay-cursor.html 6.1 KB
- preview/brand-terminal.html 1.4 KB
- preview/card.css 3.5 KB
- preview/color-brand.html 2.9 KB
- preview/color-disturbance.html 2.2 KB
- preview/color-neutrals-paper.html 1.7 KB
- preview/color-neutrals-shell.html 2.1 KB
- preview/color-status.html 2.5 KB
- preview/component-buttons.html 2.4 KB
- preview/component-callouts.html 1.5 KB
- preview/component-cursors.html 3.1 KB
- preview/component-disturbance.html 1.7 KB
- preview/component-manifest.html 1.4 KB
- preview/component-pills-pixel.html 2.1 KB
- preview/component-pills.html 1.3 KB
- preview/component-recipe-card.html 1.4 KB
- preview/component-run-list.html 2.9 KB
- preview/component-span-tree.html 1.9 KB
- preview/component-statusbar.html 1.8 KB
- preview/spacing-radii.html 1.6 KB
- preview/spacing-scale.html 3.6 KB
- preview/spacing-shadows.html 1.7 KB
- preview/type-families.html 1.9 KB
- preview/type-mono.html 866 B
- preview/type-pixel.html 1.5 KB
- preview/type-scale.html 2.7 KB
- README.md 4.6 KB
- SOURCE_README.md 14 KB
- ui_kits/cli/index-print.html 4.9 KB
- ui_kits/cli/index.html 2.7 KB
- ui_kits/cli/Prompt.jsx 3.1 KB
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.
- 7d ago First seen · 56 lines · 60 tokens per session scan A e9cdf98f317e
auv-design is a skill published in the GitHub repository moeru-ai/auv (25 stars, last pushed 3d ago), licensed Apache-2.0. It adds 60 tokens to every session and 628 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
web-artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
web-design
Use when building any web page, HTML artifact, landing page, dashboard, slide deck, report, email, or UI component the user will look at. A taste-first design system that makes generated pages look intentional and crafted instead of generic "AI-made". Provides an aesthetic-direction process, design tokens, a starter…
design
Use for UI, UX, visual hierarchy, frontend-design judgment, references, redesigns, and design critique when the user's Emulo taste should guide the task. Do not use for unrelated execution or marketing/social writing alone.
frontend-design
Create distinctive, production-grade frontend interfaces.
gsd-ui-phase
Generate UI design contract (UI-SPEC.md) for frontend phases.
gsd-ui-review
Retroactive 6-pillar visual audit of implemented frontend code.