From Agent Skills
Route design work through the Figma MCP — client-site mockups, UI screens, design-to-code, code-to-design, FigJam diagrams. Use when the user wants to mock up a page or screen, implement a Figma design as code, push a page into Figma, diagram a flow, or shares a figma.com URL ("Figma", "FigJam", "mockup", "מוקאפ", "design-to-code"). Not for branded social posts or presentations (canva-studio) and not for AI image generation or upscaling (magnific-studio).
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-skills:figma-studioThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Thin routing layer over the Figma MCP: Figma ships its **own official
Thin routing layer over the Figma MCP: Figma ships its own official skills — this skill's job is to make sure they get used correctly and to carry Digitizer's conventions, not to duplicate them.
Before ANY call to use_figma, load Figma's official /figma-use skill
(fallback if not installed: read skill://figma/figma-use/SKILL.md via the
MCP resources). Same for the other official skills when their flow applies:
/figma-generate-design, /figma-generate-library, /figma-code-connect,
/figma-use-figjam. Skipping them produces broken node operations.
| Intent | Route |
|---|---|
| Read a design someone shares (figma.com URL) | get_design_context, get_screenshot, get_metadata |
| Implement a design as code (design-to-code) | get_design_context for structure/tokens → write the code → compare against get_screenshot |
| Mock up a page/screen from a brief or existing code | /figma-generate-design → generate_figma_design (new file via create_new_file when starting fresh) |
| Flow/architecture diagram | /figma-use-figjam → generate_diagram |
| Map Figma components to code components | /figma-code-connect flow |
comment-on-design equivalents) only when
asked.| Need | Skill |
|---|---|
| UI mockup, design↔code, FigJam | figma-studio (this) |
| Branded post / deck / flyer | canva-studio |
| AI imagery to place inside a design | magnific-studio |
npx claudepluginhub digitizers/agent-skills --plugin agent-skillsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.