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/harbor-framework/terminal-bench-1/copilot-instructionsgit clone --depth 1 https://github.com/harbor-framework/terminal-bench-1What 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.00599 | $0.00599 |
| Opus 5 | $0.00300 | $0.00300 |
| Sonnet 5 | $0.00120 | $0.00120 |
| Haiku 4.5 | $0.00060 | $0.00060 |
Grade A, and why
terminal-bench-1 copilot-instructions.md scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
6. **Pinned Dependencies**: If the task uses external dependencies (e.g., Docker images, pip packages, etc.), verify their versions are pinned to ensure reproducibility. Don't require common apt packages like curl, vim, What it actually says
If the pull request implements a task for the Terminal-Bench benchmark (creates files in the tasks/** directory), then please do the following review of the task:
Please review this pull request and add a comment with a summary of the task instruction and how it implements the solution, and how it tests task completion. Be concise and to the point.
Use the following criteria to review the task:
- Behavior in Task Description: Check whether all behavior tested in the test cases is described in the task description.
- Behavior in Tests: Verify that all behavior described in the task description is checked in the unit tests.
- Informative Test Docstrings: Ensure test cases have informative docstrings that describe which behavior they check.
- Anti-Cheating Measures: Evaluate if it's hard for the agent to cheat on the task (e.g., by editing data files, looking inside files for strings that represent solutions, training on the test set, etc.). Note that the tests and solution are NOT visible to the agent. Don't worry about non-randomized, static tests, since the agent can't see the tests.
- Structured Data Schema: If the agent produces structured data (e.g., it is tasked with building an API), check whether the exact schema is described in the task.yaml or a separate file.
- Pinned Dependencies: If the task uses external dependencies (e.g., Docker images, pip packages, etc.), verify their versions are pinned to ensure reproducibility. Don't require common apt packages like curl, vim, etc. to be pinned. All python dependencies should be pinned.
- Typos: Check for any typos. Look very closely at file and variable names, because these can be hard to catch.
- Tests or Solution in Image: Ensure the tests/ folder or solution file is NOT copied to the image. They should not be. The /tests folder is automatically copied over by the harness after the agent runs.
- Test Dependencies in Image: Check that test dependencies are NOT installed in the image during the build process. They should be installed in the run-tests.sh script instead.
- Hardcoded Solution: Verify the solution doesn't directly output or hard-code the final answer using commands like echo/cat without performing the steps an agent would need to compute it. Using echo/cat to write source files or scripts that are then executed is acceptable. This check should PASS when the solution demonstrates a sequence of commands (e.g., data processing, running code) that derives the answer, and FAIL when the solution simply prints or writes the final answer without computation.
Format your response as a nice list.
Finally, a Terminal-Bench task should be realistic, interesting, and non-adversarial. Please comment if that is not the case.
Use the repository's CLAUDE.md for guidance on style and conventions. Be constructive and helpful in your feedback.
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 · 23 lines · 599 tokens per session scan A a9e738a90e8c
terminal-bench-1 copilot-instructions.md is an instructions file published in the GitHub repository harbor-framework/terminal-bench-1 (2,558 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 599 tokens to every session, about $0.0030 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
buildNext
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).
next.js AGENTS.md
Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
spec-kit AGENTS.md
Instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
Instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.