This gives Claude the tools to analyze cloud costs and optimize your AWS spending. It includes Python classes for pulling Cost Explorer data, finding idle resources like unattached EBS volumes and stopped instances, and calculating Reserved Instance savings. The code is production-ready with methods for rightsizing recommendations, cost forecasting, and tagging strategies for cost allocation. Best for teams that need to programmatically audit cloud spend rather than just clicking through the AWS console. The FinOps fundamentals are solid, covering the usual suspects like Savings Plans and spot instances, though the pricing data is simplified and you'll want to plug in the actual AWS Pricing API for real numbers.
npx skills add https://github.com/personamanagmentlayer/pcl --skill finops-expert