Back to Skills

optimizing-cloud-costs

jeremylongshore
Updated Today
21 views
712
74
712
View on GitHub
Metaai

About

This skill enables Claude to analyze cloud infrastructure and provide actionable cost optimization recommendations. It identifies savings opportunities, generates cost reports, and suggests production-ready configuration changes for AWS, Azure, or GCP environments. Developers should use it when requesting cloud spending reductions, cost reports, or optimization strategies.

Documentation

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.

Quick Install

/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/cloud-cost-optimizer

Copy and paste this command in Claude Code to install this skill

GitHub 仓库

jeremylongshore/claude-code-plugins-plus
Path: backups/skills-batch-20251204-000554/plugins/devops/cloud-cost-optimizer/skills/cloud-cost-optimizer
aiautomationclaude-codedevopsmarketplacemcp

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

llamaguard

Other

LlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill