plugins marketplace
← All plugins

model-deployment-helper

v1.19.0

Deploy ML models to production

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/model-deployment-helper/ inside the repository.

Layout

plugins/ai-ml/model-deployment-helper/
├── .claude-plugin/plugin.json
└── skills/deploying-machine-learning-models/SKILL.md

Skills1

deploying-machine-learning-modelsskills/deploying-machine-learning-models/SKILL.md

Deploy this skill enables AI assistant to deploy machine learning models to production environments. it automates the deployment workflow, implements best practices for serving models, optimizes performance, and handles potential errors. use this skill when th... Use when deploying or managing infrastructure. Trigger with phrases like 'deploy', 'infrastructure', or 'CI/CD'.

Manifests1

plugins/ai-ml/model-deployment-helper/.claude-plugin/plugin.json
{
  "name": "model-deployment-helper",
  "version": "1.19.0",
  "description": "Deploy ML models to production",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "deployment",
    "serving",
    "production",
    "api",
    "agent-skills"
  ]
}