temp-cleaner

Remove temporary files, caches, and build artifacts from Python and Node.js projects.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/u9401066/copilot-capability-manager --skill temp-cleaner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: temp-cleaner
Source: https://github.com/u9401066/copilot-capability-manager/tree/main/.claude/skills/temp-cleaner
Command: npx skills add https://github.com/u9401066/copilot-capability-manager --skill temp-cleaner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically identifies and removes temporary files, caches, and build artifacts that accumulate during development.

Core Features & Use Cases

  • Smart Cleanup: Safely removes Python cache files, Node.js build artifacts, and other temporary data.

Quick Start

Clean all temporary files and caches in the current project directory.

Frequently Asked Questions about temp-cleaner

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

FAQPage Schema
How do I free up disk space by removing temporary files and caches?

Temporary file cleanup removes Python cache files, Node.js build artifacts, and other temporary data that accumulate during development. This Skill identifies and safely deletes these clutter files to reclaim disk space, with a protected files list and explicit confirmation before deletion.

Can I automatically clean up Python and Node.js project caches without losing important files?

Yes. This Skill safely removes Python cache files and Node.js build artifacts while enforcing explicit confirmation and maintaining a protected files list, so critical project files remain intact.

What temporary files does project cleanup remove?

Project cleanup targets Python cache directories, Node.js build artifacts, and temporary data files that accumulate during development. It provides optional inclusion of node_modules and outputs a standardized cleanup report showing what was removed.

When should I run disk cleanup in my development workflow?

Run cleanup when you encounter disk-space issues, before archiving projects, or at the end of workflows to prevent clutter. The Skill applies to Python and Node.js projects and provides safe deletion with confirmation.

Does cleanup work with both Python and Node.js projects?

Yes. Cleanup safely handles both Python cache files and Node.js build artifacts, making it suitable for mixed-language projects or single-language workflows that need to reclaim space.