You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses TanStack Intent. Run npx @tanstack/intent install to set up skill-to-task mappings for your coding agent. Before working on a task, read the relevant SKILL.md file in packages/cli/skills/.
Skill mappings — when working in these areas, load the linked skill file into context.
skills:
task: "scaffold a new TanStack app with create command, framework, template, toolchain, deployment, or add-on flags"
load: "packages/cli/skills/create-app-scaffold/SKILL.md"
task: "add add-ons to an existing project using tanstack add"
load: "packages/cli/skills/add-addons-existing-app/SKILL.md"
task: "query docs, list add-ons, inspect add-on details, or fetch library metadata for agent context"
load: "packages/cli/skills/query-docs-library-metadata/SKILL.md"
task: "choose ecosystem integrations like auth providers, ORMs, or deployment targets"
load: "packages/cli/skills/choose-ecosystem-integrations/SKILL.md"
task: "author, compile, or dev-watch custom add-ons or templates"
load: "packages/cli/skills/maintain-custom-addons-dev-watch/SKILL.md"