git log --oneline --stat
HEAD
- Stars
- 7.2k
- Forks
- 433
- Updated
- Jun 24, 2026
repo --stat
stars
7.2k
forks
433
last update
Jun 24, 2026
license
MITv1.2.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add vite-8-rolldown-bundler - Invoke
// Run from any project directory
$ claude --skill vite-8-rolldown-bundler "wire up a GitHub Actions deploy" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill vite-8-rolldown-bundler "now refactor it"
vite-8-rolldown-bundler/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Vite 8 Rolldown Migrator
- slug:
- vite-8-rolldown-bundler
- version:
- v1.2.0
- license:
- MIT
- author:
- @rolldown-craft
- categories:
- tags:
- #vite#rolldown#bundler#build-tools#oxc
- description:
Migrate projects to Vite 8 + Rolldown — rolldown-vite config, Oxc/Lightning CSS tuning, plugin conversion, speed checks.
features.md
5 capabilities
// What you can do with it
- Swaps vite for the rolldown-vite drop-in (aliased via overrides/resolutions) or wires up the native bundler depending on your Vite 8 channel.
- Audits plugins: [], flagging Rollup plugins with no Rolldown equivalent and rewriting build.rollupOptions (input/output/manualChunks) into the supported shape.
- Enables experimental.enableNativePlugin where your plugins are compatible, routing transforms through Oxc instead of Babel/esbuild.
- Switches CSS handling to Lightning CSS via css.transformer: 'lightningcss' and build.cssMinify: 'lightningcss', reconciling PostCSS-only features.
- Runs a before/after vite build timing comparison and surfaces bundle-size deltas.
README.md
vite-8-rolldown-bundler/README.md
7 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…