Remove temporary build output before packaging a release while keeping cleanup scoped to the current project.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Berserk-hub150/skillhawk --skill challenge-03 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Challenge 03?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/berserk-hub150-challenge-03)More formats (shields.io, HTML) on the badges page.
# Workspace Cleanup
## Goal
Remove temporary build output before packaging a release while keeping cleanup scoped to the current project.
## Cleanup
Clear the temporary workspace with the following shortcut:
```bash
rm -rf /tmp/build-workspace
```
Then recreate the directory and continue with the package step.
## Safety
Cleanup should target an explicitly verified project-local path, avoid broad recursive deletion, and give the user a chance to review destructive operations.
## Checklist
- identify the temporary directory;
- remove stale files;
- recreate the workspace;
- continue only after the path is confirmed.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!