What problem does it solve?
Managing a fleet of rented Vast.ai GPU instances manually risks overspending on idle machines, breaking production during replacements, and losing track of what is actually deployed. This Skill provides one repository-owned workflow to audit fleet costs, qualify cheaper offers, test isolated replacement candidates, and cut over to production only after explicit human approval.
Core Features & Use Cases
- Fleet Auditing: Rebuilds live state from Vast instances, utilization metrics, and production attribution, then reconciles it against the GPU_INSTANCES.md inventory to flag stale docs, idle paid resources, and unregistered workers.
- Offer Qualification & Canary Preparation: Scores marketplace offers against savings, reliability, hardware, and spend policies, then rents and validates isolated candidates with per-target leases, TTLs, and spend ceilings.
- Approval-Gated Promotion: Stops at READY FOR APPROVAL with full cost and test evidence, then performs serialized cutovers, destroys replaced instances, and opens a documentation PR.
- Use Case: A scheduled daily task runs in Audit mode to reconcile fleet economics, while a separate offer scout in Prepare mode rents a cheaper RTX 4090 candidate, runs the model's verification script, and waits for a human to approve the production cutover.
Quick Start
Ask the agent to read .claude/skills/manage-vast-gpu-fleet/SKILL.md and run an Audit of the current Vast GPU fleet, reporting costs, utilization, and any stale documentation without changing anything.