# Deploy Serve

> 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".

- Skill: `tonone-ai/deploy-serve` (Agent Skill)
- Install (CLI): `npx skillmds add tonone-ai/deploy-serve`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tonone-ai/deploy-serve/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- License: MIT
- Author: tonone-ai (https://skillmd.com/u/tonone-ai)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/tonone-ai/deploy-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.

