ck:tanstack

Build full-stack applications with TanStack Start, Form, and AI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/weihung0831/claudekit --skill ck-tanstack-weihung0831
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:tanstack
Source: https://github.com/weihung0831/claudekit/tree/main/.opencode/skills/tanstack
Command: npx skills add https://github.com/weihung0831/claudekit --skill ck-tanstack-weihung0831

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the development of modern full-stack applications using the TanStack ecosystem, streamlining the creation of user interfaces, form management, and AI-powered features.

Core Features & Use Cases

  • Full-Stack Development: Build applications with TanStack Start, featuring file-based routing, server functions, and type-safe data fetching.
  • Form Management: Implement robust and type-safe forms with TanStack Form, including validation and submission handling.
  • AI Integration: Easily add AI chat and streaming capabilities using TanStack AI with various providers.
  • Use Case: Develop a new web application using TanStack Start, create a complex user registration form with TanStack Form and Zod validation, and integrate a real-time AI chatbot using TanStack AI.

Quick Start

Use the ck:tanstack skill to build a new project with TanStack Start.

Frequently Asked Questions about ck:tanstack

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

FAQPage Schema
How do I build a full-stack React application using TanStack Start?

TanStack Start enables full-stack React development by leveraging file-based routing, server functions, and type-safe data fetching to build complete web applications with seamless client-side hooks.

How do I manage type-safe form validation with TanStack Form and Zod?

TanStack Form manages type-safe validation by integrating with Zod to handle form submissions and enforce validation rules, ensuring robust and type-safe form management in React applications.

How do I integrate AI chat and streaming capabilities into a React app?

TanStack AI integrates AI chat and streaming capabilities into React applications by connecting with various AI providers to stream real-time chatbot responses directly to the client.

Can I use TanStack for full-stack development, forms, and AI together?

TanStack supports full-stack development, type-safe form management, and AI chat features together, allowing you to build a single application combining server functions, validation, and real-time AI.

What is the best way to structure a full-stack project with TanStack Start?

The best way to structure a full-stack project with TanStack Start is using file-based routing to organize pages and server functions, ensuring type-safe data fetching across the application.

Do I need server functions to handle AI chat streaming in TanStack?

Server functions in TanStack Start can be used alongside client-side hooks to securely connect with AI providers, handling data fetching and streaming responses for AI chat features.