# Deploy

> Build the web package and ship it to the configured environment.

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

---


# deploy

Build the web package, run its smoke checks, then publish the artifact to the
target environment. Confirm the health endpoint returns OK before reporting
success.

This item lives under `packages/web/`, not the repo root. It is discovered
because `[source].roots` points convention scanning at that subtree. It installs
as `deploy` (its bare name); roots affects where discovery looks, not the
installed name.

