diff --git a/.agents/skills/tanstack-fullstack-pattern/SKILL.md b/.agents/skills/tanstack-fullstack-pattern/SKILL.md index 1bfcd82..ed7c984 100644 --- a/.agents/skills/tanstack-fullstack-pattern/SKILL.md +++ b/.agents/skills/tanstack-fullstack-pattern/SKILL.md @@ -2,9 +2,13 @@ name: tanstack-fullstack-pattern description: 'Use when scaffolding a new TanStack Start project, adding domain entities to the fullstack template, or implementing the interface-first - repository pattern with AI-promptable tools. Project: TanStack AI-Promptable - Full-Stack Template. Triggers on "fullstack template", "TanStack Start - project", "repository pattern", "interface-first", "new app scaffold".' + repository pattern with AI-promptable tools, or nested layout routes duplicate + beforeLoad checks or loaders that should live on a parent route, or TanStack + Router, Start, or AI behavior must be verified against current documentation + instead of training data. Project: TanStack AI-Promptable Full-Stack Template. + Triggers on "fullstack template", "TanStack Start project", "repository + pattern", "interface-first", "new app scaffold", "nested routes", "layout + route", "beforeLoad", "tanstack cli".' --- > This file is generated from `skills/src/*.skill.yaml`. Do not edit manually. @@ -53,6 +57,7 @@ An interface-first fullstack architecture built on TanStack Start. The pattern d 30. Public runtime config bridge: expose non-secret runtime config (Sentry DSN, environment name, feature flags) via a GET server function `getPublicEnv()` and inline the result as `window.__ENV__` in the root `RootDocument` using a small `