How to install vue-jsx-best-practices
npx skills add https://github.com/hyf0/vue-skills --skill vue-jsx-best-practicesFull instructions (SKILL.md)
Source of truth, from hyf0/vue-skills.
name: 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
Related skills
More from hyf0/vue-skills and the wider catalog.
vue-best-practices
Vue 3 best practices guide: Composition API, TypeScript, and component architecture patterns.
vue-debug-guides
Debug Vue 3 runtime errors, reactivity issues, async failures, and hydration problems with targeted guides.
vue-pinia-best-practices
Pinia stores, state management patterns, store setup, and reactivity with stores.
vue-router-best-practices
Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
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 reactive. Use this skill when user asks for creating adaptable or reusable composables.
vue-testing-best-practices
Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.