Ux Evolve banner
Laith0003 Laith0003

Ux Evolve

Design community

Description

--- description: Auto-iterate the lint→polish→re-lint loop on a generated artifact until score crosses 90 or plateaus. Triggers on "polish this", "evolve this surface", "improve until score 90+", "auto-fix", "run the loop". Use when the user has a freshly generated surface that needs automatic refinement to ship-ready quality. Skip when the artifact is already at 90+ score (just `/ux-lint --score-only` to confirm) or when the user wants a single targeted fix (`/ux-fix` instead). allowed-tools: R

Installation

Installs to ~/.claude/skills/laith0003-ux-skill-ux-evolve/SKILL.md

Terminal
mkdir -p ~/.claude/skills/laith0003-ux-skill-ux-evolve && curl -fsSL https://raw.githubusercontent.com/Laith0003/ux-skill/HEAD/commands/ux-evolve.md -o ~/.claude/skills/laith0003-ux-skill-ux-evolve/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository