react-vite

Orchestrate React and Vite app development with subagent delegation and OpenAPI codegen.

18|4|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/DevHive1/DevHive-Cli --skill react-vite-devhive1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-vite
Source: https://github.com/DevHive1/DevHive-Cli/tree/main/skills/react-vite
Command: npx skills add https://github.com/DevHive1/DevHive-Cli --skill react-vite-devhive1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the development of React and Vite web applications within a monorepo, ensuring architectural consistency and rapid frontend-backend integration.

Core Features & Use Cases

  • Subagent Delegation: Automatically orchestrates design subagents to build frontend interfaces while the parent agent handles backend logic.
  • Contract-First Development: Enforces OpenAPI-driven workflows to ensure type-safe API integration and rapid codegen.
  • Use Case: Quickly scaffold a full-stack dashboard by defining an OpenAPI spec, generating API hooks, and delegating the UI implementation to a design subagent while simultaneously building the database schema.

Quick Start

Use the react-vite skill to initialize a new web application project and delegate the frontend design to the design subagent.

Frequently Asked Questions about react-vite

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

FAQPage Schema
How do I build a React and Vite web application in a monorepo?

You can build a React and Vite web application in a monorepo by orchestrating development tasks through design subagents. This approach manages backend API integration and frontend UI generation while strictly adhering to pnpm-workspace conventions.

How does OpenAPI codegen work for frontend backend integration?

OpenAPI codegen enforces contract-first development by automatically synchronizing API clients. It ensures type-safe API integration by generating necessary hooks and clients from your defined OpenAPI specifications.

Can I use design subagents to generate UI components while building database schemas?

Yes, you can delegate frontend UI implementation to design subagents. This allows the parent agent to simultaneously handle backend logic and define database schemas for full-stack application scaffolding.

What is the best way to scaffold a full-stack dashboard with React and Vite?

The best way to scaffold a full-stack dashboard is by defining an OpenAPI spec, generating API hooks, and delegating UI implementation to subagents. This ensures architectural consistency and rapid frontend integration.

Do I need pnpm-workspace conventions to manage React and Vite monorepo workflows?

Yes, strict adherence to pnpm-workspace conventions is required. These conventions facilitate monorepo workflows, enabling automated API client synchronization and maintaining architectural consistency across packages.

Why use subagent delegation for frontend tasks in React and Vite apps?

Subagent delegation streamlines development by automatically orchestrating design subagents to build frontend interfaces. This allows the parent agent to focus on backend logic and database schema definition simultaneously.