jeremylongshore

Optimizing Cloud Costs

@jeremylongshore/Optimizing Cloud Costs
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

This skill enables Claude to analyze and optimize cloud costs. It identifies areas for potential savings, generates cost reports, and suggests configuration changes to reduce expenses. Use this skill when the user asks to "optimize cloud costs", "reduce cloud spending", "generate a cost report", or similar requests related to cloud resource expenses. It is especially useful when the user provides details about their cloud environment (e.g., AWS, Azure, GCP). The skill leverages best practices for cost optimization and provides production-ready configurations.

Installation

$skills install @jeremylongshore/Optimizing Cloud Costs
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/plugin-enhancements/plugin-backups/cloud-cost-optimizer_20251020_064608/skills/skill-adapter/SKILL.md
Branchmain
Scoped Name@jeremylongshore/Optimizing Cloud Costs

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: Optimizing Cloud Costs description: | This skill enables Claude to analyze and optimize cloud costs. It identifies areas for potential savings, generates cost reports, and suggests configuration changes to reduce expenses. Use this skill when the user asks to "optimize cloud costs", "reduce cloud spending", "generate a cost report", or similar requests related to cloud resource expenses. It is especially useful when the user provides details about their cloud environment (e.g., AWS, Azure, GCP). The skill leverages best practices for cost optimization and provides production-ready configurations.

Overview

This skill empowers Claude to be a FinOps expert, helping users identify and implement strategies to minimize their cloud expenditures. By analyzing current resource utilization and suggesting optimized configurations, it ensures efficient cloud spending.

How It Works

  1. Analyzing Cost Data: Claude analyzes the user's request to identify the scope and cloud provider (if specified).
  2. Generating Optimization Recommendations: Claude formulates specific recommendations to reduce costs, such as rightsizing instances, identifying unused resources, or leveraging reserved instances.
  3. Creating Cost Report: Claude generates a detailed cost report summarizing current spending and potential savings.

When to Use This Skill

This skill activates when you need to:

  • Reduce your AWS, Azure, or GCP cloud spending.
  • Generate a report detailing current cloud costs.
  • Identify underutilized or unused cloud resources.

Examples

Example 1: Reducing AWS EC2 Costs

User request: "Optimize my AWS EC2 costs. I'm running several t3.medium instances."

The skill will:

  1. Analyze the usage patterns of the t3.medium instances.
  2. Suggest rightsizing to t3.small or using reserved instances if utilization is consistently high.
  3. Generate a cost report showing potential savings from the recommended changes.

Example 2: Identifying Idle Azure Resources

User request: "Generate a report of idle resources in my Azure subscription."

The skill will:

  1. Identify any virtual machines, storage accounts, or other resources that have been idle for a specified period.
  2. Recommend terminating or deallocating the idle resources.
  3. Provide a cost report detailing the savings achieved by removing the idle resources.

Best Practices

  • Resource Utilization: Regularly review resource utilization metrics to identify opportunities for rightsizing.
  • Reserved Instances: Leverage reserved instances or committed use discounts for consistently used resources.
  • Cost Monitoring: Implement continuous cost monitoring and alerting to track spending trends and identify anomalies.

Integration

This skill can be used in conjunction with other DevOps plugins to automate the implementation of cost optimization recommendations. For example, it can integrate with infrastructure-as-code tools to automatically resize instances or terminate unused resources.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.