auv-design

auv-design is a skill for Claude Code from moeru-ai/auv. It costs 60 tokens per session (628 once invoked), scanned A, original, Apache-2.0.

Design guidance for creating interfaces and visual assets for AUV, a tool for replaying and inspecting command runs. It defines AUV’s product context, language style, colors, fonts, icons, and interface components.

In plain words
What is it for?
Use it when designing AUV production interfaces, prototypes, terminal views, inspection viewers, status indicators, or branded visual assets.
Why use it?
It keeps AUV-related screens and assets visually consistent with the project’s forensic, status-focused style. It also distinguishes documented states such as validated, candidate, running, and failed without inventing new statuses.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it when designing AUV production interfaces, prototypes, terminal views, inspection viewers…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/moeru-ai/auv/design
View source ↗ moeru-ai/auv
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 moeru-ai/auv --skill design
Clone the repo
git clone --depth 1 https://github.com/moeru-ai/auv

Made for: Claude Code.

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 auv-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/moeru-ai/auv/design.svg)](https://agentmods.dev/skills/moeru-ai/auv/design)
Your own site
<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>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 628 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.
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.00060 $0.00628
Opus 5 $0.00030 $0.00314
Sonnet 5 $0.00012 $0.00126
Haiku 4.5 $0.00006 $0.00063

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

Security

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.

docs/design/SKILL.md · 56 lines

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-cli terminal output recreation.
  • ui_kits/viewer/ — speculative inspect-viewer mock (the browser viewer described in 2026-05-19-trace-run-inspect-design.md; not built yet in the source repo).

Operating principles for this brand

  1. Honesty over polish. AUV documents what is validated, candidate, and not-validated in JSON. Reflect that in every artifact. Never invent a status not on the canonical list.
  2. Monospace carries identity. IDs, paths, span names, and JSON keys live in JetBrains Mono. Body prose lives in Geist.
  3. No emoji. No gradients. No glassy overlays. This is forensic-grade UI.
  4. 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-cli output 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)

Read the full file on GitHub · 56 lines

Files

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.

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. 7d ago First seen · 56 lines · 60 tokens per session scan A e9cdf98f317e

Subscribe to this mod's changes

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.