Skill
UI/UX Best Practices
Review and guide UI/UX work for clean, professional, low-noise interfaces. Checks hierarchy, whitespace, responsiveness, and accessibility.
// ui-design;Behaviour
What it does
- Reviews hierarchy and ensures clear primary action per view
- Checks whitespace structure and spacing rhythm
- Identifies busy or noisy UI with too many decorations
- Verifies responsive behaviour across breakpoints
- Audits accessibility and WCAG compliance
- Catches generic AI-generated UI patterns
- Validates user flow and task completion over visual completion
When to use
Good fits
Before building pages or composed views
When reviewing AI-generated UI that feels generic
During executing-plans for UI-heavy features
As a quality gate before shipping UI work
Development harness
UX review loop
Part of the design-to-ship pipeline: brainstorming → technical-documentation → conformance-check → reconciling-changes → planning → project-setup → executing-plans → shipping. Install the full set for structured feature work.
Install
Get this skill
Uses Agent Kit via npx; no global install required.
Quick install
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill ui-ux-best-practicesGlobal (Cursor)
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill ui-ux-best-practices --global --agent cursorGlobal (Claude)
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill ui-ux-best-practices --global --agent claudeProject install
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill ui-ux-best-practices --projectInteractive install
npx @levi-putna/agent-kit@latest add levi-putna/skillsUninstall
npx @levi-putna/agent-kit@latest remove ui-ux-best-practicesExample
Example prompt
Review this dashboard for clean UI/UX, whitespace, responsive design, and AI-generated UI antipatterns.
Flow
How the skill works
- Review hierarchy and primary user goal
- Audit whitespace and spacing relationships
- Check for visual noise and unnecessary decoration
- Verify responsive behaviour and breakpoints
- Test accessibility and keyboard navigation
- Validate against design system tokens