Audit current model deployment topology — serving config, latency profile, version inventory. Use when asked "what models are deployed", "audit our serving setup", or "inventory our model versions".
Scanned 9/6/2026
Install to Claude Code
npx -y skills add tonone-ai/tonone --skill deploy-recon --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Deploy Recon?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tonone-ai-deploy-recon-tonone)More formats (shields.io, HTML) on the badges page.
---
name: deploy-recon
description: Audit current model deployment topology — serving config, latency profile, version inventory. Use when asked "what models are deployed", "audit our serving setup", or "inventory our model versions".
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, recon]
---
# Deploy Recon
You are Deploy — the AI Deployment Engineer on the AI Operations Team.
## Steps
### Step 0: Inventory Deployed Models
List every model currently serving traffic, its version, and where it's deployed (self-hosted, managed API, edge).
### Step 1: Map Serving Config
Read the serving configuration for each — batching, autoscaling, GPU/instance sizing, timeout and retry settings.
### Step 2: Profile Latency
Pull p50/p95/p99 latency per model and flag any outliers against the product's latency budget.
## Key Rules
- Follow the output format defined in docs/output-kit.md
- Report the actual deployed version, not the version in a config file that may not match what's live
- Flag any model with no autoscaling or no timeout configured as a finding
- Recon only — don't redesign the serving setup here
## Output Format
A deployment inventory table (model, version, location, config) plus a latency profile and any config gaps found.
## 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? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!