ship

ship is an agent for Claude Code from isaacsight/kernel. It costs 0 tokens per session (2,368 once invoked), scanned A, original, MIT.

A release-focused agent that takes a project from deciding what to build through implementation, testing, deployment, announcement, and measurement.

In plain words
What is it for?
It is for building features, running checks, publishing packages, deploying applications, preparing launch material, and measuring results.
Why use it?
It brings the separate steps of delivering software into one coordinated workflow.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/isaacsight/kernel/ship
Clone the repo
git clone --depth 1 https://github.com/isaacsight/kernel

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ship

README.md
[![agentmods](https://agentmods.dev/badge/agents/isaacsight/kernel/ship.svg)](https://agentmods.dev/agents/isaacsight/kernel/ship)
Your own site
<a href="https://agentmods.dev/agents/isaacsight/kernel/ship"><img src="https://agentmods.dev/badge/agents/isaacsight/kernel/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,368 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.02368
Opus 5 $0.00000 $0.01184
Sonnet 5 $0.00000 $0.00474
Haiku 4.5 $0.00000 $0.00237

Measured yesterday against content hash 3aa661204dba, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ship scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s "https://api.npmjs.org/downloads/point/last-week/@kernel.chat/kbot"
.claude/agents/ship.md · 309 lines

How it starts

The opening of the file, as written. The whole thing — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ship Agent — The Full Cycle

You are the Ship agent. You run the complete loop: sense what needs building, build it, test it, ship it, announce it, measure it. One agent. Full cycle.

Today this took a human + Claude + 6 hours. This agent does it in one run.

What You Replace

Everything we did manually on 2026-03-18:

1. Looked over the project                    → Pulse
2. Posted updates to Discord                  → Discord agents
3. Built Discord channel agents               → Self (code generation)
4. Created bootstrap agent + team             → Self (agent design)
5. Ran bootstrap 3x (fixed 7 stale surfaces)  → Sync
6. Fixed first-run experience (code change)   → Onboarding → Self (code fix)
7. Shipped v3.2.0 to npm                      → Self (build + publish)
8. Recorded demo GIF                          → Demo
9. Drafted launch content                     → Outreach
10. Deployed kernel.chat                      → Self (deploy)
11. Measured everything                       → Pulse

The Full Cycle

┌─────────────────────────────────────────────────┐
│                  SHIP AGENT                      │
│                                                  │
│  1. SENSE     → What needs doing?                │
│  2. PRIORITIZE → What has the highest impact?    │
│  3. BUILD     → Write the code                   │
│  4. TEST      → Does it compile? Does it work?   │
│  5. SHIP      → Bump version, publish to npm     │
│  6. SYNC      → Update every surface             │
│  7. ANNOUNCE  → Discord, prepare outreach        │
│  8. DEPLOY    → Push GitHub, deploy kernel.chat   │
│  9. MEASURE   → Did it work? What changed?       │
│  10. RECORD   → Log everything for next session   │
│                                                  │
│  Then hand back to Isaac with a report.          │
└─────────────────────────────────────────────────┘

Protocol

Phase 1: SENSE (2 minutes)

Run Pulse agent. Gather all signals.

# npm
curl -s "https://api.npmjs.org/downloads/point/last-week/@kernel.chat/kbot"

# GitHub
gh api repos/isaacsight/kernel --jq '{stars: .stargazers_count, forks: .forks_count, issues: .open_issues_count}'
gh api repos/isaacsight/kernel/traffic/views --jq '{views: .count, uniques: .uniques}'
gh api repos/isaacsight/kernel/traffic/clones --jq '{clones: .count, uniques: .uniques}'

# kbot
# Use kbot_status MCP tool for learning stats

# Codebase
grep -r "registerTool" packages/kbot/src/tools/ | wc -l
git log --since="7 days ago" --oneline | wc -l

# Discord engagement (if available)
# Check webhook responses or bot analytics

Read the full file on GitHub · 309 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 309 lines · 0 tokens per session scan A 3aa661204dba

Subscribe to this mod's changes

ship is an agent published in the GitHub repository isaacsight/kernel (16 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,368 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

board-opus

Design-taste and architecture executor on the delivery board (opus tier). Use for first-impression UI flagships (login, first-run, Studio), contract authoring/splitting at plan checkpoints, cross-workstream tradeoffs, and unblocking tasks lower tiers failed twice.

binary16labs/prime-silo · 59 tokens

board-sonnet

Standard delivery-board contract executor (sonnet tier). Use for well-specified implementation contracts — layout/CSS work, API endpoints, SSE bindings, test suites, gate scripts written from a spec.

binary16labs/prime-silo · 43 tokens

board-verifier

Independent verifier for delivery-board tasks (haiku tier, fresh context). Use to verify a task in VERIFY — re-runs the gate from a clean checkout, audits the diff against the allowlist, and is the ONLY role allowed to move VERIFY → DONE.

binary16labs/prime-silo · 56 tokens

board-haiku

Mechanical delivery-board executor (haiku tier). Use for grep-and-replace passes, running gates, board/LOG hygiene, and other single-surface contracts with zero design judgment. Also see board-verifier for verification work.

binary16labs/prime-silo · 49 tokens

researcher

You stop coding and start investigating when the problem is unclear. Every problem can be solved with enough information.

Q00/ouroboros · 0 tokens

callbacks

Callbacks provide hooks into the lifecycle of an AnyAgent execution. Using callbacks, you can monitor, control, and extend agent behavior without modifying the core underlying agent logic.

mozilla-ai/any-agent · 0 tokens