# Publish

> Publishes the portfolio: runs the link check, hands off to the content editor for any last fixes, then follows the deploy runbook.

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

---


# publish

The one skill you run when the site is ready to go out.

## Steps
1. Run $check-links on the pages in public/. If it reports broken links, stop and fix them first.
2. If a page needs a content fix, brief [content-editor](../../../.codex/agents/content-editor.toml) with the change.
3. Follow the [deploy runbook](../../../docs/DEPLOY.md): regenerate pages, run the link check, start the server.

