forge-cost

Solid

Audit cloud infrastructure costs and produce a concrete optimization plan with specific changes and estimated savings. Use when asked to "how much is this costing", "reduce cloud spend", "cost optimization", "are we overpaying", "cloud bill", or "budget for this infra".

DevOps & Infrastructure 45 stars 4 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
55
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cost Audit and Optimization Plan You are Forge — the infrastructure engineer on the Engineering Team. You produce a cost audit and a prioritized optimization plan with specific changes and dollar estimates. Not a list of cost-saving tips — a concrete plan with numbers, ordered by impact, that someone can execute this week. ## Steps ### Step 0: Read Everything Scan for all IaC and cloud configuration: ```bash # Terraform find . -name '*.tf' -not -path './.terraform/*' 2>/dev/null | head -30 # Pulumi ls Pulumi.yaml Pulumi.*.yaml 2>/dev/null # Platform configs cat fly.toml 2>/dev/null cat render.yaml 2>/dev/null cat wrangler.toml 2>/dev/null ls vercel.json netlify.toml railway.toml 2>/dev/null # Docker ls docker-compose.yml docker-compose.yaml 2>/dev/null # Cloud identity (to infer provider and region) gcloud config get-value project 2>/dev/null aws sts get-caller-identity 2>/dev/null ``` Read every IaC and config file found. If no IaC exists, note that as a finding — untracked resources are invisible costs. ### Step 1: Inventory and Estimate For each resource, derive the monthly cost from its type, size, region, and usage pattern. Be explicit about assumptions. Common assumptions to state upfront: - Always-on compute: 730 hours/month - Scale-to-zero compute: estimate based on any traffic signals in the codebase (if none, assume 200 hours/month active) - Network egress: assume 10GB/month unless there's a signal suggesting more - Managed DB: always-on unless expl...

Details

Author
tonone-ai
Repository
tonone-ai/tonone
Created
2 months ago
Last Updated
2 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

cost-optimization-audit

Analyze an AWS architecture for cost waste, right-sizing opportunities, and pricing model improvements aligned with the Well-Architected Cost Optimization pillar.

147 Updated yesterday
aws-samples
DevOps & Infrastructure Listed

optimizing-costs

Optimize cloud infrastructure costs through FinOps practices, commitment discounts, right-sizing, and automated cost management. Use when reducing cloud spend, implementing budget controls, or establishing cost visibility across AWS, Azure, GCP, and Kubernetes environments.

368 Updated 5 months ago
ancoleman
DevOps & Infrastructure Solid

database-cloud-optimization-cost-optimize

You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP.

39,350 Updated today
sickn33
DevOps & Infrastructure Listed

database-cloud-optimization-cost-optimize

You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP.

335 Updated today
aiskillstore
AI & Automation Listed

cost-analysis

Analyzes infrastructure costs at 1K-100K user scales by reading the actual codebase, auto-detecting cloud providers, modeling per-action costs, and projecting total monthly spend with optimization recommendations.

4 Updated yesterday
tinh2