Handles Nuxt 4's data fetching and state management patterns, covering useFetch, useAsyncData, useState, and Pinia integration. Useful when you're wiring up reactive API calls, building custom composables, or debugging why your data isn't refreshing when params change. The skill emphasizes the shallow reactivity default in v4, which trips people up if they try to mutate data directly instead of calling refresh. Good coverage of SSR-safe patterns and the useState versus ref distinction, which is critical for shared state. If you're building auth flows, pagination, or anything with global state in Nuxt 4, this covers the essential patterns without the framework docs verbosity.
npx skills add https://github.com/secondsky/claude-skills --skill nuxt-data