From cloud-cost-optimizer
Execute use when you need to work with cloud cost optimization. This skill provides cost analysis and optimization with comprehensive guidance and automation. Trigger with phrases like "optimize costs", "analyze spending", or "reduce costs".
npx claudepluginhub flight505/skill-forge --plugin cloud-cost-optimizerThis skill is limited to using the following tools:
Analyze cloud spending across AWS, GCP, and Azure to identify waste, recommend rightsizing, and generate cost-saving configurations. Covers reserved instances, spot/preemptible workloads, storage tiering, idle resource cleanup, and budget alerting using cloud-native cost management APIs.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
Analyze cloud spending across AWS, GCP, and Azure to identify waste, recommend rightsizing, and generate cost-saving configurations. Covers reserved instances, spot/preemptible workloads, storage tiering, idle resource cleanup, and budget alerting using cloud-native cost management APIs.
ce:GetCostAndUsage, ec2:DescribeInstances, cloudwatch:GetMetricData permissionsaws ce get-cost-and-usage, gcloud billing budgets list)| Error | Cause | Solution |
|---|---|---|
Access Denied on Cost Explorer API | Missing ce:* IAM permissions | Attach the AWSBillingReadOnlyAccess managed policy to the IAM user/role |
No billing data available | Account is too new or cost export not enabled | Enable Cost Explorer (takes 24h to populate) or set up CUR (Cost and Usage Report) |
Rightsizing recommendation breaks workload | Instance too small for peak load | Base sizing on P95 utilization, not average; keep a 20% headroom buffer |
Spot instance terminated mid-job | Spot capacity reclaimed by provider | Use spot fleet with diversified instance types and implement checkpointing |
Budget alert not firing | SNS topic or notification channel misconfigured | Verify SNS subscription is confirmed and test with a low threshold |
env:production."