cc-fleet AGENTS.md

cc-fleet AGENTS.md is an instructions file for Codex, OpenCode from ethanhq/cc-fleet. It costs 480 tokens per session, scanned A, original, Apache-2.0.

Instructions for contributors and coding agents working on cc-fleet, a system for running tasks through different AI workers. They point to the repository's main guidance, architecture notes, contribution rules, and skill sources.

In plain words
What is it for?
Use them before changing the cc-fleet repository. They guide work involving AGENTS.md, CLAUDE.md, skills, documentation, tests, commits, and attribution.
Why use it?
They reduce inconsistent changes by explaining which files are authoritative, which checks are required, and which coding conventions to follow. They also help agents avoid editing generated or secondary copies incorrectly.

Instructions file for CodexOpenCode

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/ethanhq/cc-fleet/agents-md
Clone the repo
git clone --depth 1 https://github.com/ethanhq/cc-fleet

Made for: Codex, OpenCode.

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 cc-fleet AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ethanhq/cc-fleet/agents-md.svg)](https://agentmods.dev/instructions/ethanhq/cc-fleet/agents-md)
Your own site
<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>
Per session 480 This file is loaded in full into every session.
When invoked 480 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.00480 $0.00480
Opus 5 $0.00240 $0.00240
Sonnet 5 $0.00096 $0.00096
Haiku 4.5 $0.00048 $0.00048

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

Security

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.

AGENTS.md · 33 lines

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 Result envelopes from spawn/subagent; validate names before use; honor the lock order.
  • Verify before done: go test -race ./..., gofmt -l ., go vet ./... clean; plus claude plugin validate . --strict if 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).
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. 3d ago First seen · 33 lines · 480 tokens per session scan A 216047c32a84

Subscribe to this mod's changes

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.

Related

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.

alirezarezvani/claude-code-tresor · 5,338 tokens

FMT-exocortex-template CLAUDE.md

Claude Code instructions for TserenTserenov/FMT-exocortex-template, covering инструкции для всех репозиториев, 1. архитектура репозиториев, 2. орз-фрактал (открытие → работа → закрытие), блокирующие правила and протокол работы (полный → memory/protocol-work.md).

TserenTserenov/FMT-exocortex-template · 4,800 tokens

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.

claude-php/Claude-PHP-SDK · 3,375 tokens

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).

legioncodeinc/honeycomb · 2,094 tokens

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.

mohsinkhadim59/youtube-obsidian-mcp · 3,471 tokens

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).

microsoft/vscode · 6,785 tokens