Install
What the skill includes
Once installed, the skill gives your agent immediate access to:- The complete shipped workflow YAML schema in compact, agent-optimized form
- Hard validation rules — strict key allowlists, step kind constraints,
envrestrictions, and the one-manual-trigger limit - The today/roadmap boundary — what NOT to use (
loop,matrix,branch, triggerfilterevaluation) and what IS shipped, like${{ }}interpolation - Two correct examples: a push-triggered checks pipeline and an agent fix-until-green loop
Usage
Once the skill is installed, just ask your agent in plain language. No schema pasting, no special syntax:- “Add a Shipfox workflow that runs tests on every push.”
- “Create a Shipfox workflow that triages Sentry issues with an agent.”
- “Add a gate to my workflow that retries until the tests pass.”
.shipfox/ directory in the repo — or whenever you mention Shipfox workflows explicitly.
Supported tools
The skills package works with any tool supported by skills.sh, including Claude Code, Cursor, Codex, Grok, Copilot, and 15+ others.
Skills vs. copy/paste prompt
Both options give your agent the full Shipfox schema. The right choice depends on how often you work with Shipfox workflows.| Skills Package | Copy/Paste Prompt | |
|---|---|---|
| Installation | One npx command | Manual paste per session |
| Stays current | Re-run install for latest | Must re-paste after schema changes |
| Tool support | 18+ agents via skills.sh | Any agent that accepts a system prompt |
| Best for | Regular Shipfox users | Quick one-off sessions |