Analyzes and optimizes costs for cloud data platforms
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill cost-optimizer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cost Optimizer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-cost-optimizer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: Cost Optimizer (Cloud Data Platforms)
description: Analyzes and optimizes costs for cloud data platforms
version: 1.0.0
category: Cost Management
skillId: SK-DEA-012
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
- Bash
graph:
domains: [domain:data-engineering]
specializations: [specialization:data-engineering-analytics]
skillAreas: [skill-area:big-data-tools, skill-area:data-warehouse-modeling]
roles: [role:data-engineer, role:analytics-engineer]
workflows: [workflow:data-pipeline-deployment]
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!