New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ui-audit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ui-audit

AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, and more. Based on Making UX Decisions by Tommy Geoco.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

UI Audit

AI skill for automated UI audits
Evaluate interfaces against proven UX principles.

GuidelinesClawdHubnpm

What is this?

A skill that gives AI assistants the ability to perform structured UI audits. Based on Making UX Decisions by Tommy Geoco.

Audits include:

  • Visual hierarchy & typography
  • Visual style & spacing
  • Accessibility & contrast
  • Navigation & wayfinding
  • Cognitive load & information architecture
  • Social proof & trust signals
  • Onboarding & empty states

Installation

# Agent Skills (Vercel)
npx skills add uxtools/ui-audit

# ClawdHub
clawdhub install ui-audit

# npm
npm install ui-audit

Usage

Ask your AI assistant:

Audit this design: [figma-url]
Review this landing page for accessibility issues
What visual hierarchy patterns should I use for a pricing page?

What's Included

ui-audit/
├── SKILL.md                    # Main skill instructions
├── CLAUDE.md                   # Claude-specific quick reference
└── references/
    ├── 00-core-framework.md    # Decision-making process
    ├── 10-checklist-*.md       # Execution checklists
    └── 2*-patterns-*.md        # UI pattern libraries

Guidelines

View the full list of principles at audit.uxtools.co

Decisioning

  • Weigh information in order: Institutional knowledge → User familiarity → Research
  • Align every decision with macro bets: Velocity, Efficiency, Accuracy, or Innovation
  • Define jobs-to-be-done first

Visual Hierarchy

  • Primary action is obvious within 3 seconds
  • 2:1 ratio minimum between heading levels
  • Related items are grouped (Law of Proximity)

Accessibility

  • Keyboard works everywhere
  • Focus is always visible
  • Color is not the only indicator

View all guidelines →

Author

Tommy Geocouxtools.couxdecisions.com

License

MIT

Keywords

ux

FAQs

Package last updated on 18 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts