ck:tanstack

Scaffold TanStack Start projects with forms and AI streaming.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/mafvietnam/mafapp --skill ck-tanstack-mafvietnam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:tanstack
Source: https://github.com/mafvietnam/mafapp/tree/main/.claude/skills/tanstack
Command: npx skills add https://github.com/mafvietnam/mafapp --skill ck-tanstack-mafvietnam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

TanStack projects often require stitching together Start for scaffolding, Form for type-safe forms, and AI features. This skill provides a cohesive pattern and quick-start guidance to bootstrap TanStack-based full-stack React apps, enabling fast routing, server functions, form validation, and AI chat features.

Core Features & Use Cases

  • Full-stack scaffolding with TanStack Start (routing, server functions)
  • Type-safe forms with TanStack Form (validation adapters)
  • AI chat/streaming with TanStack AI (client/server integration)
  • Reference guides and docs for deeper learning

Quick Start

Create a TanStack project with Start and run the development server to begin building.

Frequently Asked Questions about ck:tanstack

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 server functions?

Scaffold a full-stack TanStack Start project by creating a new application and running the development server. This process enables file-based routing and server functions to build React applications quickly.

How do I manage type-safe form validation in a React app using TanStack Form?

Manage type-safe form validation in React using TanStack Form by applying validation adapters. This ensures type safety and handles form state management correctly within your application.

Can I build real-time AI chat streaming endpoints with TanStack AI?

Yes, you can build real-time AI chat features with TanStack AI by setting up server routes and client integration. This enables AI streaming directly within your React application endpoints.

What is the best way to combine TanStack Start, Form, and AI in one React app?

The best way to combine these tools is using a cohesive pattern to bootstrap a TanStack-based full-stack React app. This integrates routing, type-safe forms, and AI chat features seamlessly.

Does TanStack Start support file-based routing for full-stack React applications?

Yes, TanStack Start supports file-based routing for full-stack React applications. It provides the scaffolding needed to structure pages and manage server functions effectively.

Why do I need a unified pattern for TanStack Start, Form, and AI integration?

You need a unified pattern because TanStack projects require stitching together Start, Form, and AI manually. A cohesive pattern accelerates development by providing quick-start guidance for full-stack apps.