Tanstack Start Expert

Tanstack Start Expert from fusengine/agents.

by @fusengine 9 skills

Skills in this plugin

9
  1. Start Auth · fusengine bundle
    Use when adding auth to a TanStack Start app — route protection, server-function authorization, sessions, CSRF. Do NOT use for generic route guards.
    1 install
  2. Start Core · fusengine bundle
    Use when scaffolding a TanStack Start project, wiring the build tool, or debugging setup (blank page, hydration, no client JS).
    1 install
  3. Start Deployment · fusengine bundle
    Use when building or deploying a TanStack Start app — Cloudflare, Netlify, Vercel/Node/Bun, prerendering, or env vars. Do NOT use for app logic or generic Vite config.
    1 install
  4. Start Middleware · fusengine bundle
    Use when composing cross-cutting server logic in TanStack Start with createMiddleware — chaining, context, auth factories.
    1 install
  5. Start Routing Data · fusengine bundle
    Use when loading data in Start routes — isomorphic loaders, TanStack Query in a loader, mutations, or per-route SSR. Do NOT use for generic Router/Query API.
    1 install
  6. Start Server Routes · fusengine bundle
    Use when building raw HTTP endpoints in TanStack Start with the server property — handlers, params, middleware. Do NOT use for internal RPC (start-server-functions).
    1 install
  7. Solid Tanstack Start · fusengine bundle
    Use when organizing TanStack Start code, splitting oversized routes/server functions, or reviewing architecture. Do NOT use for setup or plain React SPA.
    1 install
  8. Start Execution Model · fusengine bundle
    Use when deciding where TanStack Start code runs, fixing secret leaks, DB-in-loader bugs, or hydration mismatches.
    1 install
  9. Start Server Functions · fusengine bundle
    Use when creating type-safe RPC server logic with createServerFn — validators, handlers, FormData, redirects. Do NOT use for raw HTTP endpoints or middleware chains.
    1 install