---
name: deploy-checklist
slug: deploy-checklist
score: 55
rubric: 1.0
provenance: anthropic
publisher: Anthropic
license: MIT
capability: read-only
canonical: https://top-agent-skills.com/skill/deploy-checklist
---

# deploy-checklist

The pre-ship checklist that catches the embarrassing stuff.

## Install

### Claude Code

```bash
claude plugin install engineering
```

### Cursor

Copy the deploy-checklist folder from the engineering plugin into .cursor/skills/

### Codex CLI

Copy the deploy-checklist folder into ~/.codex/skills/

### Gemini CLI

Copy the deploy-checklist folder into ~/.gemini/skills/

### Antigravity IDE

Pre-installed in the Antigravity awesome-skills bundle.

### Claude.ai (web app)

Settings → Features → Upload skill (download from anthropics/skills).

### Claude API

POST /v1/skills with the skill folder zipped.

## Best for

Shipping a release with migrations, feature flags, or anything that needs a documented rollback path.


## About

Pre-deployment verification checklist — migrations, feature flags, CI status, approvals, rollback triggers.

## Compatibility

claude-code, cursor, codex, antigravity

## Metadata

- Categories: web-hosting-deploys, devops-infra
- Tags: Deploy, Checklist, Rollback
- Setup time: 1 min
- Complexity: Low
- Last update: 2026-05-15
- Verified: 2026-05-31
- Source: https://github.com/anthropics/skills/tree/main/plugins/engineering


---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
