get-available-resources
Detect host inventory and effective CPU, memory, disk, scheduler, container, and accelerator limits when a user asks for resource-aware planning or before a clearly resource-sensitive local workload. Produces a redacted JSON snapshot and conservative planning helpers without stress tests or assuming visible host hardware is usable.
- Version
- 1.2
- License
- MIT
- Compatibility
- Python 3.11+ on Linux, macOS, or Windows; standard library by default, optional psutil 7.2.2; accelerator and scheduler CLIs are optional read-only probes.
Pinned to revision de66e10cd0c8, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/get-available-resources/SKILL.md
- skills/get-available-resources/references/resource_semantics.md
- skills/get-available-resources/references/snapshot_schema.md
- skills/get-available-resources/references/sources.md
- skills/get-available-resources/scripts/_common.py
- skills/get-available-resources/scripts/accelerator_diagnostics.py
- skills/get-available-resources/scripts/detect_resources.py
- skills/get-available-resources/scripts/plan_workload.py
- skills/get-available-resources/scripts/snapshot_tools.py
Every link opens the file at its source, pinned to the revision this page describes.