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/barun-saha/kodeagent/copilot-instructionsgit clone --depth 1 https://github.com/barun-saha/kodeagentWrote 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/barun-saha/kodeagent/copilot-instructions)<a href="https://agentmods.dev/instructions/barun-saha/kodeagent/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/barun-saha/kodeagent/copilot-instructions.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.00173 | $0.00173 |
| Opus 5 | $0.00086 | $0.00086 |
| Sonnet 5 | $0.00035 | $0.00035 |
| Haiku 4.5 | $0.00017 | $0.00017 |
Grade A, and why
kodeagent copilot-instructions.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 4d 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
- In Python code, always use single quote for strings unless double quotes are necessary. Use triple double quotes for docstrings.
- When defining functions, always include type hints for parameters and return types.
- Except for logs, use f-strings for string formatting instead of other methods like % or .format().
- Use Google-style docstrings for all functions and classes.
- Two blank lines should precede top-level function and class definitions. One blank line between methods inside a class.
- Max line length is 100 characters. Use brackets to break long lines. Wrap long strings (or expressions) inside ( and ).
- Split long lines at braces, e.g., like this: my_function( param1, param2 ) NOT like this: my_function(param1, param2)
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.
- 4d ago First seen · 15 lines · 173 tokens per session scan A 22a0c455bb07
kodeagent copilot-instructions.md is an instructions file published in the GitHub repository barun-saha/kodeagent (40 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 173 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-30.
Other instructions, from other repositories
deer-flow AGENTS.md
AGENTS.md instructions for bytedance/deer-flow, covering agents.md, what is deerflow, service topology, repository map and commands: root vs. module.
deer-flow copilot-instructions.md
Copilot instructions for bytedance/deer-flow, covering copilot onboarding instructions for deerflow, 1) repository summary, 2) runtime and toolchain requirements, 3) build/test/lint/run - verified command sequences and a. bootstrap and install.
deer-flow CLAUDE.md
Claude Code instructions for bytedance/deer-flow: The repo's agent guidance lives in AGENTS.md so it is shared across coding agents (Claude Code, Codex, and others). Claude Code imports it below.
nexent AGENTS.md
AGENTS.md instructions for ModelEngine-Group/nexent, covering agents, available skills, project overview, developer commands and backend (python 3.11).
zypher-agent CLAUDE.md
Instructions for corespeed-io/zypher-agent, covering claude.md, development commands, code quality, architecture overview and monorepo structure.
agent-graph AGENTS.md
AGENTS.md instructions for keta1930/agent-graph, covering commands, architecture, git conventions and test and format infrastructure.