design-handoff

design-handoff is a skill for Claude Code from andrewcigan/vibe-dev-plugin. It costs 81 tokens per session (460 once invoked), scanned A, original, MIT.

A handoff workflow that turns product and architecture documents into a brief for Claude Design, an AI design tool, including screens, user flows, and required interface parts.

In plain words
What is it for?
Use it to prepare design-brief.md, user-flow notes, and component lists for one to ten screens. It is not intended for projects without a user interface or projects that already have a design system.
Why use it?
It gives the design tool enough context to create screens that match the product’s intended jobs and structure.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter. Also seen: mentions subagents.

Part of the vibe-dev plugin — 29 skills, 24 agents, 7 hooks shipped together

Good fit Use it to prepare design-brief.md, user-flow notes, and component lists for one to ten screens. It is not intended for projects without a user interface or projects that already have a design system.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andrewcigan/vibe-dev-plugin/design-handoff
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 andrewcigan/vibe-dev-plugin --skill design-handoff
Clone the repo
git clone --depth 1 https://github.com/andrewcigan/vibe-dev-plugin

Made for: Claude Code.

Or install vibe-dev, the plugin that ships this one along with the rest of its 29 skills, 24 agents, 7 hooks.

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 design-handoff

README.md
[![agentmods](https://agentmods.dev/badge/skills/andrewcigan/vibe-dev-plugin/design-handoff/github.svg)](https://agentmods.dev/skills/andrewcigan/vibe-dev-plugin/design-handoff)
Your own site
<a href="https://agentmods.dev/skills/andrewcigan/vibe-dev-plugin/design-handoff"><img src="https://agentmods.dev/badge/skills/andrewcigan/vibe-dev-plugin/design-handoff/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for design-handoff

Your own site · 80×15
<a href="https://agentmods.dev/skills/andrewcigan/vibe-dev-plugin/design-handoff"><img src="https://agentmods.dev/badge/skills/andrewcigan/vibe-dev-plugin/design-handoff.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 460 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.
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.00081 $0.00460
Opus 5 $0.00041 $0.00230
Sonnet 5 $0.00016 $0.00092
Haiku 4.5 $0.00008 $0.00046

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

Security

Grade A, and why

design-handoff 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/design-handoff/SKILL.md · 47 lines

What it actually says

/design-handoff

Подготовка дизайн-брифа через design-handoff-builder agent.

Что происходит

  1. Subagent design-handoff-builder (Opus) читает PRODUCT.md, ARCHITECTURE.md, user-stories
  2. Identify UI scope (1-3 экрана FAST, 5-10 FULL)
  3. User flows для каждого экрана
  4. Components required (что нужно — header, cards, modals, etc.)
  5. Design brief по C.R.O.P. (Context / Requirements / Output / Patterns)

Output

  • docs/design-brief.md — главный артефакт для Claude Design
  • docs/design-handoff/user-flows.md
  • docs/design-handoff/components-required.md

Что делает пользователь

  1. Открывает claude.ai/design
  2. Создаёт проект
  3. Прикрепляет 3 файла из docs/design-handoff/ + docs/design-brief.md
  4. Просит: «Сделай дизайн по этому брифу. Покажи 3 главных экрана.»
  5. Итерирует до результата

Когда дизайн готов:

  • Скачивает экспорт (TSX / HTML)
  • В src/components/ или скриншоты в docs/design-handoff/output/
  • Сообщает: «дизайн готов»
  • Продолжаем pipeline

Skip когда

  • Проект без UI (pure CLI / API / cron)
  • Уже есть готовая дизайн-система

Stack дефолт для дизайна

shadcn/ui + Tailwind v4 + Inter (cyrillic + latin)

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 · 47 lines · 81 tokens per session scan A 81c3247f9399

Subscribe to this mod's changes

design-handoff is a skill published in the GitHub repository andrewcigan/vibe-dev-plugin (5 stars, last pushed yesterday), licensed MIT. It adds 81 tokens to every session and 460 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

dhpk-ios-icon-gen

Generate iOS/macOS asset-catalog imagesets (1x/2x/3x PNG + Contents.json) from SF Symbols (Apple-native, offline, macOS) or the Iconify API (275k+ open-source icons, online). Use when adding icons to an Xcode asset catalog, replacing placeholder glyphs, or searching for an icon that matches a project's style. Not for…

hmj1026/dhpk · 128 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

khromov/codebay · 43 tokens

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens

openbitfun-frontend-dev

Safely customize the running packaged OpenBitFun desktop frontend through a draft, a provisional hot apply, and a 15-second user-confirmed rollback window. Use only in OpenBitFun Creative mode when the user asks to change OpenBitFun's own client UI.

GCWing/BitFun · 60 tokens

ux-heuristics

Evaluate and improve interface usability using heuristic analysis. Use when the user mentions "usability audit", "users are confused", "form usability", "navigation problems", "Nielsen heuristics", "cognitive walkthrough", or "is this easy to use". Also trigger when reviewing a design for usability issues, improving…

wondelai/skills · 122 tokens

moai-domain-uiux

UI/UX design systems specialist covering accessibility, icons, theming, design tokens, and user experience patterns. Use when working on design systems, WCAG compliance, ARIA patterns, or dark mode theming.

modu-ai/moai-adk · 49 tokens