← All plugins
automl-pipeline-builder
v1.25.0Build AutoML pipelines
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/automl-pipeline-builder/ inside the repository.
Layout
plugins/ai-ml/automl-pipeline-builder/
├── .claude-plugin/plugin.json└── skills/building-automl-pipelines/SKILL.md
Skills1
building-automl-pipelinesskills/building-automl-pipelines/SKILL.md
Build automated machine learning pipelines with feature engineering, model selection, and hyperparameter tuning. Use when automating ML workflows from data preparation through model deployment. Trigger with phrases like "build automl pipeline", "automate ml workflow", or "create automated training pipeline".
Manifests1
plugins/ai-ml/automl-pipeline-builder/.claude-plugin/plugin.json
{
"name": "automl-pipeline-builder",
"version": "1.25.0",
"description": "Build AutoML pipelines",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"automl",
"automated",
"pipeline",
"h2o",
"agent-skills"
]
}