dot_agents/skills/vue-development-guides/SKILL.md
A collection of best practices and tips for developing applications using Vue.js. This skill MUST be apply when developing, refactoring or reviewing Vue.js or Nuxt projects.
npx skillsauth add stevessr/dotsfiles vue-development-guidesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
IMPORTANT: You MUST follow the references/reactivity-guide.md for reactive state management when creating, updating a component or a composable.
IMPORTANT: You MUST follow the references/sfc-guide.md for best practices when working with Vue SFCs.
<script setup lang="ts"> (TypeScript) by default.<script> → <template> → <style>.Split a component when it has more than one clear responsibility (e.g. data orchestration + UI, or multiple independent UI sections).
useXxx()).NOTE: This rule also applies to the entry component (e.g. App.vue) in a Vue / Nuxt project by default.
IMPORTANT: You MUST follow the references/data-flow-guide.md for passing and receiving data between components using:
v-modelFor sharing data across the app, please follow the references/state-management-guide.md and consider using a Store for state management solution.
data-ai
Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.
data-ai
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
data-ai
Translate "The Interactive Book of Prompting" chapters and UI strings to a new language
tools
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.