CtrlK
BlogDocsLog inGet started
Tessl Logo

vueuse

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

Quality

92%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Failed to scan

The risk profile of this skill

SKILL.md
Quality
Evals
Security

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 opens with an explicit 'Use when' trigger clause. The inclusion of concrete function names serves double duty as both capability documentation and natural trigger terms. The closing guidance about checking VueUse before writing custom composables adds practical value for skill selection.

DimensionReasoningScore

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 naturally 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 deeper reference files. Minor verbosity in the categories table and SSR section could be tightened, but overall the content is efficient and practical.

DimensionReasoningScore

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 is helpful but slightly verbose. The 'Loading Files' section with checkboxes 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 code, SSR gotchas include multiple working approaches, and the target element refs section shows both the wrong and right way with executable code.

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 paths. The ❌/✅ markers in the target element refs section serve as effective validation guidance.

3 / 3

Progressive Disclosure

Excellent progressive disclosure structure. The main file provides a concise overview with common patterns, then clearly signals one-level-deep references (references/composables.md, composables/<name>.md) via a well-organized table. The explicit 'DO NOT load all files at once' instruction is a good boundary. Content is appropriately split between overview and detailed reference files.

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
onmax/nuxt-skills
Reviewed

Table of Contents

Is this your skill?

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.