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 OutlineDriven/odin-claude-plugin --skill ui-designgit clone --depth 1 https://github.com/OutlineDriven/odin-claude-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/skills/outlinedriven/odin-claude-plugin/ui-design)<a href="https://agentmods.dev/skills/outlinedriven/odin-claude-plugin/ui-design"><img src="https://agentmods.dev/badge/skills/outlinedriven/odin-claude-plugin/ui-design.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00046 | $0.02294 |
| Opus 5 | $0.00023 | $0.01147 |
| Sonnet 5 | $0.00009 | $0.00459 |
| Haiku 4.5 | $0.00005 | $0.00229 |
Grade A, and why
ui-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 yesterday.
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 — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UI design
Contract
| Field | Bound contract |
|---|---|
| Trigger | visual direction, Tailwind build, screenshot to markup, dark mode, responsive, UX audit, design QA, deslop UI |
| Authority | Reversible local: writes only files under the project directory; rollback is version control. No credential, paid, published, deployed, or remote mutation. |
| Side effect | Builds, audits, or provides direction for React/Next.js UI; may edit files |
| Done | UI has a track, is built or audited with ship-readiness, and has no AI slop |
Inputs
- Required: a UI target (either an existing built frontend to audit, or a request to build or direct a new surface) plus the project's existing framework, component patterns, and design tokens.
- Optional: reference screenshot, Figma export, mockup, or wireframe for scaffold mode; a screen recording for motion-adjacent checks; existing brand direction or design system.
- Blocked: requests targeting non-local, credential-protected, or deployed resources; non-UI code review; deep typography or motion passes; copywriting-only tasks.
Procedure
- Resolve the mode. Pick exactly one before acting:
- Direction: the user asks for visual direction, palettes, fonts, tokens, a brand kit, or "pick a style"; deliverable is a spec, not code.
- Build: the target does not exist yet: "build a landing page", "create a dashboard", "add a pricing section".
- Audit: the target exists and no change was named: "audit this component", "is this accessible", "design QA this page", "is this ready to ship". Deslop scope activates on "remove AI slop", "looks vibe coded", "simplify this UI".
- Options: variants to compare: "show me 3 hero layouts".
- Scaffold: semantic, unstyled markup from a screenshot, Figma export, mockup, or wireframe.
- Retrofit: one dimension added to existing UI: "add dark mode", "make this responsive", "fix this on mobile".
- Componentize: extracting components or cleaning up classes: "componentize this page", "clean up the Tailwind".
- If no mode is named: Build if the target does not exist. Audit if it does and no change was requested. Resolving "look at this page" to Build silently skips the audit, which is the most expensive mistake this step prevents. Done when: exactly one mode is selected by the stated discriminator.
What ships with it
1 file 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.
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.
- yesterday First seen · 104 lines · 46 tokens per session scan A 54fcc96f770f
ui-design is a skill published in the GitHub repository OutlineDriven/odin-claude-plugin (35 stars, last pushed today), licensed Apache-2.0. It adds 46 tokens to every session and 2,294 once invoked, about $0.0002 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-09-06.
Other skills, from other repositories
aceternity-ui
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.
frontend-patterns
Context enrichment for frontend UI development using shadcn/ui and Tailwind CSS. Use when building component libraries, implementing UI designs, theming, or working with accessible React components.
svg-mastery
Expert knowledge for working with SVG (Scalable Vector Graphics) — optimization, embedding, animation, accessibility, responsive scaling, React integration, filters, and programmatic creation. Use when the user asks to "optimize SVG", "clean up SVG", "reduce SVG file size", "embed SVG in HTML", "inline SVG vs img…
kokonutui
This skill should be used when the user asks to "add a KokonutUI component", "use kokonutui", "install a component from kokonutui.com", or asks for polished ready-made React/Tailwind UI like AI chat inputs, animated text effects (shimmer, glitch, matrix, typewriter), gradient/particle/hold buttons, card stacks, bento…
tailwind-spacing-audit
Use when Tailwind UI spacing, alignment, gaps, margins, padding, or toolbar and navbar rhythm looks inconsistent.
motion
UIForge's motion layer — art-directs motion for React/Next.js + Tailwind interfaces built with Motion-Primitives (the shadcn-style copy-in registry, powered by Motion / ex Framer Motion). Use whenever you build or polish a landing page, hero, dashboard, pricing table, feature section, empty state, or any screen where…