design-handoff
29
总安装量
28
周安装量
#12895
全站排名
安装命令
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill design-handoff
Agent 安装分布
opencode
28
github-copilot
28
codex
28
kimi-cli
28
gemini-cli
28
amp
28
Skill 文档
Design Handoff
Create clear, complete handoff documentation so developers can implement designs accurately.
What to Include
Visual Specifications
- Exact measurements (padding, margins, widths)
- Design token references (colors, typography, spacing)
- Responsive breakpoints and behavior
- Component variants and states
Interaction Specifications
- Click/tap behavior
- Hover states
- Transitions and animations (duration, easing)
- Gesture support (swipe, pinch, long-press)
Content Specifications
- Character limits
- Truncation behavior
- Empty states
- Loading states
- Error states
Edge Cases
- Minimum/maximum content
- International text (longer strings)
- Slow connections
- Missing data
Accessibility
- Focus order
- ARIA labels and roles
- Keyboard interactions
- Screen reader announcements
Principles
- Don’t assume â If it’s not specified, the developer will guess. Specify everything.
- Use tokens, not values â Reference
spacing-mdnot16px. - Show all states â Default, hover, active, disabled, loading, error, empty.
- Describe the why â “This collapses on mobile because users primarily use one-handed” helps developers make good judgment calls.