Skip to main content
Back to registry

vueuse

onmax/nuxt-skills

Collection of essential Vue Composition utilities. Check VueUse before writing custom composables - most patterns already implemented.

Installs1
Install command
npx skills add https://github.com/onmax/nuxt-skills --skill vueuse
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykWARN
About this skill
Collection of essential Vue Composition utilities. Check VueUse before writing custom composables - most patterns already implemented. Current stable: VueUse 14.x for Vue 3.5+ Vue 3: Nuxt: Nuxt module auto-imports composables - no import needed. Load composable files based on what you need: Consider loading these reference files based on your task: DO NOT load all files at once. Load only what's relevant to your current task. State persistence: Mouse tracking: Debounced ref: Shared composable (singleton): Many VueUse composables use browser APIs unavailable during SSR. Check with isClient : Wrap in onMounted: Use SSR-safe composables: @vueuse/nuxt auto-handles SSR - composables return safe defaults on server. When targeting component refs instead of DOM elements: Or access $el directly:

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does vueuse do?

Collection of essential Vue Composition utilities. Check VueUse before writing custom composables - most patterns already implemented.

Is vueuse good?

vueuse does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does vueuse work with?

vueuse currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to vueuse?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install vueuse?

npx skills add https://github.com/onmax/nuxt-skills --skill vueuse

Related skills

More from onmax/nuxt-skills

Related skills

Alternatives in Software Engineering