# Deploy

> Deployment orchestrator. Manages deployment init, status checks, and rollbacks across platforms. Routes to platform-specific sub-skills based on project config.

- Skill: `marktantongco/deploy` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add marktantongco/deploy`
- Raw SKILL.md: https://api.skillmd.com/api/skills/marktantongco/deploy/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: marktantongco (https://skillmd.com/u/marktantongco)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/marktantongco/deploy

---


# Deploy

Deployment management for your project. This is the parent orchestrator — it dispatches to sub-skills based on what you need.

## Usage

- `@deploy.init` — Set up deployment configuration for a new project
- `@deploy.status` — Check current deployment status
- `@deploy.rollback` — Rollback to a previous deployment

Invoked directly:
```
User: "Initialize deploy config"
System: → @deploy.init

User: "Check my deploy status"
System: → @deploy.status

User: "Rollback the last deploy"
System: → @deploy.rollback
```

