agentsclimarketplace

Tanstack start deployment

Skill MakFly/superpowers-tanstack-start/skills/tanstack-start-deployment

Prepare, review, or debug TanStack Start production builds and deployments. Use for Vite or Rsbuild output, Cloudflare Workers, Netlify, Railway, Nitro, Node, Docker, Bun, Vercel, Appwrite, environment wiring, assets, CDN caching, early hints, observability, health checks, or production-only failures.From its SKILL.md

Install
npx -y skills add MakFly/superpowers-tanstack-start --skill tanstack-start-deployment

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 219 tokens by cl100k_base, as published. Nobody here has run it

TanStack Start Deployment

Identify the runtime

Read ../../docs/deployment-and-observability.md and inspect the installed adapter, build tool, package scripts, runtime configuration, and hosting files. Follow current provider documentation for that exact combination.

Prepare safely

  1. Validate required environment-variable names and non-empty presence without printing secrets.
  2. Build production output.
  3. Run the produced server artifact locally when supported.
  4. Verify assets, direct routes, server functions, server routes, redirects, streaming, and cache headers.
  5. Confirm health and observability behavior.

Do not deploy, create remote resources, modify secrets, or install an adapter without explicit approval.

Review cache and logs

Prevent public caching of personalized responses. Set Vary and validation headers intentionally. Ensure logs contain request outcomes and trace IDs without credentials, tokens, cookies, secrets, or sensitive bodies.

Report readiness

Separate local build success from deployment readiness. List the runtime path verified, required external configuration, exact commands run, and any provider behavior that remains untested.

What ships with it: 1 file

223 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.