Skip to main
maudeMDCC/00
Design commands

/design:import

Import a Figma document or reconstruct a design from an image.

PropertyValue
Command/design:import
Categorydaily (daily)
Argument hint--figma <url> | --fig <path.fig> | --explode <artboard-id> --canvas <path> | --reconstruct <image-path> [--name "<title>"] [--into <canvas-path>] [--rounds N]
Sourceplugins/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.

Source of truth

On this page