> optimizing-cloud-costs
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 fo
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/cloud-cost-optimizer?format=md"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
- Analyzing Cost Data: Claude analyzes the user's request to identify the scope and cloud provider (if specified).
- Generating Optimization Recommendations: Claude formulates specific recommendations to reduce costs, such as rightsizing instances, identifying unused resources, or leveraging reserved instances.
- 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:
- Analyze the usage patterns of the t3.medium instances.
- Suggest rightsizing to t3.small or using reserved instances if utilization is consistently high.
- 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:
- Identify any virtual machines, storage accounts, or other resources that have been idle for a specified period.
- Recommend terminating or deallocating the idle resources.
- 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.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.