Use when working with VueUse composables - track mouse position with useMouse, manage localStorage with useStorage, detect network status with useNetwork, debounce values with refDebounced, and access browser APIs reactively. Check VueUse before writing custom composables - most patterns already implemented.
94
92%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Failed to scan
The risk profile of this skill
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong skill description that clearly identifies the VueUse library domain, lists specific composable functions and their purposes, and provides explicit trigger guidance with 'Use when'. The inclusion of concrete function names serves double duty as both specificity and natural trigger terms. The additional guidance about checking VueUse before writing custom composables adds practical value.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: track mouse position with useMouse, manage localStorage with useStorage, detect network status with useNetwork, debounce values with refDebounced, and access browser APIs reactively. Also includes the practical guidance to check VueUse before writing custom composables. | 3 / 3 |
Completeness | Clearly answers both 'what' (track mouse position, manage localStorage, detect network status, debounce values, access browser APIs reactively) and 'when' (opens with 'Use when working with VueUse composables' and adds 'Check VueUse before writing custom composables'). The explicit 'Use when' clause is present. | 3 / 3 |
Trigger Term Quality | Includes highly natural keywords users would say: 'VueUse', 'composables', 'useMouse', 'useStorage', 'localStorage', 'useNetwork', 'refDebounced', 'browser APIs', 'mouse position', 'network status', 'debounce'. These cover both the library name and specific use-case terms users would mention. | 3 / 3 |
Distinctiveness Conflict Risk | Clearly scoped to VueUse composables specifically, with named functions (useMouse, useStorage, useNetwork, refDebounced) that create a distinct niche. Unlikely to conflict with general Vue skills or other utility library skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured VueUse skill that provides actionable, executable code examples across installation, common patterns, SSR handling, and element refs. The progressive disclosure is excellent with clear pointers to reference files. Minor verbosity in the SSR section and categories table could be tightened, but overall the content is efficient and practical.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Generally efficient but has some areas that could be tightened. The categories table is useful as a quick reference but is somewhat lengthy. The SSR section provides three different approaches which borders on verbose, though each adds distinct value. The 'Loading Files' section with checkbox formatting adds minor overhead. | 2 / 3 |
Actionability | All code examples are concrete, executable, and copy-paste ready. Installation commands are specific (pnpm add), common patterns show real composable usage with actual API calls, and the SSR section provides multiple working approaches with clear ✅/❌ annotations. | 3 / 3 |
Workflow Clarity | This is primarily a reference/utility skill rather than a multi-step workflow skill. The single-task patterns are unambiguous, installation steps are clearly sequenced (Vue 3 vs Nuxt), and the SSR section provides clear decision guidance. No destructive or batch operations require validation checkpoints. | 3 / 3 |
Progressive Disclosure | Excellent structure with a clear overview in SKILL.md, a quick reference table pointing to composables.md for deeper lookup, and individual composable files (composables/<name>.md) for specific details. References are one level deep and clearly signaled. The 'DO NOT load all files at once' instruction is a nice touch. | 3 / 3 |
Total | 11 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
00fb59d
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.