run-figma-designs

Scaffold and launch a local Vite server for Figma Make exports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/adamway/thoughts-cli --skill run-figma-designs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-figma-designs
Source: https://github.com/adamway/thoughts-cli/tree/main/.claude/skills/run-figma-designs
Command: npx skills add https://github.com/adamway/thoughts-cli --skill run-figma-designs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react, react-dom, vite, tailwindcss, @vitejs/plugin-react, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to quickly visualize Figma Make exported prototypes directly in a browser, eliminating manual scaffolding steps.

Core Features & Use Cases

  • Automatic scaffolding: Adds missing configuration files such as index.html, main.tsx, and necessary scripts for Figma exports.
  • Dependency installation: Installs required dependencies like React, React DOM, TailwindCSS, and Vite based on project requirements.
  • Development server startup: Launches a background Vite dev server and provides the accessible URL for immediate preview.
  • Use Case: A designer exports a Figma prototype, and the developer scaffolds and views it in the browser with a single command, streamlining review and testing.

Quick Start

Execute the skill targeting your Figma export folder to scaffold and run the prototype in a local dev server.

Frequently Asked Questions about run-figma-designs

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

FAQPage Schema
How do I preview a Figma export as a React app in the browser?

To preview a Figma export as a React app, this Skill automatically scaffolds the necessary Vite configuration files, installs dependencies like React and TailwindCSS, and launches a local dev server for immediate browser visualization.

Do I need to manually configure Vite and TailwindCSS for a Figma export prototype?

No, manual configuration is unnecessary because the Skill automatically generates missing files like index.html and main.tsx, and installs required dependencies including Vite, React, and TailwindCSS to scaffold the prototype environment.

What's the best way to set up a local dev server for Figma Make exports?

The best way to set up a local dev server for Figma Make exports is using this automated scaffolding Skill, which configures the Vite environment and provides an accessible URL to immediately test your UI prototype in the browser.

Can I run a Figma prototype locally without manual React scaffolding?

Yes, you can run a Figma prototype locally without manual React scaffolding by executing this Skill on your export folder, which automates the setup of Vite, TailwindCSS, and required scripts to launch the app instantly.

What dependencies are required to visualize Figma exports in a Vite environment?

Visualizing Figma exports in a Vite environment requires React, React DOM, TailwindCSS, and the Vite plugin for React, all of which are automatically installed by the Skill during the scaffolding process.

Does this Skill handle both package installation and dev server startup for Figma prototypes?

Yes, this Skill handles both package installation and dev server startup by automatically installing React and TailwindCSS dependencies, launching a background Vite dev server, and providing the accessible URL for immediate prototype testing.