Agent SkillsAgent Skills
NeverSight

vue-debug-guides

@NeverSight/vue-debug-guides
NeverSight
124
27 forks
Updated 5/5/2026
View on GitHub

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

Installation

$npx agent-skills-cli install @NeverSight/vue-debug-guides
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathdata/skills-md/baotoq/agent-skills/vue-debug-guides/SKILL.md
Branchmain
Scoped Name@NeverSight/vue-debug-guides

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


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. license: MIT metadata: version: "1.0.0" domain: frontend triggers: Vue debug, Vue error, Vue warning, hydration mismatch, reactivity bug, Vue DevTools, SSR error, async error role: specialist scope: implementation output-format: code related-skills: vue-best-practices, vue-router-best-practices, vue-pinia-best-practices

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