ShipStatic ShipStatic

Ship Skill

One markdown file that teaches any AI coding agent how to install the Ship CLI and deploy your site.

SKILL.md
---
name: ship
---
# Install
$ npm install -g @shipstatic/ship
# Deploy
$ ship ./dist --label production
# Link domain
$ ship domains set www.example.com <id>
Agent Skill

Teach your AI to ship.

One file that gives any AI coding agent the ability to deploy your site, set up domains, and go live — using the Ship CLI.

  • Works with Claude Code, Cursor, Gemini CLI & more
  • Three commands: install, deploy, go live
  • Instant rollback — switch domains between versions
  • Open standard — just a SKILL.md file
$ curl --create-dirs -so .claude/skills/ship/SKILL.md https://www.shipstatic.com/SKILL.md
Configuration as Code

One file. Full control.

Drop a ship.json in your project root to configure rewrites, redirects, and custom headers. No dashboard clicks, no deploy flags, just code.

SPA Rewrites

Route all paths to index.html for client-side routing.

Redirects

Permanent or temporary redirects with status codes.

Custom Headers

Set CORS, CSP, cache-control, and any other HTTP header.

ship.json
{
  "rewrites": [
    {
      "source": "/**",
      "destination": "/index.html"
    }
  ]
}

Ready to go live?

No extra charges, no surprise bills, nothing to maintain.