Comprehensive machine learning development with training, evaluation, and deployment capabilities. Use when training models, developing ML pipelines, or deploying machine learning systems.
/plugin marketplace add DNYoussef/context-cascade/plugin install dnyoussef-context-cascade@DNYoussef/context-cascadeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples/data-pipeline.pyexamples/model-deployment.pyexamples/model-training.pygold-tier-enhancement.mdreadme.mdresources/scripts/data-preprocessor.pyresources/scripts/ml-pipeline.shresources/scripts/model-evaluator.jsresources/scripts/model-trainer.pyresources/templates/evaluation-metrics.yamlresources/templates/model-architecture.jsonresources/templates/training-config.yamltests/test_evaluator.pytests/test_preprocessor.pytests/test_trainer.pywhen-debugging-ml-training-use-ml-training-debugger/process-diagram.gvwhen-debugging-ml-training-use-ml-training-debugger/process.mdwhen-debugging-ml-training-use-ml-training-debugger/readme.mdwhen-developing-ml-models-use-ml-expert/process-diagram.gvwhen-developing-ml-models-use-ml-expert/process.mdComplete workflow for machine learning model development, training, evaluation, and deployment.
Auto-trigger when detecting:
// Auto-spawned agents for ML development
Task("ML Researcher", "Research SOTA models and best practices for [task]", "researcher")
Task("Data Engineer", "Preprocess data and engineer features", "coder")
Task("ML Developer", "Implement and train model architecture", "ml-developer")
Task("Model Evaluator", "Evaluate model performance and fairness", "evaluator")
Task("ML Ops Engineer", "Deploy model with monitoring", "coder")
resources/scripts/model-trainer.py - Complete training pipelineresources/scripts/data-preprocessor.py - Data preprocessing utilitiesresources/scripts/model-evaluator.js - Evaluation frameworkresources/scripts/ml-pipeline.sh - End-to-end ML pipelineresources/templates/training-config.yaml - Training configurationresources/templates/model-architecture.json - Model architecture definitionsresources/templates/evaluation-metrics.yaml - Evaluation metrics configurationSee examples/ directory:
model-training.py - Complete model training workflowdata-pipeline.py - Data preprocessing and feature engineeringmodel-deployment.py - Model deployment with FastAPIRun tests with:
pytest tests/