Agent Skills for VueUse — a collection of essential Vue Composition Utilities.
Overview
Agent Skills for VueUse — a collection of essential Vue Composition Utilities.
README
VueUse Skills
Agent Skills for VueUse — a collection of essential Vue Composition Utilities.
[!IMPORTANT] Experimental Project: Aims to help AI agents use libraries more accurately with fewer tokens. Feedback is welcome.
- 🪜 Progressive disclosure: send VueUse function overviews first, then load detailed usage and type declarations on demand
- 💰 Minimal token usage: provide only necessary information to reduce token consumption
- 📵 Offline-first design: works without internet access or additional agent permissions
- ⚙️ Customizable policies: users can override function invocation rules in prompts or
AGENTS.md - 💉 Reduced hallucinations: precise usage references help prevent invented APIs
Installation
npx skills add vueuse/skills
Claude Code Marketplace
An alternative for Claude Code users:
# Add marketplace
/plugin marketplace add vueuse/skills
# Install individual skills
/plugin install vueuse-functions@vueuse-skills
Example Usage
Install VueUse in your Vue or Nuxt project, then instruct the agent. It will automatically leverage VueUse to assist development.
Example prompt:
create a todo app with the following features:
- save todos to local storage
- show remains todo count on browser title
- add a copy button for each todo items
- infinite scrolling for this todo list
- dark / light mode
License
MIT
Recommended Tools
Try a different keyword or remove a filter.
Install
npx skillfish add vueuse/skills