Figma Skill
Quick start
Goal: work against real Figma files instead of guessing from screenshots or loose descriptions.
Reference notes: skills/figma-skill/references/figma-skill.md
Default tool choices
- Design understanding:
get_design_context - File structure only:
get_metadata - Screenshots:
get_screenshot - Design-system lookup:
search_design_system - Direct canvas writes:
use_figma - First-time webpage capture:
generate_figma_design
Recommended workflow
- Extract
fileKeyandnodeIdfrom the Figma URL. - Use
get_design_contextby default for design-to-code work. - Before creating components, search the design system for reusable assets.
- Use
use_figmafor edits inside an existing file. - Use
generate_figma_designonly when capturing a web page/view into Figma for the first time.
Code Connect workflows
- Read mappings:
get_code_connect_map - Get suggestions:
get_code_connect_suggestions - Save approved mappings:
send_code_connect_mappings - Add a direct mapping:
add_code_connect_map
Guardrails
- Prefer
get_design_contextoverget_metadatawhen actual implementation guidance is needed. - Search the design system before recreating components.
- Treat broad destructive canvas edits as high-risk; confirm before mass deletion/rewrite.
References
- Condensed notes:
skills/figma-skill/references/figma-skill.md