handoff-to-claude-code

handoff-to-claude-code is a skill for Claude Code from manalkaff/opendesign. It costs 52 tokens per session (890 once invoked), scanned A, original, MIT.

A handoff package for giving a finished interface design to a developer or coding agent. It gathers the design files and assets into one folder with instructions for rebuilding the design in the target codebase.

In plain words
What is it for?
Use it to package HTML prototypes, components, images, fonts, and other referenced assets, then create a README and downloadable ZIP for implementation.
Why use it?
It prevents the implementer from having to search through the original project to find files, assets, and context.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the opendesign plugin — 10 skills shipped together

Good fit Use it to package HTML prototypes, components, images, fonts, and other referenced assets, then create a README and downloadable ZIP for implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/manalkaff/opendesign/handoff-to-claude-code
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add manalkaff/opendesign --skill handoff-to-claude-code
Clone the repo
git clone --depth 1 https://github.com/manalkaff/opendesign

Made for: Claude Code.

Or install opendesign, the plugin that ships this one along with the rest of its 10 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for handoff-to-claude-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/manalkaff/opendesign/handoff-to-claude-code.svg)](https://agentmods.dev/skills/manalkaff/opendesign/handoff-to-claude-code)
Your own site
<a href="https://agentmods.dev/skills/manalkaff/opendesign/handoff-to-claude-code"><img src="https://agentmods.dev/badge/skills/manalkaff/opendesign/handoff-to-claude-code.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 890 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.00890
Opus 5 $0.00026 $0.00445
Sonnet 5 $0.00010 $0.00178
Haiku 4.5 $0.00005 $0.00089

Measured 8d ago against content hash a91550132c0b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

handoff-to-claude-code scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/handoff-to-claude-code/SKILL.md · 44 lines

How it starts

The opening of the file, as written. The whole thing — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Loaded when the user asks to hand a finished design off to a developer or a coding agent for implementation in a real codebase. The output of this skill is a self-sufficient handoff folder, zipped and presented to the user for download.

Folder setup

  • Create a folder at ./opendesign/handoffs/<feature-slug>/. Slug describes the feature (e.g. onboarding-flow, settings-redesign). Never handoff/, export/, or similar generics at the project root.
  • Copy every relevant HTML prototype, component file, image, font, and referenced asset into the folder. The developer must not have to trace paths back into the main project tree.
  • Generate README.md at the root of the folder. Everything the developer needs to act on lives in the README.

README structure

Every section below is required. Use these exact headings in this order.

  1. Overview. One short paragraph: what the feature is and what it accomplishes. No design history.
  2. About the design files. Disclaimer up front, verbatim in spirit: the HTML files in this bundle are design references, not production code to copy directly. The developer's task is to recreate the designs in the target codebase's existing framework (React, Vue, SwiftUI, native, etc.) using its established patterns and libraries. If no codebase exists yet, pick the most appropriate framework for the project.
  3. Fidelity. State explicitly whether the designs are high-fidelity (pixel-perfect; recreate exactly) or low-fidelity (wireframe; use for layout and flow, apply the existing design system for styling). This call changes how much of the rest of the README is authoritative.
  4. Screens / views. For every screen in the design, document:
    • Name and purpose.
    • Layout — grid structure, flex direction, widths, heights, margins, padding. Exact values.
    • Components. For each: position and size, exact colors (hex), typography (family, size, weight, line-height, letter-spacing), border radius, shadows, borders, hover / active / focus states, exact copy.
  5. Interactions and behavior. Click handlers, navigation flows, animations (duration, easing, animated properties), hover states, loading states, error states, form validation rules, responsive behavior where applicable.
  6. State management. State variables, transitions and their triggers, data-fetching requirements.
  7. Design tokens. Colors (with hex), spacing scale, type scale, border radii, shadows. Flat list, not prose.
  8. Assets. Every image, icon, font, or other asset used in the design, with its source.
  9. Files. List the HTML/CSS/JS files included in the bundle and what each one corresponds to.

Read the full file on GitHub · 44 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 44 lines · 52 tokens per session scan A a91550132c0b

Subscribe to this mod's changes

handoff-to-claude-code is a skill published in the GitHub repository manalkaff/opendesign (255 stars, last pushed 2mo ago), licensed MIT. It adds 52 tokens to every session and 890 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens