putio-frontend-viteplus
Installation
SKILL.md
Frontend VitePlus
Use this skill to move a frontend repo closer to the stock VitePlus toolchain without blindly deleting repo-specific release or runtime logic.
Workflow
- Inspect the repo's current scripts, workflows, Vite config, test imports, release flow, and package manager.
- Read references/bootstrap.md when creating a new repo or running
vp migrate. - Read references/packages.md for standalone package repos.
- Read references/monorepos.md for workspace repos.
- Read references/ci-cd.md before changing GitHub Actions or release automation.
- Read references/testing.md before migrating test imports, coverage, or test commands.
- For Git hooks, prefer the stock
vp configplusstagedblock flow documented by VitePlus instead of hand-rolled hook scaffolding. - Keep repo-specific binary, release, or packaging steps only where VitePlus does not replace them cleanly.
- Prefer one coherent migration: scripts, workflows, and test surface should move together.
- Verify with repo-native guardrails, then prove the important runtime surface still works.