> building-automl-pipelines
This skill empowers Claude to build AutoML pipelines using the automl-pipeline-builder plugin. It is triggered when the user requests the creation of an automated machine learning pipeline, specifies the use of AutoML techniques, or asks for assistance in automating the machine learning model building process. The skill analyzes the context, generates code for the ML task, includes data validation and error handling, provides performance metrics, and saves artifacts with documentation. Use this
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/automl-pipeline-builder?format=md"Overview
This skill automates the creation of machine learning pipelines using the automl-pipeline-builder plugin. It simplifies the process of building, training, and evaluating machine learning models by automating feature engineering, model selection, and hyperparameter tuning.
How It Works
- Analyze Requirements: The skill analyzes the user's request and identifies the specific machine learning task and data requirements.
- Generate Code: Based on the analysis, the skill generates the necessary code to build an AutoML pipeline using appropriate libraries.
- Implement Best Practices: The skill incorporates data validation, error handling, and performance optimization techniques into the generated code.
- Provide Insights: After execution, the skill provides performance metrics, insights, and documentation for the created pipeline.
When to Use This Skill
This skill activates when you need to:
- Build an automated machine learning pipeline.
- Automate the process of model selection and hyperparameter tuning.
- Generate code for a complete AutoML workflow.
Examples
Example 1: Creating a Classification Pipeline
User request: "Build an AutoML pipeline for classifying customer churn."
The skill will:
- Generate code to load and preprocess customer data.
- Create an AutoML pipeline that automatically selects and tunes a classification model.
Example 2: Optimizing a Regression Model
User request: "Create an automated ml pipeline to predict house prices."
The skill will:
- Generate code to build a regression model using AutoML techniques.
- Automatically select the best performing model and provide performance metrics.
Best Practices
- Data Preparation: Ensure data is clean, properly formatted, and relevant to the machine learning task.
- Performance Monitoring: Continuously monitor the performance of the AutoML pipeline and retrain the model as needed.
- Error Handling: Implement robust error handling to gracefully handle unexpected issues during pipeline execution.
Integration
This skill can be integrated with other data processing and visualization plugins to create end-to-end machine learning workflows. It can also be used in conjunction with deployment plugins to automate the deployment of trained models.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.