audit-disk-usage

Report disk usage across Pixie tool environments without modifying files.

6|1|Updated May 17, 2026
One-click install
npx skills add https://github.com/AlexKapadia/Pixie --skill audit-disk-usage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-disk-usage
Source: https://github.com/AlexKapadia/Pixie/tree/main/.claude/skills/audit-disk-usage
Command: npx skills add https://github.com/AlexKapadia/Pixie --skill audit-disk-usage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables administrators to quickly identify how disk space is being consumed across all Pixie tool environments, helping to optimize storage and plan cleanups without affecting running tools.

Core Features & Use Cases

  • Comprehensive footprint analysis: A complete scan of each tool's virtual environments, data, and models, plus Python caches, to surface space usage trends.
  • Archival readiness flags: Flags tools with large virtual environments that may be candidates for archiving, based on last run timing.
  • Unified reporting: Outputs a single grand total and per-tool breakdown to support storage planning and audits.

Quick Start

Run the audit-disk-usage skill to generate a storage footprint report for all Pixie tools.

Frequently Asked Questions about audit-disk-usage

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

FAQPage Schema
How do I check disk usage across all virtual environments and Python caches?

To check disk usage, the skill scans each tool's .venv, data, models, and Python caches, computing total sizes to produce a read-only storage footprint report. It ranks tools by footprint and flags archival candidates.

What is the best way to identify disk wastage and plan storage cleanups?

The best way to identify disk wastage is running a comprehensive footprint analysis that outputs a per-tool breakdown and grand total. This read-only report flags large virtual environments for archiving based on last run timing.

Can I audit disk space without modifying or affecting my running tools?

Yes, you can audit disk space without affecting running tools. The skill requires only reading the file system and computing sizes to generate a unified reporting output, ensuring no files are modified during the storage scan.

How do I find which Pixie tools have large data and models ready for archiving?

To find tools ready for archiving, the skill flags environments with large footprints by evaluating last run timing. It ranks every tool's data, models, and caches by size to highlight your archival readiness.

Does the disk audit report include a breakdown of Python caches and data sizes?

Yes, the disk audit report includes a complete breakdown of Python caches, data, and models. It computes sizes for every tool's virtual environment and provides a single grand total to support storage planning.