cloud-storage-local-storage-management

Audit Windows storage layouts and generate deterministic cleanup and backup plans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Messy local storage and scattered cloud-sync folders create backup risks, wasted space, and recursive mirror issues. This skill helps audit, sort, route data, and plan safe cloud backups across local disks and cloud roots.

Core Features & Use Cases

  • Scan local drives, cloud roots, and largest data clusters to map storage layout.
  • Rank backup routes by free space and route stability to avoid self-nesting.
  • Generate a deterministic cleanup and backup plan and execute a safe, excludes-driven backup when approved.

Quick Start

Ask me to audit your Windows storage layout, rank backup routes by free space and route quality, and generate a safe cloud-backup plan.

Frequently Asked Questions about cloud-storage-local-storage-management

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

FAQPage Schema
How do I audit Windows storage to find clutter and risky cloud-sync folders?

You can audit Windows storage by scanning local disks, cloud roots, and top-level folders to classify routes, caches, and large data clusters, identifying risky recursive mirror targets and wasted space.

What's the best way to plan safe cloud backups and avoid self-nesting sync issues?

The best way to plan safe cloud backups is to rank backup routes by free space and route stability, which prevents self-nesting issues by generating a deterministic, excludes-driven cleanup and backup plan.

How do I execute a safe dry-run backup using PowerShell scripts on Windows?

You execute a safe dry-run backup by generating a deterministic plan with specific excludes and running PowerShell scripts that simulate the backup process, only committing to a real backup when explicitly approved.

Why does cloud backup fail when mirroring folders with recursive sync targets?

Cloud backup fails with recursive sync targets because mirroring a cloud root into its own subfolder creates an infinite loop, which is why ranking routes by stability and applying excludes prevents self-nesting.

Can I use PowerShell to automate storage cleanup across local drives and cloud roots?

Yes, you can use PowerShell scripts to automate storage cleanup by scanning local drives and cloud roots, ranking targets by free space, and executing an excludes-driven cleanup plan when approved.