Curated agent skills that generate React components from Figma designs and sync design variables to your codebase.
Agent Skills are curated instruction sets that your AI coding tool follows to complete Figma-to-code tasks. They work with Claude Code, Cursor, Codex, OpenCode, and any AI tool that supports the open agent skills format. Agent Skills are included exclusively in our Premium Package.
Our agent skills utilize Figma MCP and shadcn MCP. You need to install these MCP servers before using our skills.
.env.local file with the content: SHADCNDESIGN_LICENSE_KEY=your_license_keycomponents.json file by adding our registry as presented below.{
...,
"registries": {
"@shadcndesign": {
"url": "https://www.shadcndesign.com/api/registry/{name}",
"headers": {
"X-License-Key": "${SHADCNDESIGN_LICENSE_KEY}"
}
}
}
}
# Claude Code
npx shadcn@latest add @shadcndesign/skills-claude
# Cursor
npx shadcn@latest add @shadcndesign/skills-cursor
# Codex
npx shadcn@latest add @shadcndesign/skills-codex
#OpenCode
npx shadcn@latest add @shadcndesign/skills-opencode
Turn any Figma frame into a production-ready React component using your project's shadcn/ui components, Tailwind CSS classes, and proper icon imports.
The skill automatically:
public/To use this skill, for example, in Claude Code:
/generate-code [link-to-figma-frame]
Sync your Figma design tokens — colors, radius, typography, shadows, spacing — as CSS custom properties directly into your globals.css.
The skill supports:
next/font with proper Tailwind v4 theme tokens--shadow-* custom propertiesTo use this skill, for example, in Claude Code:
/import-variables [link-to-figma-frame]