scbe-disk-management

Audit disk usage and clean caches in the SCBE-AETHERMOORE repo and user profile.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-disk-management
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scbe-disk-management
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/.claude/skills/scbe-disk-management
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-disk-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Audit disk usage, identify space hogs, and safely clean up caches/temp files across the SCBE-AETHERMOORE repo and user profile. Use when asked about disk space, storage cleanup, finding large files, or freeing space.

Core Features & Use Cases

  • Repo Disk Audit: Scans targeted SCBE directories (src, docs, tests, node_modules, dist, artifacts, training, training-data, .hypothesis, .pytest_cache) plus all top-level children ranked by size to report usage.
  • Profile Disk Audit: Scans user profile directories (C:\Users\issda) to surface largest space consumers for cleanup.
  • Safe Cleanup: Removes safe-to-delete caches with a dry-run option, starting with a dry-run before actual deletion.

Quick Start

Run the disk audit to identify large folders and safely clean caches.

Frequently Asked Questions about scbe-disk-management

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

FAQPage Schema
How do I audit disk usage and identify large files in my repository?▼

Disk audits safely identify space hogs by scanning targeted directories like src, docs, node_modules, dist, and artifacts, ranking them by size. Results are output to artifacts/system-audit in JSON and Markdown formats.

What is the safest way to clean up caches and free up disk space?▼

Safe cache cleanup uses a PowerShell routine that starts with a dry-run to preview deletions before applying changes. This ensures only safe-to-delete caches and temp files are removed, preventing accidental data loss.

Can I use PowerShell to scan my user profile for large folders?▼

Yes, PowerShell scripts can scan user profile directories like C:\Users\issda. The profile disk audit surfaces the largest space consumers, helping you plan targeted cleanups and reclaim storage.

Does the disk cleanup script support a dry-run mode?▼

Yes, the disk cleanup script supports a dry-run mode. It executes a dry-run first to show what caches will be removed before any actual deletion occurs, ensuring safe space reclamation.

What formats are the disk audit results written in?▼

Disk audit results are written in both JSON and Markdown formats. These files are saved to the artifacts/system-audit directory, making them easy to parse programmatically or read directly.

What directories are typically scanned during a repo disk audit?▼

Repo disk audits scan targeted directories including src, docs, tests, node_modules, dist, artifacts, training, training-data, .hypothesis, and .pytest_cache, plus all top-level children ranked by size.