If you're moving React components to Vue or constantly fighting TypeScript errors about className versus class, this covers the JSX syntax differences between the two frameworks. It's focused on the practical translation layer: what attributes work differently, how the JSX transform differs, and plugin configuration. The reference material walks through the Vue versus React JSX patterns side by side. Honestly, this is pretty narrowly scoped, but if you're doing a React to Vue migration or working in a codebase that uses JSX for Vue render functions instead of templates, it'll save you from repeatedly Googling the same attribute mapping questions.
npx skills add https://github.com/hyf0/vue-skills --skill vue-jsx-best-practices