clean-cache

Batch-scans Flutter, Android, iOS, Node.js projects to safely clean build artifacts and dependency caches.

42|7|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/addxai/enterprise-harness-engineering --skill clean-cache
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clean-cache
Source: https://github.com/addxai/enterprise-harness-engineering/tree/main/skills/clean-cache
Command: npx skills add https://github.com/addxai/enterprise-harness-engineering --skill clean-cache

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When developing multiple Flutter, Android, iOS or Node.js projects, build artifacts and dependency caches accumulate rapidly, consuming large amounts of disk space and slowing down development workflows. Manual cleanup is error-prone, often leading to accidental deletion of critical source files or global dependency caches that cause hours of slow re-downloads on subsequent builds.

Core Features & Use Cases

  • Tiered Safe Cleanup: Organizes cleanup into 3 risk levels, with only low-risk build artifact deletion enabled by default, and explicit user confirmation required for higher-risk dependency and global cache deletion.
  • Batch Workspace Scanning: Automatically scans entire workspaces to identify all cache usage across multiple projects, generating a clear report of space used per project and global cache.
  • Preserved Global Caches: L1 and L2 cleanup operations retain global dependency caches, so project dependencies can be restored in minutes without re-downloading from the internet.
  • Use Case: A developer working on 8 concurrent mobile and web projects can free 4+ GB of disk space in minutes without breaking project setups or waiting hours for dependencies to re-download.

Quick Start

Ask the AI to scan your project workspace, report all cache usage across your Flutter, Android, iOS and Node.js projects, and perform a safe L1 cleanup to free up disk space without affecting your global dependencies or source code.

Frequently Asked Questions about clean-cache

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

FAQPage Schema
How do I safely clean Flutter and Android build artifacts to free disk space?

To safely clean Flutter and Android build artifacts, batch-scan your developer workspaces and perform a tiered L1 cleanup to eliminate accumulated build caches while preserving global dependencies, freeing disk space without causing slow re-downloads.

What is the best way to batch delete iOS and Node.js dependency caches across multiple projects?

Batch workspace scanning automatically identifies all dependency cache usage across iOS and Node.js projects, generating a clear report of space used per project and global cache, allowing you to safely batch delete caches while enforcing explicit user confirmation for higher-risk tiers.

Does cache cleanup delete global dependency caches and slow down future builds?

Cache cleanup does not delete global dependency caches during default operations, as L1 and L2 cleanups retain global caches so project dependencies can be restored in minutes without waiting hours for re-downloads from the internet.

Can I scan my entire workspace to see how much disk space is used by project caches?

You can scan your entire developer workspace to identify all cache usage across multiple Flutter, Android, iOS and Node.js projects, which generates a clear report showing the exact disk space used per project and by global caches.

When should I not use higher-risk cleanup tiers for dependency cache removal?

You should avoid higher-risk cleanup tiers for dependency cache removal unless you explicitly confirm the action, because the system enforces user confirmation for these tiers and provides post-cleanup recovery instructions to restore affected project dependencies.