scaffold-web

Generate an AdonisJS and TanStack Start monorepo scaffold with Turborepo.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/TekLabsVN/claude-skills --skill scaffold-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-web
Source: https://github.com/TekLabsVN/claude-skills/tree/main/scaffold-web
Command: npx skills add https://github.com/TekLabsVN/claude-skills --skill scaffold-web

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Bootstraps a production-ready monorepo setup that combines an AdonisJS API scaffold with a TanStack Start frontend, enabling teams to start new full-stack projects quickly and consistently.

Core Features & Use Cases

  • Backend scaffold: AdonisJS v7 API monorepo with dual-auth setup, TypeScript, and Tuyau integration for a typed client.
  • Frontend scaffold: TanStack Start SSR frontend wired to the backend via Tuyau, with Tailwind v4 and optional shadcn UI.
  • Monorepo wiring: Turborepo pipeline, workspace configuration, and cross-package type sharing for end-to-end type safety.
  • Use Case: Kick off a new full-stack project and reuse the scaffolding pattern for consistent project structure across teams.

Quick Start

Run the scaffold tool to generate a production-ready AdonisJS + TanStack monorepo skeleton for your project.

Frequently Asked Questions about scaffold-web

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

FAQPage Schema
How do I scaffold a full-stack AdonisJS and TanStack Start monorepo?

TanStack Start frontend is wired to the AdonisJS backend via Tuyau, a typed client bridge that ensures end-to-end type safety across your full-stack monorepo setup.

Can I use Turborepo and Tuyau for type-safe API integration in an AdonisJS monorepo?

Yes, the scaffold includes optional Tailwind v4 and shadcn UI configurations, allowing you to quickly add pre-styled, reusable components to your TanStack Start frontend.

What is the best way to set up a type-safe full-stack project with TanStack Start and AdonisJS v7?

The scaffold sets up an AdonisJS v7 API with a dual-auth setup, TypeScript, and Tuyau integration, providing a robust backend foundation for your full-stack application.

Does the AdonisJS and TanStack monorepo scaffold include UI and authentication setup?

The scaffold uses Turborepo to manage workspace configuration and pipeline workflows, ensuring scalable development and streamlined build processes across your monorepo packages.