ml

Generate end-to-end machine learning workflows from data ingestion to deployment.

8|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mikeparcewski/wicked-garden --skill ml-mikeparcewski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml
Source: https://github.com/mikeparcewski/wicked-garden/tree/main/skills/data/ml
Command: npx skills add https://github.com/mikeparcewski/wicked-garden --skill ml-mikeparcewski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured workflow to guide machine learning model development, evaluation, and deployment, helping teams align architecture review, training pipeline design, feature engineering, and production readiness.

Core Features & Use Cases

  • Architecture review: assess model choice, data quality, evaluation strategy, and deployment readiness.
  • Training pipeline design: define data flows, preprocessing steps, model training, evaluation, and reproducibility.
  • Deployment guidance: establish serving options, monitoring, and rollback plans.
  • Use Case: For a given dataset, generate an end-to-end ML workflow from data ingestion to model deployment.

Quick Start

Provide an end-to-end ML workflow by asking to review a model architecture and generate a training pipeline plan for a given dataset.

Frequently Asked Questions about ml

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

FAQPage Schema
How do I design a machine learning training pipeline for my dataset?

To design a machine learning training pipeline, you define data flows, preprocessing steps, model training, and evaluation processes. This approach ensures reproducible workflows that guide development from data ingestion through to model deployment.

What is included in an ML model architecture review?

An ML model architecture review assesses model choice, data quality, evaluation strategy, and deployment readiness. This review ensures the selected architecture aligns with the dataset and production requirements before building the training pipeline.

How do I plan production deployment for a machine learning model?

Planning production deployment for a machine learning model involves establishing serving options, monitoring protocols, and rollback plans. These deployment guardrails ensure robust model serving and mitigate risks in the production environment.

Can I generate an end-to-end ML workflow for datasets of varying sizes and domains?

Yes, you can generate an end-to-end ML workflow for datasets of varying sizes and domains. The workflow guides architecture review, feature engineering, training pipeline design, and deployment planning across diverse data inputs.

How does feature engineering fit into the machine learning development workflow?

Feature engineering fits into the machine learning development workflow during training pipeline design, working alongside data preprocessing and model training. It helps shape data flows to improve model evaluation and deployment readiness.