Skip to main content
Back to registry

tanstack-start-best-practices

deckardger/tanstack-agent-skills

Comprehensive guidelines for implementing TanStack Start patterns in full-stack React applications. These rules cover server functions, middleware, SSR, authentication, and deployment.

Installs2
Install command
npx skills add https://github.com/deckardger/tanstack-agent-skills --skill tanstack-start-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive guidelines for implementing TanStack Start patterns in full-stack React applications. These rules cover server functions, middleware, SSR, authentication, and deployment. Each rule file in the rules/ directory contains: See individual rule files in rules/ directory for detailed guidance and code examples. - Creating server functions for data mutations - Setting up middleware for auth/logging - Configuring SSR and hydration - Implementing authentication flows - Handling errors across client/server boundary - Organizing full-stack code - Deploying to various platforms - sf-create-server-fn — Use createServerFn for server-side logic - sf-input-validation — Always validate server function inputs - sf-method-selection — Choose appropriate HTTP method - sf-error-handling — Handle errors in server functions - sf-response-headers — Customize response headers when needed - sec-validate-inputs — Validate all user inputs with schemas - sec-auth-middleware — Protect routes with auth middleware - sec-sensitive-data — Keep secrets server-side only - sec-csrf-protection — Implement CSRF protection for mutations - mw-request-middleware — Use request middleware for cross-cutting concerns - mw-function-middleware — Use function middleware for server functions - mw-context-flow — Properly pass context through middleware - mw-composability — Compose middleware effectively -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tanstack-start-best-practices do?

Comprehensive guidelines for implementing TanStack Start patterns in full-stack React applications. These rules cover server functions, middleware, SSR, authentication, and deployment.

Is tanstack-start-best-practices good?

tanstack-start-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does tanstack-start-best-practices work with?

tanstack-start-best-practices currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to tanstack-start-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tanstack-start-best-practices?

npx skills add https://github.com/deckardger/tanstack-agent-skills --skill tanstack-start-best-practices

Related skills

More from deckardger/tanstack-agent-skills

Related skills

Alternatives in Software Engineering