TWISTEdBRACKETS

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

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill ui-ux-best-practices

Global (Cursor)

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill ui-ux-best-practices --global --agent cursor

Global (Claude)

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill ui-ux-best-practices --global --agent claude

Project install

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill ui-ux-best-practices --project

Interactive install

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills

Uninstall

sh
npx @levi-putna/agent-kit@latest remove ui-ux-best-practices

Example

Example prompt

UI/UX Best Practices

Review this dashboard for clean UI/UX, whitespace, responsive design, and AI-generated UI antipatterns.

Flow

How the skill works

  1. Review hierarchy and primary user goal
  2. Audit whitespace and spacing relationships
  3. Check for visual noise and unnecessary decoration
  4. Verify responsive behaviour and breakpoints
  5. Test accessibility and keyboard navigation
  6. Validate against design system tokens