Agent skill · DevOps & Cloud

aws-cost-optimize

Analyze AWS resources used in the app (IaC files and/or resources in a target account/region) and optimize costs - creating GitHub issues for identified optimizations.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill aws-cost-optimize --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/aws-cost-optimize/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AWS Cost Optimize This workflow analyzes Infrastructure-as-Code (IaC) files and AWS resources to generate cost optimization recommendations. It creates individual GitHub issues for each optimization opportunity plus one EPIC issue to coordinate implementation, enabling efficient tracking and execution of cost savings initiatives. ## Prerequisites - AWS CLI configured and authenticated (`aws sts get-caller-identity` succeeds) - GitHub MCP server configured and authenticated - Target GitHub repository identified - AWS resources deployed (IaC files optional but helpful) ## Workflow Steps ### Step 1: Get AWS Cost Optimization Best Practices **Action**: Retrieve cost optimization best practices before analysis **Tools**: `fetch` to retrieve AWS documentation **Process**: 1. **Load Best Practices**: - Fetch `https://docs.aws.amazon.com/cost-management/latest/userguide/cost-optimization-best-practices.html` - Fetch the AWS Well-Architected Cost Optimization pillar summary - Use these practices to inform subsequent analysis and recommendations ### Step 2: Discover AWS Infrastructure **Action**: Dynamically discover and analyze AWS resources and configurations **Tools**: AWS CLI + Local f

What's inside
Steps it walks through
  1. Prerequisites
  2. Workflow Steps
  3. Step 1: Get AWS Cost Optimization Best Practices
  4. Step 2: Discover AWS Infrastructure
  5. Step 3: Collect Usage Metrics & Validate Current Costs
  6. Step 4: Generate Cost Optimization Recommendations
  7. Step 5: User Confirmation
  8. Step 6: Create Individual Optimization Issues
  9. Step 7: Create EPIC Coordinating Issue
  10. Error Handling
  11. Success Criteria
Commands it runs
aws cloudwatch get-metric-statistics \
aws ce get-cost-and-usage \
More from awesome-copilot
All skills →
About this skill
What does the aws-cost-optimize skill do?

Analyze AWS resources used in the app (IaC files and/or resources in a target account/region) and optimize costs - creating GitHub issues for identified optimizations.

How do I install it?

Run `npx skills add github/awesome-copilot --skill aws-cost-optimize --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going