
Clean Build
- 30 installs
- 80 repo stars
- Updated July 29, 2026
- cartridge-gg/controller
Clean all build artifacts and rebuild the pnpm/Turbo monorepo from scratch to resolve stale caches and build failures.
About
Cleans all build artifacts and rebuilds the Cartridge Controller monorepo from scratch with pnpm. A developer uses it for stale artifacts, Turbo cache issues, or mysterious build failures.
- Runs pnpm clean, reinstall, and rebuild to clear stale artifacts
- Resolves Turbo cache issues and mysterious build failures
Clean Build by the numbers
- 30 all-time installs (skills.sh)
- Ranked #854 of 1,438 DevOps & CI/CD skills by installs in the Skillselion catalog
- Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cartridge-gg/controller --skill clean-buildAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 30 |
|---|---|
| repo stars | ★ 80 |
| Last updated | July 29, 2026 |
| Repository | cartridge-gg/controller ↗ |
What it does
Clean all build artifacts and rebuild the pnpm/Turbo monorepo from scratch to resolve stale caches and build failures.
Files
Clean Build Skill
Clean all build artifacts and rebuild from scratch.
Usage
Use when experiencing:
- Stale build artifacts
- Turbo cache issues
- Mysterious build failures
- After dependency updates
Steps
1. Run pnpm clean to remove build artifacts and prune store 2. Reinstall dependencies with pnpm i 3. Run pnpm build to rebuild all packages 4. Verify build success 5. Optional: Run tests to ensure everything works
Notes
- Turbo uses aggressive caching - clean build resolves most cache issues
- WASM dependencies (controller-wasm, session-wasm) rebuilt automatically
- GraphQL codegen runs automatically during keychain build