plugins marketplace
← All plugins

feature-engineering-toolkit

v1.23.0

Feature creation, selection, and transformation tools

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/feature-engineering-toolkit/ inside the repository.

Layout

plugins/ai-ml/feature-engineering-toolkit/
├── .claude-plugin/plugin.json
└── skills/engineering-features-for-machine-learning/SKILL.md

Skills1

engineering-features-for-machine-learningskills/engineering-features-for-machine-learning/SKILL.md

Execute create, select, and transform features to improve machine learning model performance. Handles feature scaling, encoding, and importance analysis. Use when asked to "engineer features" or "select features". Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/ai-ml/feature-engineering-toolkit/.claude-plugin/plugin.json
{
  "name": "feature-engineering-toolkit",
  "version": "1.23.0",
  "description": "Feature creation, selection, and transformation tools",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "features",
    "engineering",
    "selection",
    "transformation",
    "agent-skills"
  ]
}