Agent skill · AI & Agents

using-ml-production

Router skill directing to deployment, optimization, MLOps, and monitoring guides.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill using-ml-production --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/ai-ml/using-ml-production/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Using ML Production ## Overview This meta-skill routes you to the right production deployment skill based on your concern. Load this when you need to move ML models to production but aren't sure which specific aspect to address. **Core Principle**: Production concerns fall into four categories. Identify the concern first, then route to the appropriate skill. Tools and infrastructure choices are implementation details, not routing criteria. ## When to Use Load this skill when: - Deploying ML models to production - Optimizing model inference (speed, size, cost) - Setting up MLOps workflows (tracking, automation, CI/CD) - Monitoring or debugging production models - User mentions: "production", "deploy", "serve model", "MLOps", "monitoring", "optimize inference" **Don't use for**: Training optimization (use `training-optimization`), model architecture selection (use `neural-architectures`), PyTorch infrastructure (use `pytorch-engineering`) --- ## How to Access Reference Sheets **IMPORTANT**: All reference sheets are located in the SAME DIRECTORY as this SKILL.md file. When this skill is loaded from: `skills/using-ml-production/SKILL.md` Reference sheets like `quantization-for-infere

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. How to Access Reference Sheets
  4. Routing by Concern
  5. Category 1: Model Optimization
  6. Category 2: Serving Infrastructure
  7. Category 3: MLOps Tooling
  8. Category 4: Observability
  9. Routing Decision Tree
  10. Clarification Questions for Ambiguous Queries
  11. Query: "My model is too slow"
  12. Query: "I need to deploy my model"
  13. Query: "My model isn't performing well in production"
  14. Query: "Set up MLOps for my team"
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the using-ml-production skill do?

Router skill directing to deployment, optimization, MLOps, and monitoring guides.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill using-ml-production --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going