This one covers Vite's core workflows from dev server setup to production builds, based on the 6.x docs. You get configuration patterns, plugin setup, HMR API, CSS and asset handling, plus the trickier stuff like dependency pre-bundling and SSR configuration. Anthony Fu generated this from the official Vite repo, so it tracks the actual documentation structure. Most useful when you're configuring a build pipeline or debugging why your dev server is slow. The performance and backend integration sections are worth checking if you're moving from Webpack or trying to bolt Vite onto an existing server setup.
npx skills add https://github.com/uni-helper/skills --skill vite