# Deploy Check

> Use before deploying Monorepo on a VPS or creating global agent links.

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

---


# Deploy Check

Use this skill before running bootstrap on a new machine.

## Steps

1. Run `scripts/sync.sh`.
2. Run `scripts/doctor.sh`.
3. Run `scripts/bootstrap.sh --dry-run`.
4. Inspect every path that would be changed under `$HOME`.
5. Run `scripts/bootstrap.sh --apply` only after the dry run is acceptable.
6. Run `scripts/doctor.sh --global`.

## Notes

Bootstrap should back up conflicting files before linking.
Keep secrets outside Monorepo.


