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/upendrasengar/bitbucket-server-mcp/agents-mdgit clone --depth 1 https://github.com/Upendrasengar/bitbucket-server-mcpWrote 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/upendrasengar/bitbucket-server-mcp/agents-md)<a href="https://agentmods.dev/instructions/upendrasengar/bitbucket-server-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/upendrasengar/bitbucket-server-mcp/agents-md.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.1 | $0.00155 | $0.00155 |
| Opus 5 | $0.00077 | $0.00077 |
| Sonnet 5 | $0.00031 | $0.00031 |
| Haiku 4.5 | $0.00015 | $0.00015 |
Grade A, and why
bitbucket-server-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 5d 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
Code style
Do not write decorative section comments with dividers. Examples of prohibited patterns:
// ── Section name ──
// -- Section name --
// == Section name ==
Test names already describe what is being tested. No visual dividers needed.
E2E tests
Every tool gets an E2E test file in src/__tests__/e2e/<feature>.e2e.test.ts. This is not optional; it is part of the definition of done for any new tool. The test runs against ephemeral Bitbucket containers via startBitbucket + setupMcpAgainst, exercising the full MCP round-trip (not just the REST API). New tools must also be registered in mcp-harness.ts.
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.
- 5d ago First seen · 16 lines · 155 tokens per session scan A 794b179baf1b
bitbucket-server-mcp AGENTS.md is an instructions file published in the GitHub repository Upendrasengar/bitbucket-server-mcp (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 155 tokens to every session, about $0.0008 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-09-01.
Other instructions, from other repositories
antigravity-testing-kit GEMINI.md
Instructions for anhtester/antigravity-testing-kit, covering gemini ai - global automation agent rules, git pull restriction rule, browser rules (mandatory), 🖥️ viewport & mode and 🔄 thứ tự debug bắt buộc (playwright mcp).
android-qa-kit AGENTS.md
Instructions for willbytee-sudo/android-qa-kit, covering agents.md — setting up and driving an android device, 1. how to work with the user, 2. start by finding out what's already there, 3. what you can do in each mode and 4. if there's no device: ask first.
devicecloud-mcp AGENTS.md
AGENTS.md instructions for RubenGlez/devicecloud-mcp, covering devicecloud-mcp, who it's for, the problem, the promise and why it's different.
refract AGENTS.md
AGENTS.md instructions for valternunez/refract, covering refract — agent playbooks, playbook: verify a responsive bug fix, playbook: visual-diff before merge, playbook: screenshot a page behind a login and playbook: find horizontal overflow on a pr preview.
mcp-server-tester CLAUDE.md
Claude Code instructions for gleanwork/mcp-server-tester, a project described as: Playwright-based testing and eval framework for MCP servers with LLM-as-a-judge.
chrome-workflows CLAUDE.md
Claude Code instructions for XamuAvila/chrome-workflows, a project described as: Claude workflows for testing in claude chrome and improve testing with Playwright and Browser MCP.