design-handoff

Generate design-to-development handoff documents with component specs and metadata.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill design-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-handoff
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/biz/design/skills/design-handoff
Command: npx skills add https://github.com/semicolon-devteam/semo --skill design-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

디자이너의 디자인 스펙을 개발자가 바로 구현으로 옮길 수 있도록 핸드오프 문서를 자동으로 생성합니다.

Core Features & Use Cases

  • 핸드오프 문서 생성: 컴포넌트 스펙, 스타일 가이드, 인터랙션 정의를 포함한 문서 생성
  • ** Claude Code 연계**: Claude Code와 Antigravity 브리지를 활용한 정보 전달

Quick Start

디자인 핸드오프 문서(hand-off)을 자동으로 생성합니다.

Frequently Asked Questions about design-handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate design handoff documentation from Figma to development?

Design handoff automation extracts component specifications from Figma links or design mockups and generates structured markdown documents that developers can implement directly. The Skill processes design specs through Framelink MCP integration and produces versioned handoff files with complete style, interaction, and layout details.

What information should I include in a design-to-development handoff document?

Handoff documents should specify component names, CSS styles, layout dimensions, color values, typography, interaction states, and responsive behavior. The Skill templates this automatically from design sources, capturing source attribution, author metadata, and generation dates for traceability.

Can I generate handoff documents from existing component code or verbal descriptions?

Yes. The Skill accepts multiple input sources: Figma links, existing component code, design mockup results from generate-mockup, or verbal component descriptions. It extracts specifications from any source and bridges design intent with implementation through structured documentation.

Does design handoff work with design systems and style guides?

Design handoff is built for design system components, style guides, and pattern libraries. It extracts reusable component specifications and design tokens, organizing them into versioned handoff documents that maintain consistency across development and design workflows.

Where are handoff documents stored and how do I version them?

Handoff documents are stored in docs/handoff/{component-name}-handoff.md with automatic version, author, and date metadata embedded. This enables tracking changes across design iterations and maintains a queryable history for each component's specifications.

How does design handoff integrate with Claude Code and development workflows?

The Skill bridges design and development by connecting Claude Code with Antigravity, enabling designers to publish specs that developers consume directly. Generated handoff documents serve as executable specifications that reduce implementation friction and design-dev miscommunication.