figma-workflow
Installation
SKILL.md
Figma Workflow
Auto-Layout Mastery
- Use auto-layout on everything (not just buttons)
- Nest auto-layouts for complex components
- Absolute position for overlapping elements within auto-layout
- Hug contents vs fill container: understand the difference
Component Architecture
- Atoms: Smallest elements (icon, text, badge)
- Molecules: Combined atoms (input field = label + input + helper text)
- Organisms: Combined molecules (form = multiple input fields + button)
- Templates: Page layouts using organisms
Naming Convention
- Component: Category / Name / Variant
- Example: Button / Primary / Default, Button / Primary / Hover
- Layers: Descriptive names, never 'Frame 234'