agentsclimarketplace

Vue debug guides

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/hyf0/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.From its SKILL.md

Install
npx -y skills add ComeOnOliver/skillshub --skill vue-debug-guides

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

20.4 KB, ~4.3k tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it

1056.8 KB alongside SKILL.md

GitHub clipped this repository’s file list, so this is at least 140 files and may be more.

reference/

100 more files not listed here. See all 140 in the repository.

Gives 0 of the 12 instructions most debug triage skills give in ~4.3k tokens

Counted across 1,020 of the 1,639 authors here whose files we hold, read 2026-09-06

  • Find root cause before attempting any fixin 134 of 1020, across 118 files
  • Create a failing test case before implementing a fixin 109 of 1020, across 95 files
  • Read error messages and stack traces completelyin 102 of 1020, across 88 files
  • Reproduce the issue consistently before investigatingin 90 of 1020, across 77 files
  • Make the smallest possible change to test a hypothesisin 90 of 1020, across 76 files
  • Trace data flow backward to find the sourcein 84 of 1020, across 70 files
  • Form a single hypothesis before testingin 78 of 1020, across 64 files
  • Implement only one fix at a timein 76 of 1020, across 63 files
  • Question the architecture if three fixes failin 73 of 1020, across 59 files
  • Add diagnostic instrumentation at component boundariesin 68 of 1020, across 56 files
  • Compare broken code against working examplesin 68 of 1020, across 57 files
  • Write a regression test before applying the fixin 62 of 1020, across 55 files

Said here and by no other author read

  • use reactivity debugging hooks for state updates
  • ensure computed getters have no side effects
  • use defineExpose to access child ref data
  • declare emits for component documentation
  • ensure v-else follows v-if
  • use unique keys for v-for elements

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.