cost-drift

Installation
SKILL.md

Cost Drift

Compare actual vs projected infrastructure costs, flag drifting resources, and explain why drift is happening.

Core principle: Wrap finfocus JSON output — do not compute drift independently or query cloud billing APIs directly.

Step 1: Detect Pulumi project

Scan the current directory for a Pulumi project:

ls Pulumi.yaml 2>/dev/null && echo "pulumi: detected"
Installs
48
GitHub Stars
3
First Seen
Apr 22, 2026
cost-drift — rshade/agent-skills