auto

Installation
SKILL.md

Ship: Auto

Full staged workflow for explicit end-to-end production delivery.

Execution

Resolve ../../scripts/auto-orchestrate.sh relative to this skill file, then run the shared stage-aware orchestrator:

SHIP_ORCH="../../scripts/auto-orchestrate.sh"
if [ -f .ship/ship-auto.local.md ]; then
  "$SHIP_ORCH" resume
else
  "$SHIP_ORCH" init '<user requirement goes here>'
fi
Installs
2
Repository
heliohq/ship
GitHub Stars
81
First Seen
Apr 22, 2026
auto — heliohq/ship