Initial commit
This commit is contained in:
20
.claude-plugin/plugin.json
Normal file
20
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "machine-learning-ops",
|
||||
"description": "ML model training pipelines, hyperparameter tuning, model deployment automation, experiment tracking, and MLOps workflows",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
},
|
||||
"skills": [
|
||||
"./skills/ml-pipeline-workflow"
|
||||
],
|
||||
"agents": [
|
||||
"./agents/data-scientist.md",
|
||||
"./agents/ml-engineer.md",
|
||||
"./agents/mlops-engineer.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/ml-pipeline.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user