From 9f44592e34a47ec6961ce3f6a20018b1859827ec Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 23 Apr 2026 09:57:55 +0200 Subject: [PATCH] docs: bump tanstack-fullstack-pattern to v1.10.0 with expanded capabilities and triggers - Updates the skill summary to include new considerations for nested layout routes and verification against current documentation. - Adds new triggers related to nested routes, layout routes, beforeLoad, and the TanStack CLI. - Introduces a new capability for parent layout routes that centralize beforeLoad guards and shared loader data for nested child routes. - Ensures consistency across SKILL.md, registry.json, and YAML files to reflect the latest architectural patterns and operational details. This version enhances the skill's documentation to better guide users in implementing the TanStack Fullstack Pattern. --- .../tanstack-fullstack-pattern/SKILL.md | 32 ++++++++++---- skills/dist/tanstack-fullstack-pattern.md | 32 ++++++++++---- skills/registry.json | 18 +++++--- .../src/tanstack-fullstack-pattern.skill.yaml | 42 +++++++++++++++---- 4 files changed, 93 insertions(+), 31 deletions(-) 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 `