Analyzes and optimizes Apache Spark jobs for performance, cost, and resource utilization
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill apache-spark-optimizer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Apache Spark Optimizer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-apache-spark-optimizer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: Apache Spark Optimizer
description: Analyzes and optimizes Apache Spark jobs for performance, cost, and resource utilization
version: 1.0.0
category: Distributed Processing
skillId: SK-DEA-001
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:streaming-realtime-processing]
roles: [role:data-engineer, role:analytics-engineer]
workflows: [workflow:data-pipeline-deployment]
---
# Apache Spark Optimizer
## Overview
Analyzes and optimizes Apache Spark jobs for performance, cost, and resource utilization. This skill provides deep expertise in Spark execution plans, partitioning strategies, and resource configuration to maximize efficiency.
## Capabilities
- Spark execution plan analysis and optimization
- Partition strategy recommendations
- Shuffle reduction techniques
- Memory and executor configuration tuning
- Catalyst optimizer hints generation
- Data skew detection and mitigation
- Broadcast join optimization
- Caching strategy recommendations
## Input Schema
```json
{
"sparkCode": "string",
"clusterConfig": "object",
"executionMetrics": "object",
"dataCharacteristics": {
"volumeGB": "number",
"partitionCount": "number",
"skewFactor": "number"
}
}
```
## Output Schema
```json
{
"optimizedCode": "string",
"recommendations": ["string"],
"expectedImprovement": {
"executionTime": "percentage",
"resourceUsage": "percentage",
"cost": "percentage"
},
"configChanges": "object"
}
```
## Target Processes
- ETL/ELT Pipeline
- Streaming Pipeline
- Feature Store Setup
- Pipeline Migration
## Usage Guidelines
1. Provide the Spark code or job definition for analysis
2. Include cluster configuration details (executors, memory, cores)
3. Share execution metrics if available (from Spark UI or history server)
4. Describe data characteristics including volume, partitions, and known skew
## Best Practices
- Always analyze execution plans before and after optimization
- Test optimizations on representative data samples first
- Monitor resource utilization during optimization validation
- Document configuration changes for reproducibility
- Consider cost implications alongside performance gains
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!