vue-debug-guides

vue debug guides

vuejs-ai 2.7k ↓ 8.3k MIT updated 2mo ago
Claude Code
View source ↗

What it does

  • Tracing unexpected re-renders and state updates → See reactivity-debugging-hooks
  • Ref values not updating due to missing .value access → See ref-value-access
  • State stops updating after destructuring reactive objects → See reactive-destructuring
  • Refs inside arrays, Maps, or Sets not unwrapping → See refs-in-collections-need-value
  • Nested refs rendering as [object Object] in templates → See template-ref-unwrapping-top-level
  • Reactive proxy identity comparisons always return false → See reactivity-proxy-identity-hazard
  • Third-party instances breaking when proxied → See reactivity-markraw-for-non-reactive

Requirements & configuration

  • Refs inside arrays, Maps, or Sets not unwrapping → See refs-in-collections-need-value
  • Parent can't access child ref data in script setup → See component-ref-requires-defineexpose
  • Need to handle async errors from Suspense components → See suspense-no-builtin-error-handling
  • require.context-based component auto-registration fails in Vite → See dynamic-component-registration-vite

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

vue debug guides

Source

Repository: https://github.com/vuejs-ai/skills

vue-debug-guides FAQ

What does the vue-debug-guides skill do?

Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues. Tracing unexpected re-renders and state updates → See reactivity-debugging-hooks Ref values not updating due to missing .value access → See ref-value-access

What does vue-debug-guides require?

Refs inside arrays, Maps, or Sets not unwrapping → See refs-in-collections-need-value Parent can't access child ref data in script setup → See component-ref-requires-defineexpose Need to handle async errors from Suspense components → See suspense-no-builtin-error-handling require.context-based component auto-registration fails in Vite → See dynamic-component-registration-vite

How do I install vue-debug-guides?

Run: npx -y skills add https://github.com/vuejs-ai/skills --skill vue-debug-guides --agent claude-code — the source lives at github.com/vuejs-ai/skills.

Maintain vue-debug-guides?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

vue-debug-guides on getagentictools
[![vue-debug-guides on getagentictools](https://getagentictools.com/badge/skills/vuejs-ai-skills-vue-debug-guides.svg)](https://getagentictools.com/skills/vuejs-ai-skills-vue-debug-guides?ref=badge)
npx agentictools info skills/vuejs-ai-skills-vue-debug-guides

The second line is the CLI lookup for this page — handy in READMEs and docs.