Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Uiux Toolkit

ASecurity

Comprehensive UX/UI evaluation meta-skill combining design theory and UX methodology. Use when conducting UI/UX audits, visual design reviews, accessibility compliance (WCAG 2.2), user flow analysis, responsive testing, interaction design evaluation, or design system audits. Evaluates using Nielsen's heuristics, Gestalt principles, typography theory, color theory, and modern methodologies (OOUX, JTBD, Cognitive Walkthrough).

28 stars
0 votes
1 copies
4 views
Added 2/7/2026
designrustgotesting

Security Analysis

A100/100

Scanned 2/12/2026

Install to Claude Code

$npx -y skills add georgekhananaev/claude-skills-vault --skill uiux-toolkit --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Uiux Toolkit?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Uiux Toolkit
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/georgekhananaev-uiux-toolkit/badge)](https://www.skillsdirectory.com/skills/georgekhananaev-uiux-toolkit)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: uiux-toolkit
description: Comprehensive UX/UI evaluation meta-skill combining design theory and UX methodology. Use when conducting UI/UX audits, visual design reviews, accessibility compliance (WCAG 2.2), user flow analysis, responsive testing, interaction design evaluation, or design system audits. Evaluates using Nielsen's heuristics, Gestalt principles, typography theory, color theory, and modern methodologies (OOUX, JTBD, Cognitive Walkthrough).
---

# UI/UX Toolkit

Professional UX/UI evaluation across 9 domains. Combines design theory w/ UX methodology. Framework-agnostic for web, mobile & desktop.

## Audit Type Selection

| Need | Load |
|------|------|
| Full UX Audit | ALL references |
| Visual Design | visual-design.md + interaction-review.md |
| Accessibility | accessibility-inspector.md |
| Usability | heuristic-audit.md + user-flow-analysis.md |
| Responsive/Mobile | responsive-behavior.md |
| Design System | design-system-audit.md |
| Content | content-ux-audit.md |
| AI Interface | ai-ux-patterns.md |
| Privacy/Ethics | privacy-ethics-audit.md |

## Sub-Workflows

| Domain | Reference | Purpose |
|--------|-----------|---------|
| Visual | `references/visual-design.md` | Hierarchy, typography, color, Gestalt, spacing |
| Heuristic | `references/heuristic-audit.md` | Nielsen's 10 + modern methods |
| A11Y | `references/accessibility-inspector.md` | WCAG 2.2 AA/AAA, keyboard, screen readers |
| Flow | `references/user-flow-analysis.md` | Task paths, friction, cognitive load |
| Responsive | `references/responsive-behavior.md` | Breakpoints, touch, RTL/LTR, PWA |
| Interactions | `references/interaction-review.md` | Micro-interactions, animations, feedback |
| Design System | `references/design-system-audit.md` | Token consistency, component audit |
| Content | `references/content-ux-audit.md` | UX writing, readability, voice & tone |
| AI/ML | `references/ai-ux-patterns.md` | Explainability, trust, error handling |
| Privacy | `references/privacy-ethics-audit.md` | Dark patterns, consent, GDPR/DSA |

## Quick Start

### 1. Define Scope

```
Audit Scope:
├── Screens: [target screens]
├── Flows: [primary tasks, conversion paths]
├── Platform: [Web/iOS/Android/Desktop/All]
├── WCAG: [A/AA/AAA]
└── Focus: [Visual/A11Y/Usability/Perf]
```

### 2. Select Type

| Type | Refs | Coverage |
|------|------|----------|
| Quick Visual | visual-design.md | Design theory |
| Quick A11Y | accessibility-inspector.md | Automated + keyboard |
| Heuristic | heuristic-audit.md | Nielsen's 10 |
| Full | All 9 refs | Complete eval |
| Focused | 2-3 refs | Targeted review |

### 3. Execute

Each ref contains checklists w/ pass/fail criteria, severity & remediation.

## Severity

| Level | Impact | Action |
|-------|--------|--------|
| 🔴 Critical | Blocks task/access | Fix immediately |
| 🟠 Major | >50% users affected | Fix before release |
| 🟡 Minor | <50% users affected | Next sprint |
| 🟢 Enhancement | Polish/delight | Backlog |

### Priority Matrix

```
         HIGH FREQ
            │
    ┌───────┼───────┐
    │ MAJOR │ CRIT  │
    │ (P1)  │ (P0)  │
LOW ├───────┼───────┤ HIGH
IMP │ ENH   │ MINOR │ IMP
    │ (P3)  │ (P2)  │
    └───────┼───────┘
         LOW FREQ
```

### Effort

| Level | Examples |
|-------|----------|
| Low | CSS fix, alt text, label |
| Med | Component refactor, validation |
| High | Nav restructure, focus mgmt |

## Quick Checklist

```
□ Hierarchy    → Importance clear? (Squint test)
□ Typography   → Readable, scale, max 2-3 fonts?
□ Color        → Contrast, semantic, 60-30-10?
□ Spacing      → 8pt grid, consistent rhythm?
□ Gestalt      → Items grouped logically?
□ Usability    → Actions discoverable, feedback clear?
□ A11Y         → WCAG AA, keyboard, screen reader?
□ Consistency  → Design system followed?
□ Content      → Clear, scannable, actionable?
□ Responsive   → All breakpoints, touch-friendly?
```

## Scoring

| Grade | Criteria |
|-------|----------|
| A | Professional, polished, accessible, delightful |
| B | Solid fundamentals, minor refinements |
| C | Functional w/ notable issues |
| D | Usable w/ significant problems |
| F | Major usability/a11y failures |

## Output Format

```markdown
## UX Eval: [Component/Page]

### Scope
- Platform: [Web/iOS/Android]
- WCAG: [AA/AAA]
- Domains: [List]

### Assessment
[1-2 sentence summary + grade A-F]

### Critical (P0)
- **[Issue]**: [Desc]
  - *Principle*: [violated]
  - *Fix*: [rec]
  - *Effort*: [L/M/H]

### Major (P1) / Minor (P2) / Enhancements (P3)
[Same format]

### Strengths
- [What works]

### Priority Actions
1. [Top fix]
2. [Second]
3. [Third]
```

## Anti-Patterns

| Pattern | Category | Sev |
|---------|----------|-----|
| Confirm-shaming | Dark | 🔴 |
| Hidden costs | Dark | 🔴 |
| Keyboard traps | A11Y | 🔴 |
| No loading feedback | Visibility | 🟠 |
| Color-only indicators | A11Y | 🟠 |
| Auto-play video+sound | Attention | 🟠 |
| Infinite scroll w/o footer | Nav | 🟡 |

## Methodologies

| Method | Focus | Use |
|--------|-------|-----|
| Cognitive Walkthrough | Task completion | Complex flows |
| OOUX | Object-noun consistency | IA |
| JTBD | Job stories | Feature validation |
| Gestalt | Visual grouping | Layout |
| Baymard | E-commerce | Shopping flows |

## Platform Testing

| Platform | Auto | Manual |
|----------|------|--------|
| Web | axe-core, Lighthouse | DevTools, keyboard |
| iOS | Accessibility Inspector | VoiceOver |
| Android | Accessibility Scanner | TalkBack |
| Design | Stark, Contrast plugins | Review |

---

Load `references/*.md` for detailed checklists & criteria.

Attribution

georgekhananaevgeorgekhananaev
View sourceMore from georgekhananaev →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Responsive Design

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

393432 votes

Mermaid Diagrams

Creating and refining Mermaid diagrams with live reload. Use when users want flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, or any other Mermaid visualization. Provides best practices for syntax, styling, and the iterative workflow using mermaid_preview and mermaid_save tools.

2032 votes

sleek-design-mobile-apps

Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").

5711 votes

swiftui-design-skill

SwiftUI frontend visual design skill. Creates beautiful, distinctive iOS/macOS interfaces that avoid generic AI slop patterns. Covers design direction, layout systems, typography, color, spacing, brand integration, and design review. Use when designing new SwiftUI views, reviewing UI quality, creating iOS prototypes, choosing visual styles, improving app aesthetics, or when the UI looks generic or AI-generated.

1801 votes

Ios Hig

Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.

761 votes
View all in design →