This skill should be used when the user asks to "generate design feedback", "create QA checklist", "scaffold screen map", "update screen map", "run ui-dev check", or needs manual utility commands for UI implementation workflows.
From ui-devnpx claudepluginhub masseater/claude-code-plugin --plugin ui-devThis skill uses the workspace's default tool permissions.
design-feedback-guide.mdqa-checklist-guide.mdDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
A collection of utility commands for manual human execution.
| Command | Description |
|---|---|
design-feedback | Generate feedback for designers |
qa-checklist | Generate manual QA checklist |
update-screen-map | Update the screen map |
update-context | Update config.json reviewPrompts |
check | lint + format check |
typecheck | Type check |
scaffold | Generate screen map skeleton from a Figma URL |
install | Install dependencies |
Generate feedback to communicate design issues discovered during implementation to designers.
Guide: @${CLAUDE_PLUGIN_ROOT}/skills/dev-command/design-feedback-guide.md
Generate a QA checklist for manual human verification based on the screen map.
Guide: @${CLAUDE_PLUGIN_ROOT}/skills/dev-command/qa-checklist-guide.md
Update a specific section of the screen map. Reflects spec gaps or changes discovered during implementation. Always add an entry to the "Change Log" section when updating.
Update reviewPrompts or contextFiles in config.json.
Use when review criteria become clearer through implementation.
Auto-generate a screen map skeleton from a Figma URL.
${CLAUDE_PLUGIN_ROOT}/scripts/figma-scaffold.ts \
--url "https://figma.com/design/ABC123/MyApp" \
--page "Registration" \
--output .agents/ui-dev/registration/screen-map.md
cd plugins/ui-dev
bun run check # lint + format
bun run typecheck # type check
bun install # install dependencies