tanstack-cli

Scaffold TanStack Start projects with selected integrations via CLI.

3|Updated May 11, 2026
One-click install
npx skills add https://github.com/JeromyJSmith/lattice-platform --skill tanstack-cli-jeromyjsmith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tanstack-cli
Source: https://github.com/JeromyJSmith/lattice-platform/tree/main/.agents/skills/skills/tanstack-cli
Command: npx skills add https://github.com/JeromyJSmith/lattice-platform --skill tanstack-cli-jeromyjsmith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TanStack CLI eliminates the friction of starting new TanStack Start projects from scratch by providing an interactive, integration-rich scaffolding workflow that stays consistent across teams.

Core Features & Use Cases

  • Fast, Guided Project Scaffolding: Create new TanStack Start applications with 30+ integrations via the create command, including authentication, databases/ORMs, deployment, and developer tooling.
  • Reproducible Setup with Integrations: Use the --integrations flag to standardize project composition for repeatable environments, including CI/docs workflows.
  • AI Agent Support via MCP Server: Run the included MCP server (mcp) so AI assistants can search documentation, discover integrations, and guide scaffolding and deployment.

Quick Start

Generate a new TanStack Start project with the integrations you want by running: npx @tanstack/cli create my-app --integrations tanstack-query,clerk,drizzle.

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 TanStack Start project with specific integrations?

Scaffold a TanStack Start project by running `npx @tanstack/cli create my-app --integrations tanstack-query,clerk,drizzle` to deterministically apply authentication, database, and tooling combinations for reproducible environments.

Can AI agents assist with TanStack Start project setup?

AI agents can assist with TanStack Start project setup by running the included MCP server, which exposes scaffolding capabilities and documentation discovery so AI assistants can guide integration selection and deployment.

What is the best way to standardize TanStack app templates across a team?

The best way to standardize TanStack app templates is using the `@tanstack/cli` `--integrations` flag, which ensures reproducible setup by selecting identical authentication, database, deployment, and CI/docs workflows across all team projects.

How many integrations are available when creating a new TanStack Start application?

Over 30 integrations are available when creating a new TanStack Start application, covering authentication, databases/ORMs, deployment targets, and developer tooling to eliminate manual configuration friction.

Does TanStack CLI scaffolding require manual authentication and database configuration?

TanStack CLI scaffolding does not require manual authentication and database configuration, as it applies your selected integrations like Clerk and Drizzle automatically during the interactive project creation workflow.