tanstack-cli

Scaffold TanStack Start projects with configurable integrations and custom templates.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/TaherMustansir1929/zainy-water-v3 --skill tanstack-cli-tahermustansir1929
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tanstack-cli
Source: https://github.com/TaherMustansir1929/zainy-water-v3/tree/main/.agents/skills/tanstack-cli
Command: npx skills add https://github.com/TaherMustansir1929/zainy-water-v3 --skill tanstack-cli-tahermustansir1929

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TanStack CLI removes the repetitive and error-prone work of bootstrapping full-stack TanStack Start applications by providing guided scaffolding, pre-configured integrations, and AI-assisted project creation so teams can ship consistent starter projects quickly.

Core Features & Use Cases

  • Interactive Project Creation: Guided prompts to select project name, integrations, and configuration options for reproducible setups.
  • Rich Integrations: Pre-built integrations for authentication, databases, deployment platforms, developer tooling, and TanStack libraries to produce a working starter app.
  • Custom Templates & Team Standards: Create and reuse git- or local-based templates to enforce organizational defaults.
  • MCP Server & Web Builder: Provide an MCP endpoint for AI agents to search docs and assist scaffolding, plus a visual web builder for previewing and exporting projects.
  • Use Case: A team can generate a fullstack app with tanstack-query, clerk, and drizzle, include CI-ready flags, and export a template for new hires.

Quick Start

Run npx @tanstack/cli create my-app --integrations tanstack-query,clerk,drizzle to scaffold a starter TanStack project with query, auth, and ORM configured.

Frequently Asked Questions about tanstack-cli

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

FAQPage Schema
How do I scaffold a full-stack TanStack Start project with authentication and a database?

To scaffold a TanStack Start project, run the interactive CLI command and use the --integrations flag to pre-configure authentication, databases, and ORM tools. This generates a working full-stack React and TypeScript starter app with your selected integrations applied.

Can I create reusable TanStack project templates for my team?

Yes, you can create and reuse custom templates based on git repositories or local directories to enforce organizational defaults. This allows teams to standardize their full-stack React configurations and quickly onboard new hires with consistent starter projects.

Does the TanStack scaffolding CLI work with AI agents for project creation?

Yes, the scaffolding CLI provides an MCP server endpoint that AI agents can use to search documentation and assist with project creation. This allows AI-assisted development workflows to directly bootstrap and configure TanStack Start applications.

What's the best way to preview a TanStack Start configuration before exporting?

The best way to preview configurations is using the visual web builder, which allows you to interactively select integrations and project options. You can visually preview the setup and export the finalized project files ready for development.

How do I configure CI-ready flags when bootstrapping a TanStack app?

When bootstrapping a TanStack app, you can pass specific integration flags directly in the CLI command to generate deployment-ready configurations. This prepares your full-stack TypeScript application with the necessary CI workflows and developer tools included.