git log --oneline --stat
HEAD
- Stars
- 1.7k
- Forks
- 70
- Updated
- May 23, 2026
repo --stat
stars
1.7k
forks
70
last update
May 23, 2026
license
MITv1.6.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add nuxt-3-composables - Invoke
// Run from any project directory
$ claude --skill nuxt-3-composables "give my landing page a hero treatment" - Or copy this from the README
// extracted bash block
$ claude skills add nuxt-3-composables
nuxt-3-composables/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Nuxt 3 Composables Pro
- slug:
- nuxt-3-composables
- version:
- v1.6.0
- license:
- MIT
- author:
- @nuxt-craft
- categories:
- tags:
- #nuxt#vue#composables#nitro#ssr
- description:
Nuxt 3 modules, composables, server routes, Nitro deploys — the Vue full-stack workflow.
features.md
4 capabilities
// What you can do with it
- Data fetching: useFetch, useAsyncData, and useLazyFetch, picking the right one based on whether you need blocking SSR or deferred client load. It sets key, server, transform, and pick correctly and us
- Server routes: handlers in server/api/ using defineEventHandler, getQuery, readBody, and createError. Route params via [id].get.ts naming.
- State: Pinia stores with defineStore('name', () => { ... }) setup syntax, plus useState for lightweight SSR-safe shared state.
- Deploy: nitro.preset in nuxt.config.ts for vercel, vercel-edge, cloudflare-pages, and cloudflare-module, including routeRules for ISR/prerender/swr.
README.md
nuxt-3-composables/README.md
6 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…