← ClaudeAtlas

claude-design-handofflisted

Implement designs handed off from Claude Design (claude.ai/design) into a real Next.js/TypeScript/React codebase with 1:1 visual fidelity AND working integration with live data and AI features. Use this whenever the user wants to build, implement, port, or "make real" a design that came from Claude Design: a handoff bundle (a folder whose README starts with "CODING AGENTS: READ THIS FIRST"), an exported .zip or standalone HTML, a set of .jsx prototype files plus a primary .html, or the user says things like "implement this design," "build this 1:1," "pixel-perfect," "I exported this from Claude Design," or "wire this design into the app." Trigger it even when the user only attaches a screenshot or PDF of a Claude Design mockup and asks to build it, and even when they describe a dashboard/report/genome/page design rather than naming Claude Design explicitly. Do not skip this skill in favor of eyeballing a screenshot and free-handing components: the failure mode it exists to prevent is exactly that.
andrewr303/claude-codex-plugin-lab · ★ 0 · Web & Frontend · score 60
Install: claude install-skill andrewr303/claude-codex-plugin-lab
# Claude Design Handoff Implementer A bundle exported from Claude Design is a prototype, not production code. Your job is two things at once, and both are required: 1. **1:1 visual fidelity.** The built UI matches the prototype exactly: tokens, type, spacing, radii, shadows, gradients, borders, charts, motion. "Close enough" is a failure. 2. **Real integration.** The UI is wired into the actual codebase: typed data contracts, live Supabase data and AI outputs, server/client split, and the states the prototype never shows (loading, empty, partial, error). A pixel-perfect page fed by hardcoded mock data is also a failure. The prototype ships scaffolding that looks like production but is not (Babel-in-browser, `window.X` globals, a design-only tweaks panel, duplicated token objects, fixture data). Porting that scaffolding verbatim is the single most common way these implementations go wrong. Recreate the *output*, not the prototype's internals. This skill is the workflow. The dense material lives in `references/`; read each file when its phase tells you to. Templates live in `assets/`. --- ## Phase 0 — Detect and orient A Claude Design handoff bundle looks like this: ``` <project-name>/ README.md # starts "CODING AGENTS: READ THIS FIRST" project/ <Primary Design>.html # the file the user had open = primary target *.jsx # shared components, loaded via <script src> from the HTML icons/ uploads/