agentsclimarketplace

Ux toolkit

Skill hackermanishackerman/claude-skills-vault/.claude/skills/ux-toolkit

πŸ› οΈ Curate and enhance your coding skills with Claude Skills Vault, a collection of commands and MCP server guides for efficient development.

Install
npx -y skills add hackermanishackerman/claude-skills-vault --skill ux-toolkit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Comprehensive UX evaluation meta-skill. Use when conducting UI/UX audits, accessibility reviews, user flow analysis, responsive testing, or interaction design evaluation.

SKILL.md

9.3 KB, as published. Nobody here has run it

UX Toolkit

Professional-grade meta-skill for systematic UX evaluation across 9 domains. Framework-agnostic design works for web, mobile, and desktop applications.

When to Use

Invoke for:

  • UI/UX heuristic evaluations (Nielsen + modern methodologies)
  • Accessibility (WCAG 2.2) compliance audits
  • User flow & friction analysis
  • Responsive/cross-device testing
  • Interaction & micro-interaction review
  • Design system consistency audits
  • Content & UX writing review
  • AI/ML interface patterns
  • Privacy & ethical design review

Audit Type Selection

What do you need to evaluate?
    β”‚
    β”œβ”€β–Ί Full UX Audit ─────────► Load ALL references
    β”‚
    β”œβ”€β–Ί Accessibility Only ────► Load accessibility-inspector.md
    β”‚
    β”œβ”€β–Ί Usability Review ──────► Load heuristic-audit.md + user-flow-analysis.md
    β”‚
    β”œβ”€β–Ί Visual/Responsive ─────► Load responsive-behavior.md + interaction-review.md
    β”‚
    β”œβ”€β–Ί Design System ─────────► Load design-system-audit.md
    β”‚
    β”œβ”€β–Ί Content Audit ─────────► Load content-ux-audit.md
    β”‚
    β”œβ”€β–Ί AI Interface ──────────► Load ai-ux-patterns.md
    β”‚
    └─► Privacy/Ethics ────────► Load privacy-ethics-audit.md

Sub-Workflows

DomainReferencePurpose
Heuristic Auditreferences/heuristic-audit.mdNielsen's 10 + modern methodologies (OOUX, JTBD, Cognitive Walkthrough)
A11Y Inspectorreferences/accessibility-inspector.mdWCAG 2.2 AA/AAA, keyboard nav, screen readers
Flow Analysisreferences/user-flow-analysis.mdTask paths, friction points, cognitive load
Responsivereferences/responsive-behavior.mdBreakpoints, touch targets, RTL/LTR, PWA
Interactionsreferences/interaction-review.mdMicro-interactions, animations, feedback
Design Systemreferences/design-system-audit.mdToken consistency, component audit
Content UXreferences/content-ux-audit.mdUX writing, readability, voice & tone
AI/ML Patternsreferences/ai-ux-patterns.mdExplainability, trust, ML error handling
Privacy & Ethicsreferences/privacy-ethics-audit.mdDark patterns, consent, GDPR/DSA compliance

Quick Start

1. Define Scope

Audit Scope:
β”œβ”€β”€ Screens/Pages: [List target screens]
β”œβ”€β”€ User Flows: [Primary conversion, core tasks]
β”œβ”€β”€ Platform: [Web/Mobile/Desktop/All]
β”œβ”€β”€ WCAG Target: [A/AA/AAA]
└── Priority Focus: [Accessibility/Usability/Performance]

2. Select Audit Type

TypeReferencesTimeCoverage
Quick A11Yaccessibility-inspector.md1-2hAutomated + keyboard nav
Heuristic Reviewheuristic-audit.md2-4hNielsen's 10 + severity
Full UX AuditAll 9 references1-2dComplete evaluation
Focused Audit2-3 specific refs3-6hTargeted domain review

3. Execute Workflow

Each reference contains:

  • Checklist items w/ pass/fail criteria
  • Severity + effort classification
  • Remediation guidance
  • Tool recommendations

4. Generate Report

python3 scripts/generate_report.py --type [full|heuristic|a11y|flow|responsive|interaction] --output report.md --format [md|json|csv]

Severity Classification

LevelImpactFrequencyPriorityAction
CriticalBlocks taskAnyP0Fix immediately
MajorSignificant friction>50% usersP1Fix before release
MinorReduced efficiency<50% usersP2Fix in next sprint
CosmeticPolish issueAnyP3Backlog

Priority Matrix

                    HIGH FREQUENCY
                         β”‚
         β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
         β”‚               β”‚               β”‚
         β”‚   MAJOR       β”‚   CRITICAL    β”‚
         β”‚   (P1)        β”‚   (P0)        β”‚
         β”‚               β”‚               β”‚
