ux-interview

ux-interview is a skill for Claude Code from mostafa-drz/claude-skills. It costs 147 tokens per session (4,398 once invoked), scanned A, original, MIT.

A simulated user who tests a website or product by completing realistic tasks and describing their reactions aloud. It produces a report of usability problems, positive moments, and suggested improvements.

In plain words
What is it for?
Use it to review navigation, sign-up, purchasing, or other user journeys from a chosen user’s perspective.
Why use it?
It reveals where real users may become confused or blocked, including issues automated tests may not identify.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is - output-root: ./ux-interviews/.

Good fit Use it to review navigation, sign-up, purchasing, or other user journeys from a chosen user’s perspective.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/mostafa-drz/claude-skills
agentmods
npx agentmods add skills/mostafa-drz/claude-skills/ux-interview

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-interview

README.md
[![agentmods](https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/ux-interview/github.svg)](https://agentmods.dev/skills/mostafa-drz/claude-skills/ux-interview)
Your own site
<a href="https://agentmods.dev/skills/mostafa-drz/claude-skills/ux-interview"><img src="https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/ux-interview/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ux-interview

Your own site · 80×15
<a href="https://agentmods.dev/skills/mostafa-drz/claude-skills/ux-interview"><img src="https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/ux-interview.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,398 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.00147 $0.04398
Opus 5 $0.00073 $0.02199
Sonnet 5 $0.00029 $0.00880
Haiku 4.5 $0.00015 $0.00440

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

Security

Grade A, and why

ux-interview 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 10d ago.

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.

code/ux-interview/SKILL.md · 368 lines

How it starts

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

UX Interview

Play a real user in an interview-style test of a web product. Narrate think-aloud reactions live as you click, scroll, and try to accomplish realistic goals — then deliver a structured report with severity-ranked findings, delight moments, and prioritized recommendations.

This skill is not an automated test runner (see /ui-test for that). It is a qualitative user-perspective audit. Findings are based on judgement, not assertions.

Preferences

On startup, use the Read tool to load ~/.claude/skills/ux-interview/preferences.md. If missing, treat as first-run (see First-time detection).

Defaults when no preferences exist:

  • output-root: ./ux-interviews/ (cwd-relative when in a project; falls back to ~/.claude/skills/ux-interview/runs/ otherwise)
  • default-depth: standard (quick ≈ 5–7 min walkthrough / standard ≈ 12–18 min / deep ≈ 25 min+ with multiple flows)
  • narration-style: expressive (expressive — feels like a real user / neutral — observational / terse — short notes only)
  • persona-mode: auto-suggest (auto-suggest with override / always-ask / fixed-default)
  • severity-floor: minor (nitpick / minor / moderate / major — anything at-or-above is reported)
  • capture-mode: friction-only (friction-only / per-section / never) — when GIFs/screenshots are taken
  • viewport: 1440x900 — also accepts a list (e.g. 375x812,1440x900) to test responsive
  • confirm-plan: always (always / never) — confirm the test plan before opening the browser
  • auto-open-report: true

Also load ~/.claude/skills/ux-interview/feedback-journal.md if present — surface the latest 5 Signal: lines to bias defaults (e.g. if the user repeatedly downgraded "minor copy issues", raise the severity floor pre-selection).

Context

On startup, use Bash to detect: today's date+time (date +%Y-%m-%d-%H%M), the current working directory (pwd), and whether the configured output-root exists. Do NOT call any browser tool yet — that happens in Step 4.

Read the full file on GitHub · 368 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. 10d ago First seen · 368 lines · 147 tokens per session scan A f2df50ef9abe

Subscribe to this mod's changes

ux-interview is a skill published in the GitHub repository mostafa-drz/claude-skills (4 stars, last pushed 27d ago), licensed MIT. It adds 147 tokens to every session and 4,398 once invoked, about $0.0007 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

flowchart-creator

Create HTML flowcharts and process diagrams with decision trees, color-coded stages, arrows, and swimlanes. Use when users request flowcharts, process diagrams, workflow visualizations, or decision trees.

mhattingpete/claude-skills-marketplace · 45 tokens

design-swarm

Orchestrate a team of 10 design agents for holistic UI audit, ideation, and implementation. Use when: "design swarm", "holistic audit", "design review with all lenses", "full design analysis". Modes: audit, ideate, implement (any combination). Targets: screenshots, URLs, file paths, or text briefs.

SZoloth/skill-pack · 74 tokens

architecture-diagram-creator

Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or technical specifications.

mhattingpete/claude-skills-marketplace · 45 tokens

shipkit-design-system

Scaffold a tiered design system — principles, tokens, aesthetic direction from project context. Triggers: 'design system', 'design tokens', 'brand guidelines', 'visual direction', 'design principles'.

stefan-stepzero/shipkit · 46 tokens

shipkit-ux-audit

Use when auditing implemented UI for missing UX patterns. Triggers: 'audit UX', 'check UX', 'missing patterns', 'UX gaps'.

stefan-stepzero/shipkit · 36 tokens

mobile-ux-patterns

Audit mobile UX implementation against platform conventions -- navigation patterns, gesture handling, pull-to-refresh, infinite scroll, skeleton screens, haptic feedback, adaptive layouts, deep linking, and accessibility..

tinh2/skills-hub-registry · 43 tokens