Marketplace

nuxt-data

Nuxt 4 data management: composables, data fetching with useFetch/useAsyncData,and state management with useState and Pinia.Use when: creating custom composables, fetching data with useFetch or useAsyncData,managing global state with useState, integrating Pinia, debugging reactive data issues,or implementing SSR-safe state patterns.Keywords: useFetch, useAsyncData, $fetch, useState, composables, Pinia,data fetching, state management, reactive, shallow reactivity, reactive keys,transform, pending, error, refresh, dedupe, caching

$ Installieren

git clone https://github.com/secondsky/claude-skills /tmp/claude-skills && cp -r /tmp/claude-skills/plugins/nuxt-v4/skills/nuxt-data ~/.claude/skills/claude-skills

// tip: Run this command in your terminal to install the skill