This one's essential if you're using TanStack Query (formerly React Query) in Vue apps. It covers the composables for async data fetching, caching, and sync across components. The API changes section is thorough, including the breaking change where useQueries now returns a Ref instead of Reactive, plus newer features like reactive getter functions and injection context support. Best practices are solid: use queryOptions for type safety, pass reactive values directly into queryKey arrays, and treat query keys like dependency arrays. The ESLint guidance alone will save you from common pitfalls like recreating QueryClient instances in components or over-subscribing with rest destructuring.
npx -y skills add harlan-zw/vue-ecosystem-skills --skill tanstack-vue-query-skilld --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar