figma
Installation
SKILL.md
Figma Implementation Workflow
Implement UI components directly from Figma designs using the Figma MCP.
<required_reading> Load interface rules for UI implementation:
- ${CLAUDE_PLUGIN_ROOT}/rules/interface/design.md — Visual principles
- ${CLAUDE_PLUGIN_ROOT}/rules/interface/colors.md — Color methodology
- ${CLAUDE_PLUGIN_ROOT}/rules/interface/spacing.md — Spacing system
- ${CLAUDE_PLUGIN_ROOT}/rules/interface/typography.md — Typography rules
- ${CLAUDE_PLUGIN_ROOT}/rules/interface/layout.md — Layout patterns
- ${CLAUDE_PLUGIN_ROOT}/rules/interface/animation.md — If implementing motion
- ${CLAUDE_PLUGIN_ROOT}/rules/interface/forms.md — If implementing forms
- ${CLAUDE_PLUGIN_ROOT}/rules/interface/interactions.md — Touch, keyboard, hover
- ${CLAUDE_PLUGIN_ROOT}/references/frontend-design.md — Fonts and anti-patterns
- ${CLAUDE_PLUGIN_ROOT}/references/component-design.md — React component patterns </required_reading>