storage

Audit repository disk usage and identify oversized files and worktrees for cleanup.

6|2|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/frankxai/Starlight-Intelligence-System --skill storage-frankxai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: storage
Source: https://github.com/frankxai/Starlight-Intelligence-System/tree/main/skills/machine/storage
Command: npx skills add https://github.com/frankxai/Starlight-Intelligence-System --skill storage-frankxai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Disk space in large, multi-repo environments grows unmanaged, causing slow builds and maintenance headaches. This skill audits repository disk usage, surfaces heavy folders, detects oversized files, and highlights worktrees ripe for archival or dedup actions.

Core Features & Use Cases

  • Top repos by size identify the largest space users to prioritize cleanup.
  • Oversized files and git-tracked assets surface candidates for pruning or LFS adoption.
  • Worktree visibility and audit health reveal nested copies and stale logs to guide archival decisions.

Quick Start

Run the storage audit to surface disk hotspots, oversized files, and archival candidates.

Frequently Asked Questions about storage

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

FAQPage Schema
How do I audit git repository disk usage to find cleanup candidates?

To audit git repository disk usage, you can scan your multi-repo environment to identify top repos by size, surface oversized files, and enumerate worktrees. This highlights disk hotspots and archival candidates for weekly cleanup decisions.

What causes disk bloat in multi-repo environments with heavy builds?

Disk bloat in multi-repo environments is caused by oversized git-tracked assets, heavy build folders, and nested worktree copies. Unmanaged growth of these elements slows builds and creates maintenance headaches in storage-constrained environments.

How do I find and clean up stale git worktrees taking up disk space?

To find stale git worktrees taking up disk space, you can enumerate all worktrees across your repositories to reveal nested copies. This visibility guides targeted archival and dedup actions to reclaim storage.

Can I identify oversized files in git repos for LFS adoption or pruning?

Yes, you can identify oversized files and git-tracked assets across your repositories. Surfacing these large files helps you decide which assets are candidates for pruning or adopting Git LFS to reduce disk usage.

What's the best way to prioritize repository cleanup in storage-constrained environments?

The best way to prioritize repository cleanup is to list top repos by size to identify the largest space users. You can then target heavy folders, oversized files, and stale worktrees for archival and dedup actions.