一键导入
componentize
Extract and organize existing UI into reusable components with thoughtful APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract and organize existing UI into reusable components with thoughtful APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add dark mode with colors, shadows, and surfaces handled the way a designer would.
Generate a complete visual identity and marketing-site mockup board from a product idea.
Sort, normalize, deduplicate, and resolve conflicting Tailwind utility classes.
Create dark-mode variants of raster images for dark UI contexts.
Design and build new UI with the complete ui.sh design guideline system.
Compare multiple UI options in-browser with the ui.sh picker.
| name | componentize |
| description | Extract and organize existing UI into reusable components with thoughtful APIs. |
Use this when the user wants to componentize, extract, or organize UI code into reusable components.
Keep the user informed so longer runs do not look stuck.
class attribute and merge it with the classes on the component's top-level elementclsx or similar to merge classes together in client-side componentsInput component for all <input> types (text, email, password, etc.), one Select for <select>, one Textarea for <textarea>; never create type-specific components like EmailInput or PasswordInput; check the project for existing ones before creating new ones