figma-illustration-import
Installation
SKILL.md
Figma Illustration Import
Import multi-layer vector illustrations from Figma into reusable React atom components with local SVG/PNG assets, Storybook stories, and light/dark theme support.
Pre-Flight: Check Existing Illustrations
Before creating any illustration, check if it already exists:
# List all existing illustration components
find apps/web-app/src/components/atoms -name "Illustration*" -type f | sort
# List all existing illustration asset folders
ls apps/web-app/public/assets/illustrations/
If the illustration already exists, import and use it directly: