developer-handoff

Reference for integrating design tokens into development workflows and design tool collaboration.

Content Preview
# Developer Handoff Guide

Reference for integrating design tokens into development workflows and design tool collaboration.

---

## Table of Contents

- [Export Formats](#export-formats)
- [Integration Patterns](#integration-patterns)
- [Framework Setup](#framework-setup)
- [Design Tool Integration](#design-tool-integration)
- [Handoff Checklist](#handoff-checklist)

---

## Export Formats

### JSON (Recommended for Most Projects)

**File:** `design-tokens.json`

```json
{
  "meta": {
    "ver
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/developer-handoff.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/ui-design-system/references/developer-handoff.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/ui-design-system/references/developer-handoff.md

Related Skills