PreviewShip now includes two Agent Skills for sharing AI coding conversations:
share-codex-chat: export the current visible Codex conversation as a high-fidelity HTML page and deploy it to PreviewShip.share-claude-code-chat: read local Claude Code JSONL sessions, render visible messages and safe tool activity timelines, hide reasoning/raw tool output, and deploy the result to PreviewShip.
Install:
npx skills add blockdancez/PreviewShip --skill share-codex-chat -a codex -g --yes
npx skills add blockdancez/PreviewShip --skill share-claude-code-chat -a codex -g --yes