Claude Skill

TanStack/cli

Official TanStack CLI tool for TypeScript projects. Features project scaffolding, MCP server setup, and Claude Skill installation. Streamline your TanStack development workflow.

Overview

Stars1,278
Forks178
LanguageTypeScript
Last pushed2026-06-22
Last synced2026-07-03
View on GitHub

Repository

OwnerTanStack
Repositorycli
Full nameTanStack/cli
Repo ID932,949,058

Install this Skill

npx @tanstack/cli create my-app

Registry

Typemcp_server
Quality score80/100
Verificationreadme_parsed
Last verified2026-06-03
Platforms
MCP
Capabilities
pdfsearchterminal
Detected files
README.mddocsexamplespackage.json
Config keys
PACKAGE_JSON
Install methods
  • npx @tanstack/cli create my-app
  • npx @tanstack/cli create my-app --router-only
  • npx @tanstack/cli create my-app --add-ons clerk,drizzle,tanstack-query
  • npx @tanstack/cli add clerk drizzle
  • npx @tanstack/cli create --list-add-ons

Summary

The official TanStack CLI is a TypeScript-based command-line tool for TanStack projects, offering project scaffolding, MCP server setup, and Claude Skill installation capabilities.

Chinese description

官方TanStack CLI - 项目脚手架、MCP服务器、Claude Skill安装等功能

Key features

  • Project scaffolding for TanStack applications
  • MCP (Model Context Protocol) server setup
  • Claude Skill installation and management
  • TypeScript-based development tool
  • Official TanStack ecosystem integration

Use cases

  • Quickly bootstrap new TanStack projects
  • Set up MCP servers for AI integration
  • Install and manage Claude Skills
  • Standardize project structure across teams
  • Automate development workflow setup

README excerpt

<div align="center"> <h1>TanStack CLI</h1> </div> <div align="center"> <a href="https://www.npmjs.com/package/@tanstack/cli" target="_parent"> <img alt="" src="https://img.shields.io/npm/dm/@tanstack/cli.svg" /> </a> <a href="https://github.com/TanStack/cli/stargazers" target="_parent"> <img alt="" src="https://img.shields.io/github/stars/TanStack/cli.svg?style=social&label=Star" /> </a> <a href="https://twitter.com/tan_stack"><img src="https://img.shields.io/twitter/follow/tan_stack.svg?style=social" /></a> </div> <div align="center"> ### [Become a Sponsor!](https://github.com/sponsors/tannerlinsley/) </div> # TanStack CLI Create and manage TanStack Router and Start applications. ```bash npx @tanstack/cli create my-app ``` ## Features - **TanStack Start** - Full-stack SSR framework (default) - **TanStack Router** - Type-safe routing (`--router-only` for SPA) - **Add-ons** - Auth, database, deployment, monitoring, and more - **CLI Introspection** - Agent-friendly discovery via JSON CLI output ## Quick Start ```bash # Create TanStack Start app (recommended) npx @tanstack/cli create my-app # Create Router-only SPA (no SSR) npx @tanstack/cli create my-app --router-only # With add-ons npx @tanstack/cli create my-app --add-ons clerk,drizzle,tanstack-query # Add to existing project npx @tanstack/cli add clerk drizzle # List available add-ons npx @tanstack/cli create --list-add-ons # Agent-friendly introspection npx @tanstack/cli create --addon-details tanstack-query --json npx @tanstack/cli libraries --json npx @tanstack/cli search-docs "loaders" --library router --framework react --json ``` ## Documentation - [CLI Reference](https://tanstack.com/cli/latest/docs/cli-reference) - [TanStack Start](https://tanstack.com/start) - [TanStack Router](https://t

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-07-03