houseclean

Audit cross-drive storage and generate a prioritized migration action plan.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Buckeyes22/weather-app --skill houseclean-buckeyes22
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: houseclean
Source: https://github.com/Buckeyes22/weather-app/tree/main/docs/corpora/citadel-protocols/skills/houseclean
Command: npx skills add https://github.com/Buckeyes22/weather-app --skill houseclean-buckeyes22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-drive storage auditing and cleanup that surveys all drives, identifies space hogs like orphaned git worktrees, AI tool caches (.ollama, .gemini, .cursor, npm, .pip), and build artifacts (node_modules, .venv), and produces a prioritized action plan with exact migration commands. It works universally across projects and machines.

Core Features & Use Cases

  • Drive survey to map free space across drives and identify migration targets.
  • Orphaned worktree audit and safe removal of merged branches.
  • AI tool cache and project artifact scans to surface large, reusable data.
  • Generation of a concrete, executable migration plan with precise commands.
  • Safety guardrails: never delete data without user confirmation; can clean empty dirs and safe worktrees.
  • Produce a Quick Wins report with actionable steps and integration notes.

Quick Start

Run /houseclean to perform a full audit across drives and generate the migration plan.

Frequently Asked Questions about houseclean

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

FAQPage Schema
How do I audit disk space and find large build artifacts across multiple drives?▼

Cross-drive storage auditing surveys all connected drives to map free space and identify space hogs like orphaned git worktrees, AI tool caches, and build artifacts. It then generates a prioritized action plan with exact migration commands to safely reclaim disk space.

What is the best way to move npm and pip caches to another drive?▼

The best way to move npm and pip caches is to generate a concrete migration plan with precise commands tailored to your drive configuration. This ensures caches and project artifacts are relocated correctly to the target drive without breaking existing dependencies.

How do I safely clean up orphaned git worktrees?▼

Safely cleaning up orphaned git worktrees requires an audit to identify merged branches and stale directories. The cleanup process includes safety guardrails that never delete data without explicit user confirmation, ensuring only safe worktrees and empty directories are removed.

Does cross-drive cleanup work on Windows with AI tool caches like Ollama and Cursor?▼

Yes, cross-drive cleanup applies to Windows and common project environments. It specifically scans for AI tool caches like .ollama, .gemini, and .cursor, identifying these large reusable data sources so you can migrate them and reclaim disk space.

Will disk space migration delete my data without confirmation?▼

No, disk space migration will never delete data without user confirmation. The process enforces safety guardrails that document every step for auditing, migration, and verification, ensuring you have full control over what is cleaned or moved.

Why does my drive keep running out of space after building node_modules and .venv directories?▼

Your drive runs out of space because build artifacts like node_modules and .venv directories accumulate quickly across projects. A storage audit surfaces these large project artifacts and provides exact commands to migrate or clean them up efficiently.