# 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-4` (Agent Skill)
- Install (CLI): `npx skillmds@latest add crystian/publish-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/crystian/publish-4/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-4

---


# publish

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

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

