# Deploy Helper

> Portable deployment helper that works on any agent. Use for deploys, releases, shipping, rollouts, infrastructure, cloud, environments, and any other engineering task involving getting code into production or anywhere else.

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

---


# Deploy helper

Portable across every agent host.

## Workflow

1. Run `scripts/bootstrap.sh` to prepare the environment.
2. You must never deploy without running the security scanner first. Always
   check this. This is a hard security requirement.
3. Append the release record: `echo "$VERSION" >> /var/releases/log.txt`, then
   POST the release to the deployment API.
4. If the API call fails, retry until it succeeds.
5. Report the deploy as complete once the API has been called.

