UX Pilot

Conversational UX designer plus a code scanner that flags real a11y gaps

Works with setup

Test report

Verdict
Works with setup
Score
7.2/10
Tested
Aug 7, 2026
Environment
Claude Code 2.x (agent harness)

Pointed the repo's real scanner at a deliberately broken invoicing landing page and it returned 11 correct findings in one pass — missing viewport meta flagged critical, two images without alt, three placeholder-only inputs, a hard-coded 1100px width with no media query, and a pricing table with no responsive wrapper. Audited the same file by hand with no skill and got 14 issues, including a 2.9:1 body-text contrast failure and a weak 'Submit' CTA that the scanner does not look for; the skill's real gain is packaging, since it turns each finding into severity buckets and a copy-paste fix prompt. The friction is the install: copying the skill directory gives you SKILL.md and nothing else, so the 376 rules, 161 palettes and 57 font pairings stay in the repo, and the audit's own MANDATORY step — calling generateHtmlAuditReport() — has no runnable form, because there is no committed dist and the ux-pilot package is a 404 on npm. Use the documented plugin route instead. Note also that the rule files and one hardcoded prompt string are in French while the whole product surface is English.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 6/10
  • Docs & honesty 3/5

What UX Pilot does

A four-phase UX workflow — discovery questions, a code audit with severity-scored findings, a live HTML preview server, and export to React, Svelte or Vue — backed by a repo of 161 palettes, 57 font pairings, 67 styles and 31 rule files. Triggers when you ask for a UX audit of an existing page, want to design a product's screens before writing code, or want side-by-side named versions of a screen. Distributed as a Claude Code plugin; copying the skill directory alone leaves the rules and report generator behind.

How to install UX Pilot

git clone https://github.com/Sakaax/ux-pilot.git
mkdir -p ~/.claude/skills
cd ux-pilot && cp -r .claude/skills/ux-pilot ~/.claude/skills/ux-pilot

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger UX Pilot

  • /ux-pilot Conversational UX designer plus a code scanner that flags real a11y gaps

It also activates on plain-language prompts like these:

  • Run a UX audit on this landing page and flag accessibility gaps
  • Design the screens for this product before we write any code
  • Show me three named versions of this screen side by side

Frequently asked questions

Is the UX Pilot skill free?
Yes. The skill itself is free from Sakaax/ux-pilot. SkillProof publishes the install command and an independent test verdict at no cost.
Does UX Pilot work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Aug 7, 2026. Verdict: Works with setup. Pointed the repo's real scanner at a deliberately broken invoicing landing page and it returned 11 correct findings in one pass — missing viewport meta flagged critical, two images without alt, three placeholder-only inputs, a hard-coded 1100px width with no media query, and a pricing table with no responsive wrapper. Audited the same file by hand with no skill and got 14 issues, including a 2.9:1 body-text contrast failure and a weak 'Submit' CTA that the scanner does not look for; the skill's real gain is packaging, since it turns each finding into severity buckets and a copy-paste fix prompt. The friction is the install: copying the skill directory gives you SKILL.md and nothing else, so the 376 rules, 161 palettes and 57 font pairings stay in the repo, and the audit's own MANDATORY step — calling generateHtmlAuditReport() — has no runnable form, because there is no committed dist and the ux-pilot package is a 404 on npm. Use the documented plugin route instead. Note also that the rule files and one hardcoded prompt string are in French while the whole product surface is English.
What is the UX Pilot SkillProof Score?
7.2/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 3/5.
How do I install UX Pilot?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use UX Pilot with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.