cleanup-computer

Organize local file directories and prune stale git worktrees.

7|Updated May 28, 2026
One-click install
npx skills add https://github.com/zcaceres/skills --skill cleanup-computer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cleanup-computer
Source: https://github.com/zcaceres/skills/tree/main/skills/cleanup-computer
Command: npx skills add https://github.com/zcaceres/skills --skill cleanup-computer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the problem of digital clutter by systematically organizing Downloads, Desktop, and Documents folders while reclaiming disk space from abandoned git worktrees.

Core Features & Use Cases

  • Interactive File Cleanup: Processes files one-by-one, proposing intelligent actions like delete, move, or keep based on file type and content analysis.
  • Git Worktree Pruning: Safely identifies and removes stale git worktrees that are clean and fully merged, preventing accidental data loss.
  • Use Case: Use this when your Downloads folder is overflowing with old installers and screenshots, or when you have multiple abandoned git branches taking up space on your machine.

Quick Start

Ask the agent to clean up my computer and follow the interactive prompts to organize your files and prune old git worktrees.

Frequently Asked Questions about cleanup-computer

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

FAQPage Schema
How do I clean up my Downloads and Desktop folders automatically?

To clean up file directories automatically, this skill processes user-specified paths like Downloads and Desktop interactively. It proposes intelligent actions such as delete, move, or keep based on file type and content analysis.

Is it safe to prune git worktrees without losing uncommitted changes?

Pruning git worktrees safely requires checking repository states beforehand. This skill identifies and removes only stale worktrees that are clean and fully merged, preventing accidental data loss and ensuring branch integrity.

What's the best way to organize files and reclaim disk space from abandoned git branches?

The best way to reclaim disk space is to systematically organize local file directories and prune stale git worktrees. This skill integrates with system trash utilities and git CLI to ensure non-destructive file management.

Does this file cleanup tool permanently delete files or move them to trash?

File cleanup operations use system trash utilities to ensure non-destructive file management. The skill processes files one-by-one, allowing you to choose between deleting, moving, or keeping items based on content analysis.

Can I use this to manage git worktrees across multiple local repositories?

Managing git worktrees across local repositories requires integration with git CLI. This skill operates on user-specified paths and performs safety checks on git repository states to safely remove stale, fully merged worktrees.

When should I not use an automated file organization script?

Automated file organization should be approached cautiously when dealing with critical system files or unmerged git branches. This skill mitigates risks by proposing actions interactively and verifying that git worktrees are clean before pruning.