mint_handoff
Mints a temporary URL for the design bundle and returns a command to fetch and implement it in Claude Code. Optionally downloads and extracts the bundle to a local directory.
Instructions
PRIMARY handoff to Claude Code. Mints the official capability URL to the server-built bundle and returns a ready-to-run command (Fetch … / Implement: …). The URL is fetchable without auth and expires shortly. Pass destDir to also download + extract the bundle locally (returns projectDir, ready for pnpm run scaffold:ui).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| includeChats | No | Bundle the conversation transcripts (default true). | |
| instructions | No | What the agent should implement (fills the command's 'Implement:' line). | |
| destDir | No | Optional: download + extract the bundle here; returns the extracted projectDir. |