Build frontend on autopilot. Pixel-perfect Figma-to-code with autonomous refinement.
claude plugin install github:skobak/pixOr manually:
git clone https://github.com/skobak/pix.git ~/.claude/plugins/pixStart Claude Code with Chrome integration:
claude --dangerously-skip-permissions --chromeThen run:
/pix
-
Run
/pix— checks your Figma MCP and Chrome extension setup, guides you if anything is missing -
Auto-launch — starts your dev server, opens localhost in Chrome, asks you to paste the Figma link (Figma MCP handles screenshots directly)
-
Sit back — watch it extract tokens, implement the component, screenshot both views, compare pixel-by-pixel, and auto-fix until perfect
- Detects your stack (Vite, Next, etc.)
- Finds your design system (Tailwind, styled-components, Chakra, etc.)
- Identifies your icon library
- Syncs Figma tokens to your config
- Uses Code Connect to reuse existing components
- Recursive refinement until pixel-perfect
| Tool | Purpose |
|---|---|
whoami |
Verify authentication |
get_metadata |
Component structure |
get_design_context |
Full design spec |
get_variable_defs |
Design tokens |
get_code_connect_map |
Existing component mappings |
get_screenshot |
Figma reference image |
- Claude Code v2.0.73+ with
--chromeflag - Claude in Chrome extension v1.0.36+ (install)
- Figma MCP configured (setup guide)
- Paid Claude plan (Pro, Team, or Enterprise)
MIT