fullstack-feature-generator

Generate fullstack features with Prisma models and React frontend pages.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/web3br1/luminaristest --skill fullstack-feature-generator
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: fullstack-feature-generator
Source: https://github.com/web3br1/luminaristest/tree/main/.claude/skills/fullstack-feature-generator
Command: npx skills add https://github.com/web3br1/luminaristest --skill fullstack-feature-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires prisma, react, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of a fullstack feature from scratch, including Prisma models, DTOs, repositories, policies, services, controllers, routes, OpenAPI documentation, and frontend services and pages.

Core Features & Use Cases

  • Fullstack Feature Generation: Orchestrate the generation of all components of a new feature, from Prisma to frontend.
  • Use Case: When you need to create a new business domain from zero, or quickly prototype a feature, this skill streamlines the process.

Quick Start

Generate a fullstack feature for a new resource named 'appointments' with Prisma and without frontend: fullstack-feature-generator appointments --com-prisma --sem-frontend

Frequently Asked Questions about fullstack-feature-generator

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

FAQPage Schema
How do I generate a fullstack feature from scratch with Prisma and React?โ–ผ

Generating a fullstack feature from scratch automates creation of Prisma models, DTOs, repositories, policies, services, controllers, routes, OpenAPI documentation, and React frontend pages. This streamlines building new business domains from zero.

What is the best way to scaffold a new business domain using Prisma and React?โ–ผ

Scaffolding a new business domain is best handled by generating all fullstack components simultaneously. This creates Prisma models, backend logic, OpenAPI docs, and frontend pages, allowing you to quickly prototype features without manual boilerplate.

Do I need Prisma and React to generate fullstack components?โ–ผ

Yes, you need Prisma and React to execute fullstack feature generation. The skill requires these dependencies to orchestrate backend data modeling and frontend page creation across the entire generated feature stack.

Can I generate backend Prisma models without creating the React frontend?โ–ผ

Yes, you can generate backend Prisma models without the React frontend. By using specific flags like excluding the frontend, you can isolate component generation to only produce backend structures like DTOs, repositories, and controllers.

What fullstack layers are included when generating a feature with Prisma and React?โ–ผ

Generating a feature includes backend layers like Prisma models, DTOs, repositories, policies, services, controllers, routes, and OpenAPI documentation. It also generates frontend services and React pages to complete the fullstack architecture.

Does fullstack feature generation create OpenAPI documentation for new resources?โ–ผ

Yes, fullstack feature generation creates OpenAPI documentation for new resources. It automatically orchestrates API documentation alongside controllers, routes, and Prisma models when you scaffold a new business domain.