用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dotusmanali/craft-skill --skill rebuild命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Elevate AI-generated frontends with premium visual design principles, intentional spacing, and typographic hierarchy.
Design clean, editorial-style interfaces focused on typography, whitespace, and structural clarity.
Implement high-performance, physics-based animations that feel intentional and responsive.
基于 SOC 职业分类
正在显示 SKILL.md
| name | rebuild |
| description | Audit and redesign existing interfaces without breaking functionality or losing brand intent. |
Systematically improve existing codebases by identifying "slop" patterns and applying a structured redesign protocol that preserves information architecture while elevating visual quality.
This skill prevents the "bulldoze and rebuild" instinct. It enforces a two-step process: Audit (identify what's broken) and Refactor (fix hierarchy, spacing, and typography) before touching brand-critical elements.
padding, margin, gap) and Typography (font-size, line-height, font-family).design.md: If the project has an existing design system file, follow it strictly.375px and 768px to ensure no horizontal scroll or layout breaks.| Issue | Severity | Fix |
|---|---|---|
| Inconsistent card padding | Med | Standardize on p-6 |
| Low contrast text on buttons | High | Increase foreground/background contrast |
| Missing active state on nav links | Low | Add text-accent and border-b on active |
| Before | After | Why |
|---|---|---|
h-screen | min-h-[100dvh] | Prevents mobile viewport jumping |
bg-slate-100 | bg-zinc-50 | Cleaner, more neutral base |
font-inter | font-geist | More modern, polished aesthetic |