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/isdou/codeck/agents-mdgit clone --depth 1 https://github.com/isdou/codeckWhat 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.00186 | $0.00186 |
| Opus 5 | $0.00093 | $0.00093 |
| Sonnet 5 | $0.00037 | $0.00037 |
| Haiku 4.5 | $0.00019 | $0.00019 |
Grade A, and why
codeck 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.
What it actually says
Codeck Usage
Use Codeck only when the user explicitly mentions codeck, Gemini, Claude, Antigravity, agy, or another configured external executor.
Do not use Codeck just because a task looks like analysis, review, comparison, long-context reading, or UI feedback. Codex should not choose another model on the user's behalf.
Default flow:
- Use
codeck pick "<task>"to preview the executor when unsure. - Use
codeck ask auto "<task>"for read-only questions. - Use
codeck delegate auto "<task>" -yonly when the user explicitly wants implementation by another executor. - Use
codeck compare claude_architect,gemini_frontend "<task>"when the user asks for comparison or tradeoffs.
Do not route trivial local shell checks, direct file edits, or tasks Codex can complete faster itself.
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 · 15 lines · 186 tokens per session scan A 5d35ec591b07
codeck AGENTS.md is an instructions file published in the GitHub repository isdou/codeck (2 stars, last pushed 23d ago), licensed MIT. It adds 186 tokens to every session, about $0.0009 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
parallel-code CLAUDE.md
Instructions for johannesjo/parallel-code, covering parallel code, stack, commands, project structure and conventions.
PokeTokenBar CLAUDE.md
Instructions for chattymin/PokeTokenBar, covering poketokenbar — claude 프로젝트 지침, 참조 문서 (필요할 때 읽는다), 기여 언어 규약 (오픈소스 대비 — english first), 릴리스 (자연어 트리거) and 확장 규약 (새 프로바이더/툴 추가 시).
ai-driven-development AGENTS.md
Instructions for CodeAlive-AI/ai-driven-development, covering ai-driven development — development guide, git publishing defaults, when to create tags and releases, requires a new tag/release and does not require a new tag/release.
better-code-review-graph AGENTS.md
Instructions for n24q02m/better-code-review-graph, covering better-code-review-graph, cau truc, local-first boundary, lenh thuong dung and cau hinh quan trong.
SubFrame AGENTS.md
Instructions for Codename-11/SubFrame, covering subframe - subframe project, core working principle, relationship to native ai tools, session start and concurrent work & worktrees.
stagecraft AGENTS.md
Instructions for telus-labs/stagecraft, covering agents.md, start here (in order), test and lint commands, where things live and load-bearing contracts (do not break without an adr).