What it does. > Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer.
Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds.
Highlights
- Use TypeScript: prefer
vite.config.ts
- Always use ESM, avoid CommonJS
@vitejs/plugin-vue
- Vue 3 SFC support
@vitejs/plugin-vue-jsx
- Vue 3 JSX
@vitejs/plugin-react
- React with Oxc/Babel
When to use it. Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.
Install
npx skills add antfu/skills --skill vite
Or copy the skill folder manually:
git clone https://github.com/antfu/skills.git
cp -r skills/skills/vite/ ~/.claude/skills/vite
Source: antfu/skills — 5,833 stars, MIT, last pushed 2026-06-23.