# Deploy

> >

- **Type:** Skill
- **Install:** `agentstack add skill-ao92265-claude-code-playbook-deploy`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ao92265](https://agentstack.voostack.com/s/ao92265)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ao92265](https://github.com/ao92265)
- **Source:** https://github.com/ao92265/claude-code-playbook/tree/main/skills/deploy

## Install

```sh
agentstack add skill-ao92265-claude-code-playbook-deploy
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Deploy Workflow

Safe deployment checklist. Runs pre-deploy verification before any deployment action.

## Steps

1. Verify git credentials: `gh auth status` — if failing, STOP and report
2. Run build with OOM prevention: `NODE_OPTIONS='--max-old-space-size=4096' npm run build` — if OOM occurs, retry with 8192
3. Run tests with `npm test` — if any fail, stop and report
4. Check for port conflicts on the target port
5. Verify required environment variables are set (check .env exists, don't expose values)
6. Check git status — warn if there are uncommitted changes
6. Show a summary of what will be deployed (current branch, latest commit, build status)
7. **STOP and ask for explicit confirmation before proceeding with any deployment action**

## Important
- Do NOT push, deploy, or run any deployment commands without explicit user confirmation
- Do NOT proceed past a failed build or test step
- If deploying to Azure, verify the tier supports the required features first
- Always show what branch and commit will be deployed before asking for confirmation

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ao92265](https://github.com/ao92265)
- **Source:** [ao92265/claude-code-playbook](https://github.com/ao92265/claude-code-playbook)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ao92265-claude-code-playbook-deploy
- Seller: https://agentstack.voostack.com/s/ao92265
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
