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 agentmods add skills/aiocean/claude-plugins/aio-uiuxnpx skills add aiocean/claude-plugins --skill aio-uiuxgit clone --depth 1 https://github.com/aiocean/claude-pluginsWrote 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/aiocean/claude-plugins/aio-uiux)<a href="https://agentmods.dev/skills/aiocean/claude-plugins/aio-uiux"><img src="https://agentmods.dev/badge/skills/aiocean/claude-plugins/aio-uiux.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 | $0.00057 | $0.06303 |
| Opus 5 | $0.00028 | $0.03152 |
| Sonnet 5 | $0.00011 | $0.01261 |
| Haiku 4.5 | $0.00006 | $0.00630 |
Grade A, and why
aio-uiux 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 5d 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 — 415 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UI/UX Design Advisor
"Design is not just what it looks like and feels like. Design is how it works." — Steve Jobs
Workflow: How to Use This Skill
When this skill is triggered, follow these steps. Do NOT just dump reference content — actively analyze the user's specific design challenge and provide targeted, actionable guidance.
Step 1: UNDERSTAND — Identify the Design Challenge
Before selecting references, understand:
- What is being built? (component, page, full app, design system)
- What's the context? (marketing site, SaaS dashboard, mobile app, e-commerce)
- What aspect needs help? (visual design, accessibility, UX flow, performance)
- What tech stack? (vanilla CSS, Tailwind, React, Vue, etc.)
- Who are the users? (general public, power users, accessibility needs)
If the user's message already contains enough context, proceed directly to Step 2.
Step 2: SEARCH — Find Relevant References
First, run semantic search with the user's design challenge to find the most relevant topics:
UX="${CLAUDE_PLUGIN_ROOT}/skills/aio-uiux/scripts"
npx tsx "$UX/search-uiux.ts" "<user's design challenge>" --top 5 --json
Read the full markdown file for each top result before proceeding. Then cross-reference with the routing table:
| Design Challenge | Start With |
|---|---|
| Building a new component | Component Patterns → Design Systems → Accessibility |
| Making something look better | Visual Hierarchy → Whitespace → Color → Typography |
| Choosing colors | Color Theory → Color Harmonies → Semantic Colors → Accessibility Contrast |
| Typography decisions | Type Scale → Font Pairing → Readability → Fluid Typography |
| Layout / spacing issues | Spacing Systems → CSS Grid → Flexbox → Content Width |
| Form design | Form Design → Form Accessibility → Error Messages → Validation |
| Navigation design | Navigation Patterns → Navigation Components → Mobile UX |
| Accessibility audit/fix | WCAG Guide → ARIA Patterns → Keyboard Nav → Testing Checklist |
| Animation / transitions | Animation Principles → Motion System → CSS Transitions → Micro-animations |
| Performance concerns | Perceived Performance → Core Web Vitals → Image Optimization → Font Performance |
| Dark mode | Theming & Dark Mode → Semantic Colors → Color Accessibility |
| Responsive / mobile | Mobile-First → Fluid Design → Responsive Patterns → Touch Targets |
| Design system setup | Design Tokens → Atomic Design → Component API → Tailwind Patterns |
| UX flow / user behavior | UX Psychology → UX Laws → Decision Making → Cognitive Load |
| Writing UI text | Microcopy → Error Messages → Voice & Tone → Conversion Copy |
| Modern CSS techniques | Custom Properties → Container Queries → :has() → Cascade Layers |
| Loading / empty states | State Management UX → Perceived Performance → Loading Patterns → Skeleton Screens |
| Buttons / CTAs | Buttons → Visual Hierarchy → Von Restorff Effect → Conversion Copy |
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.
- references/01-visual-design/01-gestalt-principles.md 16 KB
- references/01-visual-design/02-visual-hierarchy.md 13 KB
- references/01-visual-design/03-golden-ratio-composition.md 13 KB
- references/01-visual-design/04-whitespace-negative-space.md 13 KB
- references/01-visual-design/05-visual-weight-balance.md 15 KB
- references/01-visual-design/06-contrast-emphasis.md 9.9 KB
- references/01-visual-design/07-alignment-grids.md 9.9 KB
- references/02-typography/01-type-scale-systems.md 12 KB
- references/02-typography/02-font-pairing.md 11 KB
- references/02-typography/03-vertical-rhythm.md 11 KB
- references/02-typography/04-fluid-responsive-typography.md 11 KB
- references/02-typography/05-readability-legibility.md 11 KB
- references/02-typography/06-opentype-variable-fonts.md 13 KB
- references/02-typography/07-web-font-loading.md 15 KB
- references/03-color-science/01-color-theory-fundamentals.md 11 KB
- references/03-color-science/02-color-harmonies.md 12 KB
- references/03-color-science/03-color-spaces-modern-css.md 11 KB
- references/03-color-science/04-systematic-palette-generation.md 14 KB
- references/03-color-science/05-semantic-color-systems.md 18 KB
- references/03-color-science/06-color-accessibility-contrast.md 11 KB
- references/03-color-science/07-data-visualization-colors.md 10 KB
- references/04-layout-spacing/01-spacing-systems.md 11 KB
- references/04-layout-spacing/02-css-grid-mastery.md 12 KB
- references/04-layout-spacing/03-flexbox-patterns.md 12 KB
- references/04-layout-spacing/04-responsive-layout-strategies.md 12 KB
- references/04-layout-spacing/05-z-index-layering.md 11 KB
- references/04-layout-spacing/06-box-model-sizing.md 12 KB
- references/04-layout-spacing/07-content-width-containers.md 12 KB
- references/05-accessibility/01-wcag-22-essential-guide.md 17 KB
- references/05-accessibility/02-aria-patterns-reference.md 19 KB
- references/05-accessibility/03-keyboard-navigation.md 16 KB
- references/05-accessibility/04-screen-reader-optimization.md 16 KB
- references/05-accessibility/05-color-motion-accessibility.md 15 KB
- references/05-accessibility/06-form-accessibility.md 19 KB
- references/05-accessibility/07-testing-checklist.md 15 KB
- references/06-ux-psychology/01-cognitive-load.md 13 KB
- references/06-ux-psychology/02-attention-perception.md 16 KB
- references/06-ux-psychology/03-decision-making.md 16 KB
- references/06-ux-psychology/04-persuasion-influence.md 16 KB
- references/06-ux-psychology/05-emotional-design.md 6.9 KB
- references/06-ux-psychology/06-habit-formation.md 7.0 KB
- references/06-ux-psychology/07-memory-learning.md 15 KB
- references/07-ux-laws/01-fitts-law.md 9.0 KB
- references/07-ux-laws/02-hicks-law.md 11 KB
- references/07-ux-laws/03-jakobs-law.md 11 KB
- references/07-ux-laws/04-millers-law.md 11 KB
- references/07-ux-laws/05-teslers-law.md 12 KB
- references/07-ux-laws/06-doherty-threshold.md 7.2 KB
- references/07-ux-laws/07-aesthetic-usability.md 7.0 KB
- references/07-ux-laws/08-von-restorff-effect.md 7.2 KB
- references/07-ux-laws/09-peak-end-rule.md 7.5 KB
- references/07-ux-laws/10-serial-position-effect.md 7.1 KB
- references/07-ux-laws/11-goal-gradient-effect.md 8.4 KB
- references/07-ux-laws/12-more-ux-laws.md 9.6 KB
- references/08-interaction-design/01-form-design.md 19 KB
- references/08-interaction-design/02-navigation-patterns.md 22 KB
- references/08-interaction-design/03-state-management-ux.md 14 KB
- references/08-interaction-design/04-micro-interactions.md 15 KB
- references/08-interaction-design/05-feedback-patterns.md 17 KB
- references/08-interaction-design/06-search-filter-sort.md 19 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.
- 5d ago First seen · 415 lines · 57 tokens per session scan A 6d9326ae6b99
aio-uiux is a skill published in the GitHub repository aiocean/claude-plugins (4 stars, last pushed 2d ago), licensed MIT. It adds 57 tokens to every session and 6,303 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
landing-page-generator
Generate complete, deploy-ready landing pages from any repository. Use when creating a homepage for an open-source project, building a project website, converting a README into a marketing page, or standardizing landing pages across multiple repos.
product-ui
Use this skill when UI design and UI implementation should happen together. It turns product context into usable frontend screens, components, layout decisions, design-system choices, accessibility rules, and visual polish.
ui-web
Web UI - glassmorphism, Tailwind, dark mode, accessibility.
panel-app-react-vite-creator
Create or update an engineering-style NextClaw Panel component with pnpm, Vite, React, TypeScript, and Tailwind CSS, then build it into a static .panel directory inside a schema v2 package or an explicitly loose workspace Panel. Use for modern, reusable, complex, Agent-powered, typed Panel interfaces.
eval-agents
Audit Claude Code agents defined in .claude/agents/ for description specificity, model tier appropriateness, tools scoping, and system prompt quality. Detects dispatch ambiguity between agents, flags over-permissive tool grants, and checks for human-in-the-loop patterns that break programmatic orchestration. Use when…
git-ai-archaeology
Analyze AI config evolution in a git repo. Use when mapping AI adoption history, finding when configs were first introduced, charting commit velocity by month, or identifying maturity phases in a project's AI tooling.