shipit CLAUDE.md

shipit CLAUDE.md is an instructions file for coding agents from nikzlabs/shipit. It costs 10,578 tokens per session, scanned A, original, Apache-2.0.

A set of product and development instructions for ShipIt, a browser-based AI editor where users describe changes in chat and see the results live.

In plain words
What is it for?
Use it when developing ShipIt features or deciding how chat, previews, diffs, pull requests, CI, deployments, and conflicts should appear in the product.
Why use it?
It gives the coding agent rules for keeping building, reviewing, debugging, and shipping work inside ShipIt's interface.

Instructions file

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 instructions/nikzlabs/shipit/claude-md
Clone the repo
git clone --depth 1 https://github.com/nikzlabs/shipit

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 shipit CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nikzlabs/shipit/claude-md.svg)](https://agentmods.dev/instructions/nikzlabs/shipit/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/nikzlabs/shipit/claude-md"><img src="https://agentmods.dev/badge/instructions/nikzlabs/shipit/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 10,578 This file is loaded in full into every session.
When invoked 10,578 The same file — it is already loaded in full.
Security scan A 0 findings. 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.10578 $0.10578
Opus 5 $0.05289 $0.05289
Sonnet 5 $0.02116 $0.02116
Haiku 4.5 $0.01058 $0.01058

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

Security

Grade A, and why

shipit CLAUDE.md scanned grade A with 0 findings 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 today.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 297 lines

How it starts

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

CLAUDE.md

ShipIt is a browser-based AI editor — describe what you want in chat, the agent writes the code, and you see results live. The agent runs as a CLI inside a session container; Claude Code CLI is the default backend, Codex CLI is also supported, and the architecture is agent-agnostic so additional backends can be added later. Authentication normally uses the user's existing subscription with the chosen provider; a metered API key exists only as a fallback ranked below connected accounts.

Product principles

These govern what ShipIt is. They override convenience, "what other tools do," and "this is how the underlying platform works." A proposal that conflicts with one is wrong. Design docs cite them by number — §1–§5 are stable identifiers; compress the prose, never renumber.

1. ShipIt is the surface. The user does not leave it.

You build, review, ship, and debug inside one chat-shaped IDE. PRs, CI status, deploy status, diffs, commit history, conversation history, terminal output, preview, and merge conflicts all surface inline — no GitHub tab, hosting dashboard, CI tab, or local terminal required. Sending the user elsewhere is a failure of the product, not a feature.

2. Inline beats link-out. Always.

If the upstream system has the data, ShipIt fetches and renders it. Links to GitHub or the cloud provider are escape hatches in overflow menus, never the happy path — "View on GitHub" sits beside the PR card, and we never bounce anyone to GitHub's diff viewer. The reason is compounding: once the user is reading a PR on github.com, the next comment, re-request, and fixup happen there too. The cycle has to start somewhere; we keep it inside.

3. External tabs are reserved for things ShipIt does not own.

The whole list: OAuth / auth flows (Anthropic, GitHub own their login screens), account and billing pages (provider billing, GitHub repo creation and settings), and external documentation the user explicitly clicks through to. "The PR was created so let's open it" is not on it.

Read the full file on GitHub · 297 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. today Changed · +177 tokens per session 202180354c5d
  2. 4d ago First seen · 297 lines · 10,401 tokens per session scan A a8d1aee6dd1e

Subscribe to this mod's changes

shipit CLAUDE.md is an instructions file published in the GitHub repository nikzlabs/shipit (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 10,578 tokens to every session, about $0.0529 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.