CtrlK
BlogDocsLog inGet started
Tessl Logo

vue-expert-js

Creates Vue 3 components, builds vanilla JS composables, configures Vite projects, and sets up routing and state management using JavaScript only — no TypeScript. Generates JSDoc-typed code with @typedef, @param, and @returns annotations for full type coverage without a TS compiler. Use when building Vue 3 applications with JavaScript only (no TypeScript), when projects require JSDoc-based type hints, when migrating from Vue 2 Options API to Composition API in JS, or when teams prefer vanilla JavaScript, .mjs modules, or need quick prototypes without TypeScript setup.

72

Quality

88%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

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 an excellent skill description that hits all the marks. It provides specific concrete actions, includes abundant natural trigger terms that developers would use, explicitly states both what the skill does and when to use it, and carves out a very distinct niche (Vue 3 + JS-only + JSDoc) that minimizes conflict with other skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: creating Vue 3 components, building vanilla JS composables, configuring Vite projects, setting up routing and state management, and generating JSDoc-typed code with specific annotations (@typedef, @param, @returns).

3 / 3

Completeness

Clearly answers both 'what' (creates Vue 3 components, builds composables, configures Vite, generates JSDoc-typed code) and 'when' with an explicit 'Use when...' clause covering multiple trigger scenarios (JS-only Vue 3 apps, JSDoc-based type hints, Vue 2 to Composition API migration, teams preferring vanilla JS).

3 / 3

Trigger Term Quality

Excellent coverage of natural terms users would say: 'Vue 3', 'JavaScript only', 'no TypeScript', 'JSDoc', 'Vite', 'Composition API', 'Vue 2', 'Options API', 'vanilla JavaScript', '.mjs modules', 'prototypes'. These are terms developers would naturally use when seeking this kind of help.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive niche: Vue 3 + JavaScript-only (no TypeScript) + JSDoc typing. The repeated emphasis on 'no TypeScript' and JSDoc-based approach clearly distinguishes it from general Vue skills or TypeScript-based Vue skills, making conflicts unlikely.

3 / 3

Total

12

/

12

Passed

Implementation

77%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a solid, well-structured skill with excellent actionability — the code examples are complete, realistic, and demonstrate the exact JSDoc-in-Vue patterns Claude needs. The workflow includes appropriate validation gates (ESLint check, test feedback loop). Minor weaknesses include some redundancy between examples and constraints, and the inability to verify referenced bundle files which limits the progressive disclosure score.

Suggestions

Trim the MUST DO constraints that are already clearly demonstrated in the code examples (e.g., 'Use Composition API with <script setup>' is self-evident from every example) to reduce redundancy.

Remove or condense the 'Knowledge Reference' keyword list at the bottom — it adds no actionable value and Claude already knows these technologies.

DimensionReasoningScore

Conciseness

Generally efficient but has some redundancy — the constraints section restates things already clear from the examples (e.g., 'Use Composition API with <script setup>' is already demonstrated). The 'Knowledge Reference' line at the end is a low-value keyword dump. Some JSDoc explanations in the workflow steps could be tighter.

2 / 3

Actionability

Provides fully executable, copy-paste-ready Vue component and composable examples with complete JSDoc annotations. The code patterns are concrete, realistic, and demonstrate the exact patterns Claude should produce. The @typedef cross-file import pattern is a practical detail that adds real value.

3 / 3

Workflow Clarity

The core workflow has clear sequencing with explicit validation checkpoints — step 3 includes running ESLint to verify JSDoc coverage with a fix-before-proceeding gate, and step 4 includes a feedback loop (re-run until green). The output templates section provides a clear deliverable checklist. For a code generation skill, this level of validation is appropriate.

3 / 3

Progressive Disclosure

The reference table is well-structured with clear 'Load When' triggers, and cross-references to vue-expert are useful. However, no bundle files were provided, so all referenced files (references/jsdoc-typing.md, references/composables-patterns.md, etc.) are unverifiable. The inline code examples are substantial but appropriately sized for a skill file — borderline between keeping inline vs. splitting out.

2 / 3

Total

10

/

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
jeffallan/claude-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.