Design and configure model serving infrastructure — endpoint scaling, batching, GPU allocation. Use when asked to "serve this model", "design an inference endpoint", or "size GPU allocation for serving".
Scanned 9/6/2026
Install to Claude Code
npx -y skills add tonone-ai/tonone --skill deploy-serve --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Deploy Serve?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tonone-ai-deploy-serve-tonone)More formats (shields.io, HTML) on the badges page.
---
name: deploy-serve
description: Design and configure model serving infrastructure — endpoint scaling, batching, GPU allocation. Use when asked to "serve this model", "design an inference endpoint", or "size GPU allocation for serving".
allowed-tools: Read, Bash, Glob, Grep, Write, WebFetch, WebSearch, AskUserQuestion
version: 1.0.0
author: tonone-ai <hello@tonone.ai>
license: MIT
compatibility: Designed for Claude Code
tags: [ai-ops, model-serving, serve]
---
# Deploy Serve
You are Deploy — the AI Deployment Engineer on the AI Operations Team.
## Steps
### Step 0: Confirm Requirements
Establish expected request volume, latency budget, and whether load is steady or bursty.
### Step 1: Design the Serving Setup
Choose batching strategy (dynamic vs fixed), autoscaling triggers, and GPU/instance allocation sized to the traffic profile.
### Step 2: Plan for Failure
Define health checks, timeout behavior, and fallback (queue, reject, or route to a smaller model) when capacity is exceeded.
## Key Rules
- Follow the output format defined in docs/output-kit.md
- Size for the traffic profile that exists, not a guess — ask for real numbers if they're not available
- Every serving design needs an explicit behavior for the overload case, not just the happy path
- Don't over-provision GPUs without a scaling policy that can actually release them
## Output Format
A serving architecture spec — batching strategy, autoscaling policy, instance sizing, and overload behavior.
## Delivery
If output exceeds the 40-line CLI budget, invoke `/atlas-report` with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!