Agent skill · DevOps & Cloud

model-serving

Deploy and query Databricks Model Serving endpoints. Use when (1) deploying MLflow models or AI agents to endpoints, (2) creating ChatAgent/ResponsesAgent agents, (3) integrating UC Functions or Vector Search tools, (4) querying deployed endpoints, (5) checking endpoint status. Covers classical ML models, custom pyfunc, and GenAI agents.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill model-serving-datasciencemonkey-claude-code-cli-bric --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/ai-ml/model-serving-datasciencemonkey-claude-code-cli-bric/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

# Databricks Model Serving Deploy MLflow models and AI agents to scalable REST API endpoints. ## Quick Decision: What Are You Deploying? | Model Type | Pattern | Reference | |------------|---------|-----------| | **Traditional ML** (sklearn, xgboost) | `mlflow.sklearn.autolog()` | [1-classical-ml.md](1-classical-ml.md) | | **Custom Python model** | `mlflow.pyfunc.PythonModel` | [2-custom-pyfunc.md](2-custom-pyfunc.md) | | **GenAI Agent** (LangGraph, tool-calling) | `ResponsesAgent` | [3-genai-agents.md](3-genai-agents.md) | ## Prerequisites - **DBR 16.1+** recommended (pre-installed GenAI packages) - Unity Catalog enabled workspace - Model Serving enabled ## Reference Files | Topic | File | When to Read | |-------|------|--------------| | Classical ML | [1-classical-ml.md](1-classical-ml.md) | sklearn, xgboost, autolog | | Custom PyFunc | [2-custom-pyfunc.md](2-custom-pyfunc.md) | Custom preprocessing, signatures | | GenAI Agents | [3-genai-agents.md](3-genai-agents.md) | ResponsesAgent, LangGraph | | Tools Integration | [4-tools-integration.md](4-tools-integration.md) | UC Functions, Vector Search | | Development & Testing | [5-development-testing.md](5-development-testing.md) | M

What's inside
Steps it walks through
  1. Quick Decision: What Are You Deploying?
  2. Prerequisites
  3. Reference Files
  4. Quick Start: Deploy a GenAI Agent
  5. Step 1: Install Packages (in notebook or via MCP)
  6. Step 2: Create Agent File
  7. Step 3: Upload to Workspace
  8. Step 4: Test Agent
  9. Step 5: Log Model
  10. Step 6: Deploy (Async via Job)
  11. Step 7: Query Endpoint
  12. Quick Start: Deploy a Classical ML Model
  13. MCP Tools
  14. Development & Testing
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the model-serving skill do?

Deploy and query Databricks Model Serving endpoints. Use when (1) deploying MLflow models or AI agents to endpoints, (2) creating ChatAgent/ResponsesAgent agents, (3) integrating UC Functions or Vector Search tools, (4) querying deployed endpoints, (5) checking endpoint status. Covers classical ML models, custom pyfunc, and GenAI agents.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill model-serving-datasciencemonkey-claude-code-cli-bric --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