This one automates the Figma to code workflow by treating design files as the single source of truth. Instead of manually translating designs into components, it connects directly to Figma via API and generates production-ready code from your design files. The approach is opinionated: designers own Figma, developers build from it, and the translation layer should be automatic. Useful if your team is tired of the back-and-forth between design handoff and implementation, or if you're rebuilding the same components because designs changed. It's part of daffy0208's ai-dev-standards collection, which has 28 GitHub stars. The setup requires a Figma access token to get started.
npx skills add https://github.com/daffy0208/ai-dev-standards --skill figma-developer