viteplus
Installation
SKILL.md
VitePlus
Move a frontend repo closer to the stock VitePlus toolchain without blindly deleting repo-specific release or runtime logic. VitePlus is in alpha — verify behavior against installed vp --version and the latest release notes rather than memorized command shapes.
Migration Targets
Default to this destination unless a repo-specific boundary clearly blocks it. If you keep an old command shape, document the reason.
- CI uses
voidzero-dev/setup-vp@v1; the action owns Node and package-manager bootstrap, then runsvp install,vp check,vp test,vp build - test files use
vite-plus/test(andvite-plus/test/browser/contextfor browser mode) - scripts prefer
vp test,vp test watch,vp test run --coverage,vp pack,vp build,vp update, andvp run <script>(orvpr <script>) over direct package-manager, raw Vitest, or tsdown wiring - hooks use
vp config,.vite-hooks, andvp stagedinstead of custom Husky orlint-staged - single-source config in
vite.config.ts: no parallelvitest.config.ts,.oxlintrc*,.oxfmtrc*, ortsdown.config.ts - contributor docs move to the new
vpcommands in the same change