create-app

Scaffold T3 stack apps with Next.js, tRPC, Drizzle ORM, and shadcn/ui.

14|2|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/akulkarni/0perator --skill create-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-app
Source: https://github.com/akulkarni/0perator/tree/main/skills/create-app
Command: npx skills add https://github.com/akulkarni/0perator --skill create-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of production-ready full-stack web applications, handling everything from database setup to frontend component integration, allowing users to focus on product functionality.

Core Features & Use Cases

  • Scaffolds T3 Stack Apps: Generates applications using Next.js, tRPC, Drizzle ORM, and shadcn/ui.
  • Database Provisioning: Integrates with Timescale Cloud for managed PostgreSQL databases.
  • Auth Configuration: Supports email, GitHub, and Google OAuth for multi-user applications.
  • Iterative Development: Guides users through phases for understanding the product, setting up the project, designing the schema, building backend and frontend, and finally verifying and committing.
  • Optional Hardening: Includes steps for adding backend testing and stricter TypeScript checks.

Quick Start

Use the create-app skill to start building your new application.

Frequently Asked Questions about create-app

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

FAQPage Schema
How do I scaffold a full-stack web app using the T3 stack?

To scaffold a full-stack web app using the T3 stack, this Skill automates project setup by generating a Next.js, tRPC, Drizzle ORM, and shadcn/ui codebase, guiding you iteratively from product understanding to frontend implementation and database provisioning.

Can I provision a PostgreSQL database when building a Next.js application?

Yes, you can provision a PostgreSQL database when building your Next.js application because the Skill directly integrates with Timescale Cloud to automate managed PostgreSQL database setup during the scaffolding process.

Does the T3 stack setup support GitHub and Google OAuth for authentication?

The T3 stack setup supports GitHub and Google OAuth for authentication, providing optional multi-user email, GitHub, or Google OAuth configuration during your full-stack web application generation.

What is the best way to add backend testing and stricter TypeScript checks to a T3 stack app?

The best way to add backend testing and stricter TypeScript checks to a T3 stack app is through the optional hardening phase, which verifies and commits your code with stricter TypeScript checks after frontend implementation.

Do I need Drizzle ORM and shadcn/ui to build full-stack apps with AI?

You do not need to manually configure Drizzle ORM and shadcn/ui to build full-stack apps with AI; the Skill automatically configures and integrates these specific components into your Next.js and tRPC project structure.