Skip to main content
Back to registry

vue-debug-guides

hyf0/vue-skills

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 .

Installs8
Install command
npx skills add https://github.com/hyf0/vue-skills --skill vue-debug-guides
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
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 . - 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 - Watchers only firing once per tick unexpectedly → See reactivity-same-tick-batching - Computed getter triggers mutations or requests unexpectedly → See computed-no-side-effects - Mutating computed values causes changes to disappear → See computed-return-value-readonly - Computed value never updates after conditional logic → See computed-conditional-dependencies - Sorting or reversing arrays breaks original state → See computed-array-mutation - Passing parameters to computed properties fails → See computed-no-parameters - Async operations overwriting with stale data → See watch-async-cleanup -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does vue-debug-guides do?

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 .

Is vue-debug-guides good?

vue-debug-guides does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does vue-debug-guides work with?

vue-debug-guides currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to vue-debug-guides?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install vue-debug-guides?

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

Related skills

More from hyf0/vue-skills

Related skills

Alternatives in Software Engineering