Design commands
/design:import
Import a Figma document or reconstruct a design from an image.
| Property | Value |
|---|---|
| Command | /design:import |
| Category | daily (daily) |
| Argument hint | --figma <url> | --fig <path.fig> | --explode <artboard-id> --canvas <path> | --reconstruct <image-path> [--name "<title>"] [--into <canvas-path>] [--rounds N] |
| Source | plugins/design/commands/import.md |
Description
Import a Figma document or reconstruct a design from an image.
Invocation
Claude Code
snippet
/design:import --figma <url> | --fig <path.fig> | --explode <artboard-id> --canvas <path> | --reconstruct <image-path> [--name "<title>"] [--into <canvas-path>] [--rounds N]Codex
snippet
$design:source-command-import --figma <url> | --fig <path.fig> | --explode <artboard-id> --canvas <path> | --reconstruct <image-path> [--name "<title>"] [--into <canvas-path>] [--rounds N]Use the same arguments and flags. See native Codex setup for installation, dependencies and the distinction from Studio's built-in chat.