LOW      β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€      HIGH
IMPACT   β”‚               β”‚               β”‚      IMPACT
         β”‚   COSMETIC    β”‚   MINOR       β”‚
         β”‚   (P3)        β”‚   (P2)        β”‚
         β”‚               β”‚               β”‚
         β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                         β”‚
                    LOW FREQUENCY

Effort Estimation

EffortDescriptionExamples
Low< 1 hour, single fileCSS fix, label addition, alt text
Medium1-4 hours, few filesComponent refactor, form validation
High> 4 hours, architecturalNavigation restructure, focus management

Modern Methodologies

Beyond Nielsen's 10 heuristics, this toolkit incorporates:

MethodologyFocusWhen to Use
Cognitive WalkthroughTask completion probabilityComplex flows, onboarding
OOUXObject-noun consistencyInformation architecture
JTBDJob stories validationFeature validation
Six Minds FrameworkCognitive architectureComplex interfaces
Baymard HeuristicsE-commerce specificsShopping flows

WCAG Compliance Levels

LevelRequirementTarget
AMinimum accessibilityBaseline
AAAcceptable accessibilityStandard target
AAAEnhanced accessibilitySpecific audiences

WCAG 2.2 Status: This toolkit covers all 9 new WCAG 2.2 criteria (October 2023).

Platform Adapters

PlatformAutomated TestingManual Testing
Webaxe-core, LighthouseBrowser DevTools
iOSXcode Accessibility InspectorVoiceOver
AndroidAccessibility Scanner (ADB)TalkBack
DesktopPlatform-specific toolsKeyboard + screen reader
Design FilesFigma plugins (Stark, A11y)Manual review

Integration Points

ToolPurposeUsage
axe-coreAutomated a11yscripts/run_axe.js
LighthousePerformance + a11yChrome DevTools
Contrast CheckerColor ratiosscripts/check_contrast.py
ReadabilityContent grade levelFlesch-Kincaid analysis
Visual RegressionLayout stabilityBackstopJS/Playwright

Process Overview

1. Scope Definition     β†’ Define screens/flows to audit
2. Reference Loading    β†’ Load relevant sub-workflow(s)
3. Automated Scans      β†’ Run axe-core, Lighthouse
4. Manual Review        β†’ Execute checklists
5. Finding Capture      β†’ Document w/ severity + effort
6. Prioritization       β†’ Apply Impact Γ— Frequency matrix
7. Report Generation    β†’ Compile actionable report

Anti-Patterns to Detect

Anti-PatternCategorySeverity
Confirm-shamingDark PatternCritical
Hidden costsDark PatternCritical
Forced continuityDark PatternMajor
No loading feedbackVisibilityMajor
Keyboard trapsAccessibilityCritical
Color-only indicatorsAccessibilityMajor
Infinite scroll w/o footerNavigationMinor
Auto-playing video w/ soundAttentionMajor

Competitive Benchmarking

For comprehensive audits, compare key flows against 1-2 competitors:

| Metric | Your Product | Competitor A | Competitor B |
|--------|--------------|--------------|--------------|
| Task completion time | Xs | Xs | Xs |
| Click count | X | X | X |
| Error rate | X% | X% | X% |
| A11y score (Lighthouse) | X | X | X |

Report Formats

FormatUse CaseCommand
MarkdownDocumentation, PRs--format md
JSONJira/Linear import--format json
CSVSpreadsheet analysis--format csv

Files Structure

ux-toolkit/
β”œβ”€β”€ SKILL.md                          # This file
β”œβ”€β”€ references/
β”‚   β”œβ”€β”€ heuristic-audit.md            # Nielsen + modern heuristics
β”‚   β”œβ”€β”€ accessibility-inspector.md    # WCAG 2.2 compliance
β”‚   β”œβ”€β”€ user-flow-analysis.md         # Flow & friction analysis
β”‚   β”œβ”€β”€ responsive-behavior.md        # Cross-device behavior
β”‚   β”œβ”€β”€ interaction-review.md         # Micro-interactions
β”‚   β”œβ”€β”€ design-system-audit.md        # Token & component audit
β”‚   β”œβ”€β”€ content-ux-audit.md           # UX writing & readability
β”‚   β”œβ”€β”€ ai-ux-patterns.md             # AI/ML interface patterns
β”‚   └── privacy-ethics-audit.md       # Dark patterns & consent
β”œβ”€β”€ scripts/
β”‚   β”œβ”€β”€ check_contrast.py             # Color contrast checker
β”‚   β”œβ”€β”€ generate_report.py            # Report generator
β”‚   └── run_axe.js                    # Automated a11y testing
└── data/
    └── issues-database.json          # Common issues + remediation

Ref: Load specific references/*.md for detailed checklists & workflows.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.