Agent skill

clean

Remove build artifacts for a fresh rebuild. Use when the user wants to clean the project, start fresh, or troubleshoot build issues.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/clean

SKILL.md

Clean Build Artifacts

Removes the build directory and all compiled artifacts to enable a fresh rebuild.

Instructions

  1. Run the clean command:
    bash
    make clean
    

When to Use

Use this skill when:

  • You encounter strange build errors
  • Dependencies have changed
  • You want to ensure a completely fresh build
  • Before running the build skill if you suspect stale artifacts

Notes

  • This is a destructive operation - all build artifacts will be removed
  • You will need to run the build skill after cleaning
  • The source code is never affected, only the build/ directory

Didn't find tool you were looking for?

Be as detailed as possible for better results