cleanup

Delete temporary files, NUL files, and orphan backups from a project directory.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill cleanup-eroslifestyle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cleanup
Source: https://github.com/eroslifestyle/Claude-Orchestrator-Plugin/tree/main/github-package/skills/cleanup
Command: npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill cleanup-eroslifestyle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the removal of temporary files, NUL files, and other orphaned artifacts from your project directory, ensuring a clean workspace and freeing up disk space.

Core Features & Use Cases

  • Deletes various temporary file patterns: Including *.tmp, temp_*, *_temp.*, and specific Claude Code temp files.
  • Removes NUL files: Reliably deletes Windows NUL device name artifacts.
  • Cleans orphan backups: Removes old backup files beyond the defined retention policy.
  • Use Case: After a long development session with many intermediate files generated, run /cleanup to quickly restore your project directory to a pristine state.

Quick Start

Run the cleanup skill to remove temporary files from the current project.

Frequently Asked Questions about cleanup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically delete temp files and orphan artifacts from my project directory?

To delete temp files and orphan artifacts, run a cleanup session that targets patterns like *.tmp, temp_*, and NUL files, restoring your project directory to a pristine state.

What is the best way to remove Windows NUL files left in my project workspace?

The best way to remove Windows NUL files is to use an automated cleanup process that reliably identifies and deletes these device name artifacts from your project directory.

How do I clean up orphan backup files that exceed my retention policy?

To clean up orphan backup files, run a project hygiene script that manages old backups and removes any files found beyond your defined retention policy.

Can I delete specific Claude Code temporary files like CLAUDE.md.tmp from my workspace?

Yes, you can delete specific Claude Code temporary files like CLAUDE.md.tmp by running a cleanup that targets pattern matches including *.md.tmp.* and *.py.tmp.* artifacts.

When should I run a project hygiene cleanup on my development workspace?

You should run a project hygiene cleanup after a long development session where many intermediate files are generated, ensuring a clean workspace and freeing up disk space.

Do I need any dependencies to remove temporary files and manage project hygiene?

No dependencies are required to remove temporary files and manage project hygiene; the cleanup process operates independently using scripts and references to delete orphan artifacts.