🎯

vueuse-functions

🎯Skill

from serkodev/vueuse-skills

VibeIndex|
What it does

Provides Claude with precise, context-aware access to VueUse library functions, enabling accurate code generation and function usage with minimal token overhead.

vueuse-functions

Installation

Install skill:
npx skills add https://github.com/serkodev/vueuse-skills --skill vueuse-functions
26
Last UpdatedJan 25, 2026

Skill Details

SKILL.md

Overview

![VueUse Skills banner](./.github/assets/banner.svg)

# VueUse Skills

Agent Skills for [VueUse](https://vueuse.org/) β€” 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

```bash

npx skills add 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

```

Output Snippet

```vue