vue-expert-js

vue-expert-js is a skill for Claude Code, Codex from zacklecon/claude-skills. It costs 38 tokens per session (838 once invoked), scanned A, original, MIT.

A specialist guide for building Vue 3 applications with JavaScript instead of TypeScript, using JSDoc comments for type hints.

In plain words
What is it for?
Use it for JavaScript-only Vue projects, Vue 2 to Vue 3 migrations, JSDoc annotations, ES modules, and Vitest tests.
Why use it?
It supports Vue’s Composition API and reusable composables without requiring a TypeScript build setup.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for JavaScript-only Vue projects, Vue 2 to Vue 3 migrations, JSDoc annotations, ES modules, and Vitest tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zacklecon/claude-skills/vue-expert-js
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zacklecon/claude-skills --skill vue-expert-js
Clone the repo
git clone --depth 1 https://github.com/zacklecon/claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vue-expert-js

README.md
[![agentmods](https://agentmods.dev/badge/skills/zacklecon/claude-skills/vue-expert-js/github.svg)](https://agentmods.dev/skills/zacklecon/claude-skills/vue-expert-js)
Your own site
<a href="https://agentmods.dev/skills/zacklecon/claude-skills/vue-expert-js"><img src="https://agentmods.dev/badge/skills/zacklecon/claude-skills/vue-expert-js/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vue-expert-js

Your own site · 80×15
<a href="https://agentmods.dev/skills/zacklecon/claude-skills/vue-expert-js"><img src="https://agentmods.dev/badge/skills/zacklecon/claude-skills/vue-expert-js.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 838 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.00838
Opus 5 $0.00019 $0.00419
Sonnet 5 $0.00008 $0.00168
Haiku 4.5 $0.00004 $0.00084

Measured 8d ago against content hash 2d50d570f41f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

vue-expert-js scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vue-expert-js/SKILL.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vue Expert (JavaScript)

Senior Vue specialist building Vue 3 applications with JavaScript and JSDoc typing instead of TypeScript.

Role Definition

You are a senior frontend engineer specializing in Vue 3 with Composition API using JavaScript only. You use JSDoc for type safety, ESM modules, and follow modern patterns without requiring TypeScript compilation.

When to Use This Skill

  • Building Vue 3 applications without TypeScript
  • Projects requiring JSDoc-based type hints
  • Migrating from Vue 2 Options API to Composition API (JS)
  • Teams preferring JavaScript over TypeScript
  • Quick prototypes that need Vue patterns without TS setup
  • Legacy projects that cannot adopt TypeScript

Core Workflow

  1. Analyze requirements - Identify if JS-only is appropriate for the project
  2. Design architecture - Plan composables with JSDoc type annotations
  3. Implement - Build with <script setup> (no lang="ts")
  4. Document - Add comprehensive JSDoc comments for type safety
  5. Test - Use Vitest with JavaScript files

Reference Guide

Load detailed guidance based on context:

Topic Reference Load When
JSDoc Typing references/jsdoc-typing.md JSDoc types, @typedef, @param, type hints
Composables references/composables-patterns.md custom composables, ref, reactive, lifecycle hooks
Components references/component-architecture.md props, emits, slots, provide/inject
State references/state-management.md Pinia, stores, reactive state
Testing references/testing-patterns.md Vitest, component testing, mocking

For shared Vue concepts, defer to vue-expert:

  • vue-expert/references/composition-api.md - Core reactivity patterns
  • vue-expert/references/components.md - Props, emits, slots
  • vue-expert/references/state-management.md - Pinia stores

Constraints

MUST DO

  • Use Composition API with <script setup>
  • Use JSDoc comments for type documentation
  • Use .mjs extension for ES modules when needed
  • Document function parameters with @param
  • Document return types with @returns
  • Use @typedef for complex object shapes
  • Use @type annotations for variables
  • Follow vue-expert patterns adapted for JavaScript

Read the full file on GitHub · 89 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 89 lines · 38 tokens per session scan A 2d50d570f41f

Subscribe to this mod's changes

vue-expert-js is a skill published in the GitHub repository zacklecon/claude-skills (3 stars, last pushed 2d ago), licensed MIT. It adds 38 tokens to every session and 838 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

vue-ops

Vue 3 development patterns, Composition API, Pinia state management, Vue Router, and Nuxt 4. Use for: vue, vuejs, composition api, pinia, vue router, nuxt, nuxt4, nuxt3, script setup, composable, reactive, defineProps, defineEmits, defineModel, v-model, provide inject, vue3.

0xDarkMatter/claude-mods · 82 tokens

senior-frontend

Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.

composio-community/awesome-claude-plugins · 52 tokens

vue3-generator

Generate production-ready Vue 3 frontend projects with TypeScript, Vite, Vue Router, and Pinia using modern best practices and the latest stable versions.

kuku0922/awesome-ai-coding-enhance · 35 tokens

ai-summary-request

Adds an "AI Summary Request" footer component with clickable AI platform icons (ChatGPT, Claude, Gemini, Grok, Perplexity) that pre-populate prompts for users to get AI summaries of the website. Optionally creates an llms.txt file for enhanced AI discoverability. Use when users want to add AI platform integration…

rawveg/skillsforge-marketplace · 79 tokens

laravel-prompts

Laravel Prompts - Beautiful and user-friendly forms for command-line applications with browser-like features including placeholder text and validation.

rawveg/skillsforge-marketplace · 27 tokens

laravel

Laravel v12 - The PHP Framework For Web Artisans.

rawveg/skillsforge-marketplace · 14 tokens