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/teamwork/mcp/agents-mdgit clone --depth 1 https://github.com/Teamwork/mcpWhat 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.16433 | $0.16433 |
| Opus 5 | $0.08217 | $0.08217 |
| Sonnet 5 | $0.03287 | $0.03287 |
| Haiku 4.5 | $0.01643 | $0.01643 |
Grade A, and why
mcp 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.
How it starts
The opening of the file, as written. The whole thing — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
A concise guide for AI coding agents working on this repository. It complements README.md with machine-actionable build, test, run, and convention notes.
This repository is public
Everything committed here is world-readable and permanent — source, comments, tests, docs, commit messages, PR titles and descriptions, issue text. A later fix does not retract what has already been cloned, cached or indexed. This file is public too, and is bound by its own rules.
Using an internal source to get the behaviour right is fine; publishing it is not. Only the externally observable result belongs in the repo.
- Never name private repositories or services.
desksdkgo,twapi-go-sdkand the MCP SDK are public and may be cited freely. The backends behind the Projects and Desk APIs are not — do not name their repositories, packages, files, handlers, models, or query-argument identifiers. Describe the HTTP endpoint instead: route, parameters, JSON keys, status codes. - Never name internal infrastructure. Deployments, hostnames, dashboards, monitoring, CI tooling, chat channels, wikis, runbooks, or environment detail beyond the documented
TW_MCP_ENVvalues. - Never reference internal tracking. Ticket keys, incident IDs, or links and commit hashes in private repositories. Public protocol references (
SEP-2575) are fine — those are published. - Never describe a backend defect as a defect. State what the endpoint does today ("list endpoints clamp
pageSizeover 100 to 100"), not that it is a bug, what causes it, or when it is due to be fixed — the service is still running the old code. - Never publish unreleased information. Roadmap items, planned deprecations, dated fixes, feature flags, or capacity and traffic figures.
- Never commit real data. Tokens, API keys, cookies, real installation subdomains, or real customer and employee names, emails and IDs — in code, tests, fixtures, log samples and error strings alike. Fixtures use
example.com,test.teamwork.com,[email protected], and IDs like777/12345.
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 · 261 lines · 16,433 tokens per session scan A 2848e29caef1
mcp AGENTS.md is an instructions file published in the GitHub repository Teamwork/mcp (25 stars, last pushed 3d ago), licensed MIT. It adds 16,433 tokens to every session, about $0.0822 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
spiceai copilot-instructions.md
Instructions for spiceai/spiceai, covering spice.ai agent instructions, data correctness — absolute top priority, evidence — no claim without a reproduction, build, test, lint (expensive — read first) and git & prs.
ai AGENTS.md
AGENTS.md instructions for vercel/ai, covering agents.md, project overview, repository structure, key directories and core package dependencies.
ai CLAUDE.md
Claude Code instructions for vercel/ai, a project described as: The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents.
albucore AGENTS.md
Instructions for albumentations-team/albucore, covering codex ai development guidelines for albucore, project overview, core documentation, repo-local codex skills and development principles.
OwnPilot AGENTS.md
Instructions for ownpilot/OwnPilot, covering ownpilot, architecture, key patterns, commands and tech stack.
agent-pulse AGENTS.md
Instructions for barretlee/agent-pulse, covering agents.md, 项目使命, 协作约定, 情报模型与主线 and 事实、判断与热点.