Refactoring pass — extracts repeated Tailwind class combos and markup into components, and lifts magic values into design tokens. Use when the codebase has obvious duplication, hardcoded hex values or pixel sizes, or when the user says "clean this up" / "extract components" / "tokenize styles". Invoke when the user asks for extract on their UI, or mentions 'extract' alongside design / UI / frontend work.
$npx -y skills add educlopez/ui-craft --skill extractInstalls into the current project.
Run `npx skills use "https://github.com/educlopez/ui-craft" --skill "educlopez/ui-craft/extract"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/educlopez/ui-craft" that are relevant to the current task. Run `npx skills add "https://github.com/educlopez/ui-craft"` and select the relevant skills, then follow their instructions.