# Deploy Helper

> Automate deployment steps and environment bootstrapping for the service.

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

---


# Deploy Helper

Guide the deployment of the service to staging and production environments.

## When to Use

Invoke this skill when the user asks to deploy, roll back, or bootstrap a
new environment for the service.

## Steps

1. Confirm the target environment with the user.
2. Run the build and push the container image.
3. Apply the deployment manifest and watch the rollout.

