vueuse-functions

Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.

antfu ↓ 19k
Claude Code
View source ↗

What it does

  • Apply this skill whenever assisting user development work in Vue.js / Nuxt.
  • Always check first whether a VueUse function can implement the requirement.
  • Prefer VueUse composables over custom code to improve readability, maintainability, and performance.
  • Map requirements to the most appropriate VueUse function and follow the function’s invocation rule.
  • Please refer to the Invocation field in the below functions table. For example:
  • AUTO: Use automatically when applicable.
  • EXTERNAL: Use only if the user already installed the required external dependency; otherwise reconsider, and ask to install only if truly needed.

Requirements & configuration

Configuration: AUTOEXTERNALEXPLICIT_ONLYAGENTS

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.

Source

Repository: https://github.com/antfu/skills

vueuse-functions FAQ

What does the vueuse-functions skill do?

Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features. Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement.

What does vueuse-functions require?

Configuration keys: AUTO, EXTERNAL, EXPLICIT_ONLY, AGENTS.

How do I install vueuse-functions?

Run: npx -y skills add https://github.com/antfu/skills --skill vueuse-functions --agent claude-code — the source lives at github.com/antfu/skills.

Maintain vueuse-functions?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

vueuse-functions on getagentictools
[![vueuse-functions on getagentictools](https://getagentictools.com/badge/skills/antfu-skills-vueuse-functions.svg)](https://getagentictools.com/skills/antfu-skills-vueuse-functions?ref=badge)
npx agentictools info skills/antfu-skills-vueuse-functions

The second line is the CLI lookup for this page — handy in READMEs and docs.