Design commands
/design:handoff
Emit a shadcn `registry-item.json` sidecar pro aktivní canvas (production-ready drop pro Next.js / Vite / Bun)
| Property | Value |
|---|---|
| Command | /design:handoff |
| Category | daily |
| Argument hint | [--canvas <path>] [--force] |
| Source | plugins/design/commands/handoff.md |
Description
Emit a shadcn registry-item.json sidecar pro aktivní canvas (production-ready drop pro Next.js / Vite / Bun)
Invocation
snippet
/design:handoff [--canvas <path>] [--force]Summary
Konvertuje aktivní canvas (z _active.json) na <Slug>.registry.json vedle TSX souboru. Cílový projekt to konzumuje přes bunx shadcn add file://./<Slug>.registry.json — funguje pro Next.js / Vite / Astro / Remix / Bun, jakýkoli framework, který má shadcn CLI.
Source of truth
This page is auto-generated from the command's frontmatter. The exact prompt Claude runs — including directives, edge-case handling, and tool-routing logic — lives in the source file:
plugins/design/commands/handoff.md → read it for the full behavior.