orchestrate

Orchestrate end-to-end ML model optimization pipelines with hyperparameter tuning and reporting.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ChuaHanChong/ml-optimizer --skill orchestrate-chuahanchong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate
Source: https://github.com/ChuaHanChong/ml-optimizer/tree/main/skills/orchestrate
Command: npx skills add https://github.com/ChuaHanChong/ml-optimizer --skill orchestrate-chuahanchong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming process of optimizing Machine Learning models, from understanding the model to generating final reports.

Core Features & Use Cases

  • End-to-End Optimization: Manages the entire ML optimization pipeline, including hyperparameter tuning, research, experimentation, and monitoring.
  • Autonomous Operation: Can run autonomously, making decisions about research directions and experiment parameters based on learned patterns and user-defined goals.
  • Divergence Detection: Monitors training for divergence and implements recovery protocols.
  • Use Case: A user wants to improve the accuracy of their image classification model. They can use this Skill to automatically explore different hyperparameters, research new architectural improvements, run experiments in parallel, and receive a final report on the best performing configuration.

Quick Start

Use the orchestrate skill to optimize the ML model located in the current directory.

Frequently Asked Questions about orchestrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate hyperparameter tuning for my ML model?

Automate hyperparameter tuning by orchestrating an end-to-end ML optimization pipeline that establishes baselines, runs parallel experiments, and generates structured reports on the best configurations.

What is autonomous ML optimization and how does it work?

Autonomous ML optimization runs an agent that makes decisions about research directions and experiment parameters based on learned patterns and user-defined goals, managing the entire pipeline from model understanding to final reporting.

Can I run parallel ML experiments autonomously without manual intervention?

Yes, you can run parallel ML experiments autonomously. The pipeline executes multiple experiments simultaneously, monitors training for divergence, and implements recovery protocols without requiring manual intervention.

How do I handle training divergence during automated experimentation?

Handle training divergence by using built-in divergence monitoring that tracks parallel experiments and automatically implements recovery protocols to manage errors and maintain pipeline stability.

Does autonomous ML optimization support error recovery for interrupted sessions?

Yes, autonomous ML optimization includes robust error recovery and state management capabilities specifically designed to handle interrupted sessions and resume the experimentation workflow seamlessly.

What is the best way to manage an end-to-end machine learning research pipeline?

The best way to manage an end-to-end ML research pipeline is using an autonomous orchestration agent that handles model understanding, baseline establishment, hyperparameter tuning, and structured reporting.