cleanup-dev

Clear development caches and build artifacts with interactive per-bucket confirmation.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/LarryHsiao/Skadi --skill cleanup-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cleanup-dev
Source: https://github.com/LarryHsiao/Skadi/tree/main/skills/cleanup-dev
Command: npx skills add https://github.com/LarryHsiao/Skadi --skill cleanup-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Frees disk space by clearing development caches and build artifacts. Reports sizes per bucket, asks per-bucket confirmation, then deletes only what the user approves. For fvm SDKs and per-project artifacts, user picks interactively. Use /cleanup-dev [--no-analyze].

Core Features & Use Cases

  • Interactive per-bucket cleanup with size reporting and selective deletion
  • Per-project artifact scanning and selective removal
  • Safe, auditable cleanup with explicit user approvals

Quick Start

Run the cleanup in interactive mode to review buckets and selectively delete approved artifacts.

Frequently Asked Questions about cleanup-dev

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

FAQPage Schema
How do I safely reclaim disk space by cleaning dev caches?

To safely reclaim disk space from dev caches, this Skill scans common buckets and per-project artifacts, reports sizes, and interactively prompts for confirmation before deleting only approved items.

How do I clear build artifacts without accidentally deleting important files?

Clearing build artifacts safely requires explicit user approval; this Skill performs per-bucket analysis and uses interactive prompts to ensure no development caches are deleted without your consent.

Can I scan and remove per-project artifacts selectively?

Yes, you can scan and remove per-project artifacts selectively; the Skill interactively prompts you to pick which specific fvm SDKs and project artifacts to delete after reporting their sizes.

What is the best way to automate cleanup of local development environments?

Automating cleanup of local development environments involves scanning artifact buckets and applying per-bucket confirmation; you can run the process with the --no-analyze flag to streamline the workflow.

Does cleaning development caches require an interactive prompt for every bucket?

Yes, cleaning development caches requires an interactive prompt for every bucket; the Skill enforces safeguards to prevent deletions without user approval, ensuring auditable and safe removal.

Why does per-bucket analysis matter when freeing disk space from dev caches?

Per-bucket analysis matters for freeing disk space because it reports the exact size of each development cache and artifact bucket, allowing you to make informed decisions before approving deletions.