PluginBench
Skill
Review
Audit score 70

vue-debug-guides

vuejs-ai/skills

How to install vue-debug-guides

npx skills add https://github.com/vuejs-ai/skills --skill vue-debug-guides
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from vuejs-ai/skills.


name: vue-debug-guides description: Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.

Vue 3 debugging and error handling for runtime issues, warnings, async failures, and hydration bugs. For development best practices and common gotchas, use vue-best-practices.

Reactivity

Computed

Watchers

Components

Props & Emits

Templates

Template Refs

Forms & v-model

Events & Modifiers

Lifecycle

Slots

Provide/Inject

Attrs

Composables

Composition API

Animation

TypeScript

Async Components

Render Functions

KeepAlive

Transitions

Teleport

Suspense

SSR

Performance

SFC (Single File Components)

Plugins

App Configuration