mimikyu
01Command Claude Code
A command that turns a Figma design—a visual interface mock-up—into a standalone React and Tailwind CSS web project. It reads the design, downloads its images, and builds the result at a chosen output path.
Command Claude Code
A command that turns a Figma design—a visual interface mock-up—into a standalone React and Tailwind CSS web project. It reads the design, downloads its images, and builds the result at a chosen output path.
Instructions file
Repository instructions for Mimikyu, a tool that recreates Figma designs as React interfaces and checks screenshots for pixel-level differences.
Skill Claude CodeCodex
Figma → code → measured verification loop (Mimikyu / 따라큐). Turns a Figma design into web code and keeps looping until the rendered result actually matches the design, measured — not judged by eye. Pull Figma data once into figma-data.json (the machine-readable source of truth), generate code, run the app, capture a…