aboutsummaryrefslogtreecommitdiffstats
path: root/skills/ship-setup/setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add setup.sh companion script for ship-setup skillClawd8 days1-0/+147
Extracts server provisioning logic into a proper bash script rather than ad-hoc SSH commands in skill prose. Mirrors the behavior of the original `ship host init` Go CLI code exactly — Caddy install, directory structure, Caddyfile config, all idempotent. Updates SKILL.md to reference the script instead of inlining commands. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>