Builds Vue 3 apps in pure JavaScript with JSDoc type coverage instead of TypeScript. You get comprehensive @typedef, @param, and @returns annotations for full type hints without running a TS compiler. The workflow enforces JSDoc completeness with eslint-plugin-jsdoc checks before moving on, and all composables ship as .mjs modules with proper type exports. Honestly a solid pick if your team won't touch TypeScript but still wants IDE autocomplete and type safety, or if you're migrating Vue 2 codebases where adding a build step is more friction than it's worth. The patterns lean heavily on script setup with manual type annotations, so you're trading compile-time guarantees for zero config overhead.
npx skills add https://github.com/jeffallan/claude-skills --skill vue-expert-js