Optimizes feature engineering pipelines and feature store configurations
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill feature-engineering-optimizer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feature Engineering Optimizer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-feature-engineering-optimizer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: Feature Engineering Optimizer
description: Optimizes feature engineering pipelines and feature store configurations
version: 1.0.0
category: ML Engineering
skillId: SK-DEA-015
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
- Bash
graph:
domains: [domain:data-engineering]
specializations: [specialization:data-engineering-analytics]
skillAreas: [skill-area:feature-engineering, skill-area:feature-engineering-pipelines]
roles: [role:data-engineer, role:analytics-engineer]
workflows: [workflow:data-pipeline-deployment]
---
# Feature Engineering Optimizer
## Overview
Optimizes feature engineering pipelines and feature store configurations. This skill improves ML feature quality, performance, and serving efficiency.
## Capabilities
- Feature importance analysis
- Feature correlation detection
- Encoding strategy recommendations
- Feature freshness optimization
- Online/offline feature sync
- Feature versioning
- Point-in-time correctness validation
- Feature serving optimization
## Input Schema
```json
{
"features": [{
"name": "string",
"definition": "string",
"type": "string"
}],
"targetVariable": "string",
"useCases": ["batch|realtime|streaming"],
"performanceRequirements": "object"
}
```
## Output Schema
```json
{
"optimizedFeatures": ["object"],
"removedFeatures": ["string"],
"engineeringRecommendations": ["object"],
"servingConfig": "object"
}
```
## Target Processes
- Feature Store Setup
- A/B Testing Pipeline
## Usage Guidelines
1. Provide complete feature definitions
2. Specify target variable for importance analysis
3. Define use cases (batch, realtime, streaming)
4. Include performance requirements for serving optimization
## Best Practices
- Validate point-in-time correctness for training features
- Remove highly correlated features to reduce redundancy
- Optimize feature freshness based on actual requirements
- Version features alongside model versions
- Monitor feature drift in production
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!