What problem does it solve?
Translating Figma designs into functional React code is a manual, time-consuming process prone to errors. This skill automates the generation of a full React page from Figma's 'Inspect' panel details, bridging the gap between design and development.
Core Features & Use Cases
- Automated Page Generation: Scaffolds a complete React page directory and populates its
.tsx and .module.css files directly from pasted Figma 'Inspect' details.
- CSS & JSX Translation: Translates Figma CSS properties into a
.module.css file and creates the corresponding JSX structure, ensuring design fidelity.
- Integrated Scaffolding: Leverages the
react-page-scaffolder skill to create the initial page structure, then intelligently fills it with Figma-derived code.
- Use Case: When a new page design is finalized in Figma, use this skill to rapidly generate the initial React code, significantly accelerating frontend development and reducing manual translation errors.
Quick Start
Create a new React page named 'UserProfile' from the Figma 'Inspect' details I will provide.