agentsclimarketplace

Feature engineering optimizer

Skill a5c-ai/babysitter/library/specializations/data-engineering-analytics/skills/feature-engineering-optimizer

Optimizes feature engineering pipelines and feature store configurationsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill feature-engineering-optimizer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.0 KB, 299 tokens by cl100k_base, as published. Nobody here has run it

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

{
  "features": [{
    "name": "string",
    "definition": "string",
    "type": "string"
  }],
  "targetVariable": "string",
  "useCases": ["batch|realtime|streaming"],
  "performanceRequirements": "object"
}

Output Schema

{
  "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

What ships with it: 1 file

460 B alongside SKILL.md

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.