ui-ux-design-best-practices

ui-ux-design-best-practices is a skill for Claude Code, Codex from louisbrulenaudet/monorepo-template. It costs 96 tokens per session (1,785 once invoked), scanned A, original, Apache-2.0.

A set of UI and user-experience guidelines for interactive web interfaces. It covers component behavior, animation, Tailwind CSS version 4 patterns, accessibility, and motion preferences.

In plain words
What is it for?
Use it when building or reviewing buttons, menus, modals, tooltips, gestures, transitions, transforms, and other animated or interactive components.
Why use it?
It helps developers make interactions understandable, responsive, and usable, while avoiding distracting or inaccessible motion.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it when building or reviewing buttons, menus, modals, tooltips, gestures, transitions, transforms, and other animated or interactive components.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/louisbrulenaudet/monorepo-template/ui-ux-design-best-practices
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 louisbrulenaudet/monorepo-template --skill ui-ux-design-best-practices
Clone the repo
git clone --depth 1 https://github.com/louisbrulenaudet/monorepo-template

Made for: Claude Code, Codex.

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 ui-ux-design-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/louisbrulenaudet/monorepo-template/ui-ux-design-best-practices/github.svg)](https://agentmods.dev/skills/louisbrulenaudet/monorepo-template/ui-ux-design-best-practices)
Your own site
<a href="https://agentmods.dev/skills/louisbrulenaudet/monorepo-template/ui-ux-design-best-practices"><img src="https://agentmods.dev/badge/skills/louisbrulenaudet/monorepo-template/ui-ux-design-best-practices/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.

agentmods 80×15 button for ui-ux-design-best-practices

Your own site · 80×15
<a href="https://agentmods.dev/skills/louisbrulenaudet/monorepo-template/ui-ux-design-best-practices"><img src="https://agentmods.dev/badge/skills/louisbrulenaudet/monorepo-template/ui-ux-design-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,785 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00096 $0.01785
Opus 5 $0.00048 $0.00892
Sonnet 5 $0.00019 $0.00357
Haiku 4.5 $0.00010 $0.00178

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

Security

Grade A, and why

ui-ux-design-best-practices 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 12d 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.

.agents/skills/ui-ux-design-best-practices/SKILL.md · 140 lines

How it starts

The opening of the file, as written. The whole thing — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UI/UX Design Best Practices

Guidelines for building interfaces where every interaction detail compounds into something that feels right. Covers animation decisions, Tailwind v4 motion utilities, component interaction patterns, and accessibility requirements.

When to Apply

Load this skill when:

  • Writing or reviewing components with hover, active, focus, or enter/exit animations
  • Implementing transitions, transforms, or keyframe animations (CSS or Tailwind)
  • Reviewing Tailwind utility usage for motion-related classes
  • Designing interactive elements: buttons, dropdowns, modals, drawers, tooltips, popovers
  • Checking accessibility for motion sensitivity (prefers-reduced-motion)
  • Implementing gesture or drag interactions
  • Debugging janky or sluggish animations

Reference Documentation

Animation

  • rules/animation-decision-framework.md - core philosophy, should-animate decision tree, easing selection, duration cheatsheet, perceived performance
  • rules/animation-springs.md - spring config (Framer Motion / Motion), mouse interactions, interruptibility advantage
  • rules/animation-component-patterns.md - buttons, scale(0) rule, origin-aware popovers, tooltip instant-on-subsequent, blur crossfades
  • rules/animation-transitions-transforms.md - CSS transitions vs keyframes, @starting-style, translateY percentages, scale children, GPU acceleration
  • rules/animation-clip-path.md - inset() shape, hold-to-delete/confirm pattern, tab color transitions, scroll reveals, comparison sliders
  • rules/animation-gestures.md - momentum dismissal, boundary damping, pointer capture, multi-touch protection, friction stops
  • rules/animation-performance.md - only animate transform/opacity, CSS variable inheritance, Framer Motion hardware acceleration, WAAPI
  • rules/animation-accessibility-stagger.md - prefers-reduced-motion, touch hover gating, stagger delays, asymmetric enter/exit timing
  • rules/animation-review-checklist.md - component design principles, slow-motion debugging, review checklist table

Read the full file on GitHub · 140 lines

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. 12d ago First seen · 140 lines · 96 tokens per session scan A 4ee87e7a3133

Subscribe to this mod's changes

ui-ux-design-best-practices is a skill published in the GitHub repository louisbrulenaudet/monorepo-template (19 stars, last pushed 11d ago), licensed Apache-2.0. It adds 96 tokens to every session and 1,785 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

tailwind-design-system

Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

calesthio/OpenMontage · 42 tokens

refero-design

Primary/default skill for UI design, product design, web design, landing pages, dashboards, product screens, redesigns, visual polish, frontend/CSS styling, design systems, components, responsive design, typography, color, spacing, motion, icons, accessibility, copywriting, conversion, and anti-AI-slop work. Use this…

referodesign/refero_skill · 191 tokens

ui-and-theme

Frontend/design system skill for the svelteflare monorepo. Use this whenever the user wants to build or modify UI — pages, sections, components, layouts, forms, cards, tables, dialogs, dashboards, or landing pages. Also invoke for anything theme-related: light/dark mode, custom colors, design tokens, typography, or…

pinebasedev/svelteflare · 159 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

Alenryuichi/openmemory-plus · 77 tokens

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

Leonxlnx/taste-skill · 61 tokens

image-to-code

Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…

Leonxlnx/taste-skill · 116 tokens