cost-optimizer-cloud-data-platforms

Solid

Analyzes and optimizes costs for cloud data platforms

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

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

Skill Content

# Cost Optimizer (Cloud Data Platforms) ## Overview Analyzes and optimizes costs for cloud data platforms. This skill provides deep expertise in platform-specific cost structures and optimization strategies. ## Capabilities - Snowflake credit analysis and optimization - BigQuery slot and on-demand optimization - Redshift node sizing - Storage cost optimization - Query cost estimation - Warehouse scheduling recommendations - Data lifecycle policy recommendations - Reserved capacity planning ## Input Schema ```json { "platform": "snowflake|bigquery|redshift|databricks", "usageMetrics": "object", "billingData": "object", "queryHistory": "object" } ``` ## Output Schema ```json { "currentCost": "number", "optimizedCost": "number", "savings": "percentage", "recommendations": [{ "category": "string", "action": "string", "impact": "number", "effort": "low|medium|high" }] } ``` ## Target Processes - Data Warehouse Setup - Query Optimization - Pipeline Migration ## Usage Guidelines 1. Provide platform-specific usage metrics 2. Include billing data for cost baseline 3. Share query history for optimization analysis 4. Prioritize recommendations by impact and effort ## Best Practices - Regularly review and optimize warehouse sizes - Implement auto-suspend and auto-resume policies - Use clustering and partitioning to reduce scan costs - Consider reserved capacity for predictable workloads - Monitor and alert on cost anomalies

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

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
Data & Documents Listed

cost-optimization-data

Query cost analysis, partition pruning, slot reservation strategies, storage tiering, and cloud data warehouse cost reduction. Use this skill whenever the cloud data bill is unexpectedly high, a specific query is scanning too much data, the team wants to understand what's driving BigQuery/Snowflake/Redshift costs, or when choosing between on-demand vs. reserved capacity. Also trigger when the user mentions bytes scanned, slot utilization, query cost, storage costs, Redshift concurrency, Snowflake credits, or when trying to set up cost alerts and budgets. If someone says "our BigQuery bill jumped" or "this query is expensive", this skill should be active immediately.

0 Updated 5 days ago
Methasit-Pun
AI & Automation Solid

sql-query-optimizer

Analyzes and optimizes SQL queries across different data warehouse platforms (Snowflake, BigQuery, Redshift, Databricks) with platform-specific recommendations.

1,160 Updated today
a5c-ai
DevOps & Infrastructure Solid

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 for cost optimization and provides production-ready configurations.

2,274 Updated today
jeremylongshore