From UX — the design intelligence plugin for Claude Code
Use when designing, auditing, recommending, linting, or polishing frontend UX with ux-skill's deterministic design engine, anti-AI-slop linter, brand references, command recipes, and optional MCP tools. This skill translates the Claude Code /ux-* workflows into Codex prompts plus uxskill CLI or MCP calls while preserving Claude plugin support.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ux:ux-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ux-skill is a Codex skill wrapper around the same assets used by the Claude Code
ux-skill is a Codex skill wrapper around the same assets used by the Claude Code plugin:
commands/*.md are the canonical Claude slash-command recipes. In Codex,
treat them as workflow specs, not native slash commands.agents/*.md are Claude Code sub-agent role specs. In Codex, use them as role
references when doing implementation, copy, motion, research, or design-system
work.references/ contains the design laws, foundations, anti-slop guidance,
process docs, output formats, and brand references.data/ contains the deterministic manifests used by the Python engine.engine/ and bin/ provide the CLI, linter, recommender, synthesizer, and MCP
server.commands/ when the user asks for a
ux-skill workflow.uxskill or ux CLI for deterministic work:
uxskill statsuxskill discoveruxskill recommend --brief-file .ux/last-discovery.jsonuxskill lint .uxskill is available, prefer its tools for
recommender, linter, stats, manifest lookup, synthesis, and decisions queries.references/styles/anti-slop.md, references/foundations/*, and
references/brands/* as needed for design judgment. Load only the specific
reference files needed for the task.uxskill lint . when feasible and report
the score/findings.These features are preserved for Claude Code but are not native Codex features:
/ux-audit.Task dispatch to named sub-agents..claude-plugin/..claude/.In Codex, translate those to prompts plus CLI/MCP calls. For example, "run the
equivalent of /ux-audit" means read commands/ux-audit.md, inspect the
surface, produce the same structured report, and optionally run CLI/MCP checks.
Use these examples when a user asks for a Claude slash command inside Codex:
/ux-init: "Use ux-skill to bootstrap this project for Codex. Run
uxskill init, verify uxskill stats, and tell me which files changed."/ux-discover: "Use ux-skill discovery. Ask the 10 required brief fields,
save them to .ux/last-discovery.json, then recommend next steps."/ux-recommend: "Use ux-skill to recommend a design system from the saved
discovery brief. Run uxskill recommend --brief-file .ux/last-discovery.json
and summarize the tokens, components, motion, brands, and guardrails."/ux-audit: "Use ux-skill to audit this surface. Follow
commands/ux-audit.md, run the six lenses, cite evidence, assign severity,
and save .ux/last-audit.json if edits are in scope."/ux-stats: "Run uxskill stats and summarize the manifest counts."When MCP is configured, use the uxskill server for deterministic context.
The server command is:
ux-mcp
Typical Codex config:
[mcp_servers.uxskill]
command = "ux-mcp"
args = []
startup_timeout_sec = 30
npx claudepluginhub baconcat1/ux-skillCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.