codexplugin

Design → code with Figma

Design lives in Figma and implementation lives in the editor. You want Codex to pull frame context and ship UI that matches the design.

Outcome: Install Figma for design context, then add a frontend skill so the agent applies layout and visual rules consistently.

Steps

  1. 01

    Install the Figma plugin and authorize access to your files.

  2. 02

    Point Codex at the frame or file you are implementing.

  3. 03

    Install a frontend design skill for hierarchy, spacing, and polish.

  4. 04

    Ask Codex to compare the current component to the Figma layout.

Install these

Copy a command, run it, restart Codex, then use the verify prompt.

FigmaPlugindesign

Core — design context inside Codex

$ npx codex-marketplace add openai/plugins/plugins/figma --plugin

Verify

Pull design specs from the selected Figma frame

Full detail page

Recommended — 1:1 Figma → production code via MCP

$ npx codex-marketplace add openai/skills/skills/.curated/figma-implement-design --skill

Verify

Implement this Figma frame with pixel-accurate spacing and typography

Full detail page
Frontend DesignSkilldesign

Optional — production UI playbook when you need broader polish

$ npx codex-marketplace add am-will/codex-skills/skills/frontend-design --skill

Verify

Build this screen to match the Figma layout with clean spacing

Full detail page

FAQ

Can Codex edit Figma files?

Most workflows pull specs and context into code. Check the Figma plugin README for create/edit capabilities on your account plan.

What if the UI still looks off?

Ask Codex to list gaps versus the frame (spacing, type scale, states), then iterate one section at a time.