ux-toolkit

ux-toolkit is a skill for Claude Code from hackermanishackerman/claude-skills-vault. It costs 35 tokens per session (2,223 once invoked), scanned A, original, MIT.

A broad toolkit for evaluating websites, apps, and desktop interfaces for usability, accessibility, responsive behavior, interactions, design consistency, content, privacy, and AI-interface patterns. Accessibility means making an interface usable by people with different abilities.

In plain words
What is it for?
Use it for UX audits, accessibility checks, user-flow reviews, responsive testing, interaction reviews, design-system checks, content reviews, and privacy or AI-interface evaluations.
Why use it?
It provides a structured way to find confusing flows, accessibility barriers, inconsistent design, and interaction problems instead of relying only on visual opinion.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it for UX audits, accessibility checks, user-flow reviews, responsive testing, interaction reviews, design-system checks, content reviews, and privacy or AI-interface evaluations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hackermanishackerman/claude-skills-vault/ux-toolkit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hackermanishackerman/claude-skills-vault --skill ux-toolkit
Clone the repo
git clone --depth 1 https://github.com/hackermanishackerman/claude-skills-vault

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ux-toolkit

README.md
[![agentmods](https://agentmods.dev/badge/skills/hackermanishackerman/claude-skills-vault/ux-toolkit.svg)](https://agentmods.dev/skills/hackermanishackerman/claude-skills-vault/ux-toolkit)
Your own site
<a href="https://agentmods.dev/skills/hackermanishackerman/claude-skills-vault/ux-toolkit"><img src="https://agentmods.dev/badge/skills/hackermanishackerman/claude-skills-vault/ux-toolkit.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,223 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.02223
Opus 5 $0.00017 $0.01111
Sonnet 5 $0.00007 $0.00445
Haiku 4.5 $0.00003 $0.00222

Measured 8d ago against content hash 655a7de124bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ux-toolkit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/check_contrast.py, scripts/generate_report.py, scripts/run_axe.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/ux-toolkit/SKILL.md · 246 lines

How it starts

The opening of the file, as written. The whole thing — 246 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Domain Reference Purpose
Heuristic Audit references/heuristic-audit.md Nielsen's 10 + modern methodologies (OOUX, JTBD, Cognitive Walkthrough)
A11Y Inspector references/accessibility-inspector.md WCAG 2.2 AA/AAA, keyboard nav, screen readers
Flow Analysis references/user-flow-analysis.md Task paths, friction points, cognitive load
Responsive references/responsive-behavior.md Breakpoints, touch targets, RTL/LTR, PWA
Interactions references/interaction-review.md Micro-interactions, animations, feedback
Design System references/design-system-audit.md Token consistency, component audit
Content UX references/content-ux-audit.md UX writing, readability, voice & tone
AI/ML Patterns references/ai-ux-patterns.md Explainability, trust, ML error handling
Privacy & Ethics references/privacy-ethics-audit.md Dark patterns, consent, GDPR/DSA compliance

Read the full file on GitHub · 246 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 246 lines · 35 tokens per session scan A 655a7de124bc

Subscribe to this mod's changes

ux-toolkit is a skill published in the GitHub repository hackermanishackerman/claude-skills-vault (2 stars, last pushed yesterday), licensed MIT. It adds 35 tokens to every session and 2,223 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

netease-youdao/LobsterAI · 59 tokens

taiyi-ui-design

A design-planning guide for describing how an application's user interface should look and behave. It produces a UI-DESIGN.md document covering layouts, components, interactions, accessibility, and error states.

Dong90/oh-my-taiyiforge · 35 tokens

swarm-pr-review

Run a graph-guided, tool-augmented PR review using context packing, parallel exploration, mandatory repository-agnostic risk-family coverage with dispatch scaled to diff size and risk, independent reviewer validation, critic challenge, and metrics writeback. Use for deep pull request review with low false-positive…

ZaxbyHub/opencode-swarm · 91 tokens

bundle-safety

Bundle transform safety — minification variant selection, consumer-constraint verification, identifier preservation, and namespace re-export coverage for build output.

ZaxbyHub/opencode-swarm · 30 tokens

durable-session-state

Persist plans, scope decisions, evidence, and reviewer/critic verdicts to durable files during long or multi-phase tasks so work survives context compaction, session resumes, and handoffs. Use for swarm-mode tasks, before context grows large, when recording approval gates, and when resuming after compaction or a…

ZaxbyHub/opencode-swarm · 70 tokens

confirm-failures-are-causally-linked-to-the-task-before-reportin

When delegating a task affected by this skill, include.

ZaxbyHub/opencode-swarm · 29 tokens