atomic-design

Extract Figma design tokens and scaffold atomic UI components.

9|2|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/ilandahan/AID --skill atomic-design-ilandahan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atomic-design
Source: https://github.com/ilandahan/AID/tree/main/.claude/skills/atomic-design
Command: npx skills add https://github.com/ilandahan/AID --skill atomic-design-ilandahan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill translates Figma-driven design into production-ready UI components by applying atomic design principles and a strict token-based workflow, helping teams eliminate design-to-code drift.

Core Features & Use Cases

  • Figma-first extraction: pull exact typography, colors, spacing, and tokens via Figma MCP and apply them to code.

  • Atomic design bridge: assemble Atoms, Molecules, Organisms, Templates, and Pages from Figma-driven specs.

  • Zero-deviation policy: enforce 1:1 fidelity to Figma values to maintain a cohesive design system.

  • Use Case: Create a new Button atom by extracting from Figma, generate the atom skeleton, update tokens, and ensure pixel-perfect styling across components.

Quick Start

Use the atomic-design skill to extract tokens and scaffold a Button atom from your Figma design.

Frequently Asked Questions about atomic-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract design tokens from Figma to build a component library?

Extract design tokens from Figma by using Figma MCP to pull exact typography, colors, and spacing values, then apply them directly to code to build a consistent component library with zero deviation from the original design.

What is the best way to scaffold UI components using atomic design principles?

Scaffold UI components by assembling Atoms, Molecules, Organisms, Templates, and Pages from Figma-driven specs, ensuring each layer strictly adheres to extracted design tokens for pixel-perfect styling and cross-team consistency.

How does a token-driven workflow prevent design-to-code drift?

A token-driven workflow prevents design-to-code drift by enforcing a zero-deviation policy that maintains 1:1 fidelity to Figma values, translating exact design tokens into production-ready UI components without manual styling overrides.

Do I need Figma MCP to scaffold atoms from a Figma design?

Yes, you need Figma MCP for exact token extraction, as it pulls precise typography, colors, spacing, and design tokens from Figma to generate atom skeletons and ensure pixel-perfect styling across your UI components.

Can I use this atomic design approach for an existing design system?

Yes, apply this atomic design approach to existing design systems by extracting current Figma tokens and scaffolding missing atoms, molecules, or organisms while enforcing strict adherence to your established Figma values.

Why do my generated UI components deviate from the original Figma design?

UI components deviate from Figma designs when strict token-based workflows are not enforced, but applying a zero-deviation policy with exact Figma MCP extraction ensures 1:1 fidelity and pixel-perfect styling across all components.