Methodologygeneric

vue-debug-guides

Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.

hyf0/vue-skills
View source

Install

npx skills add https://github.com/hyf0/vue-skills --skill vue-debug-guides

Use with your agent

ClaudeCursorOpenAIGemini

Install the vue-debug-guides skill, then use it as build context. Run: npx skills add https://github.com/hyf0/vue-skills --skill vue-debug-guides. Then read the installed skill.md and follow its guidance to build or refactor my project.

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