configure-ux-testing

configure-ux-testing is a skill for Claude Code from laurigates/claude-plugins. It costs 45 tokens per session (2,496 once invoked), scanned A, original, MIT.

A setup guide for browser-based checks with Playwright, including accessibility and visual comparisons.

In plain words
What is it for?
Use it to configure end-to-end tests, axe-core accessibility checks, screenshot comparisons, browser automation, and CI/CD workflows.
Why use it?
It helps catch broken user journeys, accessibility problems, and unintended visual changes automatically.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the configure-plugin plugin — 48 skills shipped together

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.

agentmods
npx agentmods add skills/laurigates/claude-plugins/configure-ux-testing
Any agent
npx skills add laurigates/claude-plugins --skill configure-ux-testing
Clone the repo
git clone --depth 1 https://github.com/laurigates/claude-plugins

Made for: Claude Code.

Or install configure-plugin, the plugin that ships this one along with the rest of its 48 skills.

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 configure-ux-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/laurigates/claude-plugins/configure-ux-testing.svg)](https://agentmods.dev/skills/laurigates/claude-plugins/configure-ux-testing)
Your own site
<a href="https://agentmods.dev/skills/laurigates/claude-plugins/configure-ux-testing"><img src="https://agentmods.dev/badge/skills/laurigates/claude-plugins/configure-ux-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,496 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00045 $0.02496
Opus 5 $0.00023 $0.01248
Sonnet 5 $0.00009 $0.00499
Haiku 4.5 $0.00005 $0.00250

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

Security

Grade A, and why

configure-ux-testing 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 2d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/configure-ux-testing.sh, scripts/tests/test-configure-ux-testing.sh), 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.

configure-plugin/skills/configure-ux-testing/SKILL.md · 254 lines

How it starts

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

/configure:ux-testing

Check and configure UX testing infrastructure with Playwright as the primary tool for E2E, accessibility, and visual regression testing.

When to Use This Skill

Use this skill when... Use another approach when...
Setting up Playwright E2E testing infrastructure for a project Running existing Playwright tests (use bun test:e2e or test-runner agent)
Adding accessibility testing with axe-core to a project Performing manual accessibility audits on a live site
Configuring visual regression testing with screenshot assertions Debugging a specific failing E2E test (use system-debugging agent)
Setting up Playwright CLI or MCP for Claude browser automation Writing individual test cases (use playwright-testing skill)
Creating CI/CD workflows for E2E and accessibility test execution Configuring unit or integration tests (use /configure:tests)

Context

  • Package manager: !find . -maxdepth 1 \( -name 'package.json' -o -name 'bun.lock' -o -name 'bun.lockb' \)
  • Playwright config: !find . -maxdepth 1 -name 'playwright.config.*'
  • Playwright installed: !find . -maxdepth 1 -name 'package.json' -exec grep -l '@playwright/test' {} +
  • Axe-core installed: !find . -maxdepth 1 -name 'package.json' -exec grep -l '@axe-core/playwright' {} +
  • E2E test dir: !find . -maxdepth 2 -type d \( -name 'e2e' -o -name 'tests' \)
  • Visual snapshots: !find . -maxdepth 4 -type d -name '__snapshots__'
  • MCP config: !find . -maxdepth 1 -name '.mcp.json'
  • CI workflow: !find . -path '*/.github/workflows/*' -maxdepth 3 -name 'e2e*'

UX Testing Stack:

  • Playwright - Cross-browser E2E testing (primary tool)
  • axe-core - Automated accessibility testing (WCAG compliance)
  • Playwright screenshots - Visual regression testing
  • Playwright CLI - Browser automation via CLI (preferred for AI agents with shell access)
  • Playwright MCP - Browser automation via MCP (fallback for sandboxed environments)

Read the full file on GitHub · 254 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 254 lines · 45 tokens per session scan A b1d5601eff2a

Subscribe to this mod's changes

configure-ux-testing is a skill published in the GitHub repository laurigates/claude-plugins (58 stars, last pushed yesterday), licensed MIT. It adds 45 tokens to every session and 2,496 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-09-03.