Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 2.51 KB

File metadata and controls

30 lines (30 loc) · 2.51 KB

Skill mappings - when working in these areas, load the linked skill file into context.

skills:

  • task: "working on TanStack Devtools Vite plugin setup, inspect hotkeys, logging, or editor integration in vite.config.ts" load: "node_modules/@tanstack/devtools-vite/skills/devtools-vite-plugin/SKILL.md"
  • task: "working on TanStack React DB hooks, live queries, suspense queries, infinite queries, or paced mutations in React components" load: "node_modules/@tanstack/react-db/skills/react-db/SKILL.md"
  • task: "working on TanStack Start React app setup, StartClient, StartServer, or useServerFn integration" load: "node_modules/@tanstack/react-start/skills/react-start/SKILL.md"
  • task: "working on TanStack Router bundler plugin setup, route generation, routesDirectory, or automatic code splitting" load: "node_modules/@tanstack/router-plugin/skills/router-plugin/SKILL.md"
  • task: "working on Nitro server build and deployment" load: "node_modules/nitro/skills/nitro/SKILL.md"
  • task: "working on TanStack DB core collections, queries, optimistic updates, transactions, or adapters"

    To load this skill, run: npx @tanstack/intent@latest list | grep db-core

  • task: "working on TanStack DB collection setup, schema validation, adapter selection, or sync configuration"

    To load this skill, run: npx @tanstack/intent@latest list | grep collection-setup

  • task: "working on a custom TanStack DB adapter or sync backend integration"

    To load this skill, run: npx @tanstack/intent@latest list | grep custom-adapter

  • task: "working on TanStack DB live queries, joins, filters, aggregates, or reactive effects"

    To load this skill, run: npx @tanstack/intent@latest list | grep live-queries

  • task: "working on TanStack DB optimistic mutations, transactions, or paced mutation strategies"

    To load this skill, run: npx @tanstack/intent@latest list | grep mutations-optimistic

  • task: "working on TanStack DB persistence, offline storage, SQLite adapters, or multi-tab coordination"

    To load this skill, run: npx @tanstack/intent@latest list | grep persistence

  • task: "working on TanStack DB integration inside a meta-framework like TanStack Start with client-only collection preloading"

    To load this skill, run: npx @tanstack/intent@latest list | grep meta-framework

  • task: "submitting feedback on TanStack skill usage to help maintainers improve the skills" load: "node_modules/@tanstack/intent/meta/feedback-collection/SKILL.md"