Skip to content
Overview History Stats Security
SkillBundle Find AI coding assistant skills, watch the ones you depend on, and see what changed.
© 2026 SkillBundle
Skill metadata from skills.sh and public GitHub repositories.
npx skills add anthropics/knowledge-work-plugins --skill design-handoff design-handoff | SkillBundle
Generate developer handoff specs from a design. Use when a design is ready for engineering and needs a spec sheet covering layout, design tokens, component props, interaction states, responsive breakpoints, edge cases, and animation details.
npx skills add anthropics/knowledge-work-plugins --skill design-handoff
### Overview
[What this screen/feature does, user context]
### Layout
[Grid system, breakpoints, responsive behavior]
### Design Tokens Used
| Token | Value | Usage |
|-------|-------|-------|
| `color-primary` | #[ hex ] | CTA buttons, links |
| `spacing-md` | [ X ]px | Between sections |
| `font-heading-lg` | [ size/weight/family ] | Page title |
### Components
| Component | Variant | Props | Notes |
|-----------|---------|-------|-------|
| [ Component ] | [ Variant ] | [ Props ] | [Special behavior] |
### States and Interactions
| Element | State | Behavior |
|---------|-------|----------|
| [CTA Button] | Hover | [Background darken 10%] |
| [CTA Button] | Loading | [Spinner, disabled] |
| [ Form ] | Error | [Red border, error message below] |
### Responsive Behavior
| Breakpoint | Changes |
|------------|---------|
| Desktop (>1024px) | [Default layout] |
| Tablet (768-1024px) | [What changes] |
| Mobile (<768px) | [What changes] |
### Edge Cases
- **Empty state** : [What to show when no data]
- **Long text** : [Truncation rules]
- **Loading** : [Skeleton or spinner]
- **Error** : [Error state appearance]
### Animation / Motion
| Element | Trigger | Animation | Duration | Easing |
|---------|---------|-----------|----------|--------|
| [ Element ] | [ Trigger ] | [ Description ] | [ ms ] | [ easing ] |
### Accessibility Notes
- [Focus order]
- [ARIA labels needed]
- [Keyboard interactions]