Agent Skills
Put Shipmoor inside your coding agent
Agent Skills are behaviors your agent follows — scan the change, triage findings, repair them, and check the work against the task — driven by the local Shipmoor CLI, where the code is created.
$ shipmoor skills install claude One managed block · all five skills · re-running is byte-identical.
Your coding agent already writes most of the diff. Agent Skills make it run Shipmoor as part of that work — review its own change, repair what it broke, and check the result against the task — without you switching tools. The skills are behaviors the agent follows; the local Shipmoor CLI does the scanning and stays the single source of truth.
- Works with Claude, Codex, Cursor, Aider
- Local-first — no source upload
- Part of Shipmoor IC
- skill = behavior
- CLI = source of truth
- no source upload
- idempotent install
- BYO agent
$ shipmoor skills install claude wrote managed block → CLAUDE.md ✓ shipmoor-review tier: ic enabled ✓ shipmoor-fix tier: ic enabled ✓ shipmoor-intent-contract tier: ic enabled ✓ shipmoor-agent-guard tier: ic enabled ✓ shipmoor-pr-preflight tier: ic enabled re-running is byte-identical · uninstall removes only this block shipmoor skills install claude — one managed block, all five skills, tier: ic
Manage skills from the CLI
Skills install through the same shipmoor binary that runs the scan. Each install writes one marker-wrapped, idempotent block into your agent's own instruction file — and nowhere else.
-
See the catalog and your entitlement state
shipmoor skills list -
Install into Claude (writes CLAUDE.md)
shipmoor skills install claude -
Install into every supported agent
shipmoor skills install all -
See what's installed where
shipmoor skills status -
Remove only the managed block
shipmoor skills uninstall claude
Supported agents: claude (CLAUDE.md), codex (AGENTS.md), cursor (.cursor/rules/shipmoor.md), and aider (.aider.conf.yml). Your own content is never touched.
The five skills
Each skill is a behavior the agent follows, driving the Shipmoor CLI loop. Some require deeper entitlements — intent-contract needs Claim Check; fix needs repair guidance.
- shipmoor-review
Review
Run the scan, triage findings, explain blockers, and report a review-readiness verdict.
- shipmoor-fix
Fix
Repair findings introduced by the current change and re-scan until the gate passes.
- shipmoor-intent-contract
Intent contract
Compare the change against its declared task and surface drift before review.
- shipmoor-agent-guard
Agent guard
Inject compact pre-edit guardrails that prevent common defects before review.
- shipmoor-pr-preflight
PR preflight
Run the final PR-readiness path — diff scan, structural gate, and a copyable PR note.
How Agent Skills are tiered
Agent Skills are a paid first-party product, gated by the agent_skills entitlement.
- Community
Free
Wire the Community CLI into your agent yourself — the DIY path.
- Local structural scan
- Catalog visible (locked)
- No managed install
- Shipmoor IC
$19 / dev / mo
All five skills install into your agent and run the full CLI loop.
- All five skills
- One-command install per agent
- Claim Check + repair guidance
Local-first, by construction
Skills are static instructions plus the local CLI — they describe what the agent should do and let the CLI do the scanning. No source code, diff, or finding prose leaves your machine.
Run Shipmoor where your code is written
Install the free CLI, sign in to Shipmoor IC, and drop the skills into your agent in one command.
Get Shipmoor CLI
One installer. One shipmoor command. Free Community scans.
Agent Skills FAQ FAQ
How skills install and run inside your agent.