clean-build

Installation
SKILL.md

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
Related skills
Installs
30
GitHub Stars
80
First Seen
Feb 4, 2026