codegen-react

Scaffold Vite + React projects and run a hot-reloading development server.

186|10|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/initializ/forge --skill codegen-react
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codegen-react
Source: https://github.com/initializ/forge/tree/main/forge-skills/local/embedded/codegen-react
Command: npx skills add https://github.com/initializ/forge --skill codegen-react

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, npx, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and iteration of Vite + React applications, removing the boilerplate and setup time so you can focus on building features.

Core Features & Use Cases

  • Project Scaffolding: Generates a complete Vite + React project structure with a Forge-themed dark UI.
  • Iterative Development: Allows reading, writing, and updating project files, with automatic hot-reloading via the Vite dev server.
  • Use Case: Quickly start a new frontend project, make initial UI adjustments, and then hand off the codebase for further development.

Quick Start

Use the codegen-react skill to scaffold a new Vite + React project named 'my-cool-app' in the '/tmp' directory.

Frequently Asked Questions about codegen-react

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

FAQPage Schema
How do I scaffold a Vite + React project quickly?

To scaffold a Vite + React project quickly, use this tool to generate a complete project structure with a Forge-themed dark UI. This removes manual boilerplate setup so you can focus on building features.

What do I need installed to generate a React app with Vite?

You need Node.js, npm, and jq installed to generate a React app with Vite. These dependencies are required for executing the scaffolding scripts and managing project dependencies.

Can I update project files and see hot-reloading during React UI development?

Yes, you can read, write, and update project files with automatic hot-reloading via the Vite dev server. This supports iterative React UI development by instantly reflecting changes without manual refresh.

What is the best way to automate React project initialization and remove boilerplate?

The best way to automate React project initialization is using a scaffolding Skill that generates a Vite + React structure instantly. This removes boilerplate setup time and provides a complete starting codebase for further development.

Does the generated Vite + React project include a pre-built UI?

Yes, the generated Vite + React project includes a Forge-themed dark UI. This pre-built interface allows you to make initial UI adjustments immediately after project initialization.