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/ethanhq/cc-fleet/agents-mdgit clone --depth 1 https://github.com/ethanhq/cc-fleetWrote 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.
[](https://agentmods.dev/instructions/ethanhq/cc-fleet/agents-md)<a href="https://agentmods.dev/instructions/ethanhq/cc-fleet/agents-md"><img src="https://agentmods.dev/badge/instructions/ethanhq/cc-fleet/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00480 | $0.00480 |
| Opus 5 | $0.00240 | $0.00240 |
| Sonnet 5 | $0.00096 | $0.00096 |
| Haiku 4.5 | $0.00048 | $0.00048 |
Grade A, and why
cc-fleet 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 3d ago.
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.
What it actually says
AGENTS.md
This repo's agent/AI guidance lives in CLAUDE.md — it is the single source
of truth for any coding agent (Claude Code, Codex, Cursor, etc.). Read it before editing:
what cc-fleet is, the four execution lanes, the load-bearing invariants, and the build/test
commands. The system design lives in docs/architecture.md; the
skills' canonical source is skills/ (edit there, then make skill-sync — see CLAUDE.md);
the user-facing references to keep in sync are docs/cli.md and
docs/workflows.md.
The contribution standard (required checks, commit/PR rules, screenshots, AI attribution) is
CONTRIBUTING.md.
Coding standards (the essentials)
- Minimal intrusion. Change the fewest lines that solve the task. No out-of-scope refactor, rename, or reformat. Match the surrounding style.
- Simplest correct implementation. No speculative abstraction, dependency, or config surface (YAGNI). Reuse an existing helper before adding one.
- Concise comments. Explain why, not what; no narration or ticket/changelog notes. Fix comments your change makes stale.
- Respect the invariants documented in CLAUDE.md: keys never in env/argv/history; classified
Resultenvelopes fromspawn/subagent; validate names before use; honor the lock order. - Verify before done:
go test -race ./...,gofmt -l .,go vet ./...clean; plusclaude plugin validate . --strictif you touched the plugin/skill.
AI attribution
- AI-assisted (a human authored/reviewed the diff) →
Co-Authored-By:trailer naming the tool/model in the commit message. - Fully AI-authored PR → add the autonomous-PR marker as the last line of the PR body
(see
CONTRIBUTING.md).
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.
- 3d ago First seen · 33 lines · 480 tokens per session scan A 216047c32a84
cc-fleet AGENTS.md is an instructions file published in the GitHub repository ethanhq/cc-fleet (210 stars, last pushed 15d ago), licensed Apache-2.0. It adds 480 tokens to every session, about $0.0024 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-30.
Other instructions, from other repositories
claude-code-tresor CLAUDE.md
Instructions for alirezarezvani/claude-code-tresor, covering claude.md - development guide, 🎯 repository purpose, 🏗️ architecture, 🛠️ common development commands and building & testing.
FMT-exocortex-template CLAUDE.md
Claude Code instructions for TserenTserenov/FMT-exocortex-template, covering инструкции для всех репозиториев, 1. архитектура репозиториев, 2. орз-фрактал (открытие → работа → закрытие), блокирующие правила and протокол работы (полный → memory/protocol-work.md).
Claude-PHP-SDK copilot-instructions.md
Instructions for claude-php/Claude-PHP-SDK, covering copilot instructions for claude php sdk, project goals, architecture & core components, directory structure (to be created) and key architectural patterns.
honeycomb AGENTS.md
AGENTS.md instructions for legioncodeinc/honeycomb, covering agents.md, what this repo is, major directories, build / quality gate and architecture boundaries (load-bearing).
youtube-obsidian-mcp CLAUDE.md
Instructions for mohsinkhadim59/youtube-obsidian-mcp, covering 🤖 claude ai instructions for youtube lecture notes mcp, 🎯 your role, 🛠️ available mcp tools, 1. processyoutubelecture and 2. getvideosubtitles.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).