Feature Engineering Optimizer
Optimizes feature engineering pipelines and feature store configurations
npx skills add a5c-ai/babysitter --skill feature-engineering-optimizer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 fe
- Overview
- Capabilities
- Input Schema
- Output Schema
- Target Processes
- Usage Guidelines
- Best Practices
What does the Feature Engineering Optimizer skill do?
Optimizes feature engineering pipelines and feature store configurations
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill feature-engineering-optimizer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
