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 cli
edit
01
scan
02
findings
03
fix
04
clear
05

edit scan findings fix clear · the CLI stays the source of truth.

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.

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.

curl -fsSL https://dl.shipmoor.dev/install.sh | bash


Agent Skills docs

Agent Skills FAQ FAQ

How skills install and run inside your agent.

Contact sales

Our team can help with custom support, team rollouts, and self-hosted deployments. Or to get started now, explore our self-serve plans.