What problem does it solve? Servers and workstations fail silently when a filesystem fills up, an inode table exhausts, memory pressure builds, or log storage grows unbounded. This Skill detects those capacity risks early by measuring actual usage against configurable warn and critical thresholds, so you get a journaled finding before services break. ## Core Features & Use Cases - Disk and inode monitoring: Checks every mounted filesystem with df, escalates to critical severity past the danger band, and on critical findings lists the largest files consuming space so you know what to clean. - Cross-platform memory pressure: Uses free on Linux and vm_stat with the live page size on macOS (including Apple Silicon) to detect sustained low available memory. - Log store size tracking: Measures journald disk usage on Linux and the Unified Log store on macOS, flagging unbounded growth. - Use Case: During a scheduled /watchman audit, the Skill finds a root filesystem at 96% capacity, journals a critical finding with the top space-consuming files, and the report emails you exactly what is filling the disk. ## Quick Start Ask the AI to run a capacity check on this machine and report any disk, inode, memory, or log store findings against the configured thresholds.