/vue-jsx-best-practices
JSX syntax in Vue (e.g., class vs className, JSX plugin config).
$ npx -y skills add hyf0/vue-skills --skill vue-jsx-best-practices --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/vue-jsx-best-practices
Context preview
The summary Claude sees to decide when to auto-load this skill.
JSX syntax in Vue (e.g., class vs className, JSX plugin config).
SKILL.md
vue-jsx-best-practices.SKILL.mdname: vue-jsx-best-practices description: JSX syntax in Vue (e.g., class vs className, JSX plugin config). version: 2.0.0 license: MIT author: github.com/vuejs-ai
Vue JSX best practices and differences from React JSX.
JSX
- Migrating React JSX code to Vue or getting attribute type errors → See [render-function-jsx-vue-vs-react](reference/render-function-jsx-vue-vs-react.md)
Agent skills for Vue 3 development. 🚧 Early Experiment / Community Project This repository is an early experiment in creating specialized skills for AI agents to enhance Vue 3 development.
Repo: hyf0/vue-skills
Other skills on vuejs-ai-skills.
- /create-adaptable-composable
Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and
Open skill - /vue-best-practices
MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition API unless the
Open skill - /vue-debug-guides
Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.
Open skill - /vue-options-api-best-practices
Vue 3 Options API style (data(), methods, this context). Each reference shows Options API solution only.
Open skill - /vue-pinia-best-practices
Pinia stores, state management patterns, store setup, and reactivity with stores.
Open skill - /vue-router-best-practices
Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
Open skill

