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.
npx agentmods add instructions/chitamoor/shipkit/agents-mdgit clone --depth 1 https://github.com/chitamoor/shipkitWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03842 | $0.03842 |
| Opus 5 | $0.01921 | $0.01921 |
| Sonnet 5 | $0.00768 | $0.00768 |
| Haiku 4.5 | $0.00384 | $0.00384 |
Grade A, and why
shipkit AGENTS.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 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.
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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- yesterday First seen · 332 lines · 3,842 tokens per session scan A 610c766cce24
shipkit AGENTS.md is an instructions file published in the GitHub repository chitamoor/shipkit (2 stars, last pushed 6mo ago), with no licence file. It adds 3,842 tokens to every session, about $0.0192 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.
Other instructions, from other repositories
builders-stack AGENTS.md
Instructions for lonormaly/builders-stack, covering agents.md — the primer for coding agents, rule zero — worktrees are temporary and share dependencies, 1. the mental model — the buckets, 2. the map — all 17 packages and 3. the laws — do not break these.
nextjs-expo-saas-starter CLAUDE.md
Instructions for brainbytes-dev/nextjs-expo-saas-starter, covering claude.md, project overview, monorepo structure, commands and database (from root or packages/db).
builders-stack CLAUDE.md
Instructions for lonormaly/builders-stack, covering claude.md — the map for coding agents, where things live, conventions (do not break), how to run and adding things.
vexpo AGENTS.md
Instructions for ramonclaudio/vexpo, covering agents.md, project, stack rules, monorepo (root) and template (templates/default/).
flarestarter CLAUDE.md
Instructions for FlareStarter/flarestarter: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
better-drizzle CLAUDE.md
Instructions for almeidazs/better-drizzle: Use AGENTS.md as the repository-wide source of truth.