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/mayor-modder/cities2-mcp/agents-mdgit clone --depth 1 https://github.com/mayor-modder/Cities2-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/mayor-modder/cities2-mcp/agents-md)<a href="https://agentmods.dev/instructions/mayor-modder/cities2-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/mayor-modder/cities2-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 | $0.01169 | $0.01169 |
| Opus 5 | $0.00584 | $0.00584 |
| Sonnet 5 | $0.00234 | $0.00234 |
| Haiku 4.5 | $0.00117 | $0.00117 |
Grade A, and why
Cities2-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 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.
How it starts
The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent rules
For maintaining the Cities2-MCP repo
Workspace safety
- Do not delete protected files, including
.DS_Store, unless the user explicitly asks. - Before editing, run
git status --short --branch. - Do not edit the
maincheckout for branch or PR work unless the user explicitly asks. - Use the active client's native workspace or worktree mechanism when the maintainer needs in-client review tools. Fall back to manual Git worktrees only when no native mechanism is available.
- If the checkout is stale, detached, behind remote, or not the intended branch, stop and switch to the correct worktree before editing.
- Preserve touched files' existing line-ending style. If Git warns about line endings, check and normalize only touched files back to the repository/indexed style.
Commit and PR safety
- Do not commit or push unless the user explicitly asks for the current branch or PR.
- Preparing a diff is allowed. Committing and pushing require user agreement.
- After a pushed branch has an open PR, offer to update the PR description or metadata to reflect pushed changes unless the user has asked otherwise.
- When writing, editing, or commenting on a PR, append a co-author line naming the acting agent at the bottom on its own line, such as
*Co-authored by Codex.*or*Co-authored by Claude.*.
Public-facing writing
- Public documentation, pull request text, release notes, changelogs, issue text, and user-facing messages must contain only information useful to their intended audience: product behavior, relevant context, decisions, instructions, limitations, and verification evidence.
- Do not publish agent inner monologue, reasoning traces, workflow narration, self-justification, conversational asides, or explanations of why the agent chose particular wording, labels, version numbers, or routine process steps unless that rationale is itself necessary for the audience to act correctly.
Merge and release gates
- Do not merge PRs, tag releases, publish packages, or perform irreversible release actions while a user-stated validation gate is pending.
- If the user has said they want to test, review, or verify something first, stop after preparatory work and report that the gate is still pending.
- Never merge to
mainunless a human explicitly directs that exact action. - Never bump MCP server or plugin version numbers unless a human explicitly directs that exact action.
- Apply
release:noneto pull requests limited to repository policy, contributor guidance, or other changes that do not alter published package, plugin, server, corpus, or distribution artifacts. Do not use it for changes that affect shipped artifacts. - Squash merging is the default for ordinary PRs.
- Merge commits are allowed for explicitly stacked PRs. A stacked PR must name its parent PR or branch in the PR description, using a line such as
Stacked on: #123orStacked on: branch-name. - Use a merge commit for a stacked PR when landing it with squash would force dependent branches to be restacked. For GitHub CLI merges, use
gh pr merge <number> --merge. - Do not squash a PR that has dependent open PRs unless the stack owner has already restacked them or explicitly asks for the squash.
- Unless a PR is explicitly marked as stacked, or the user requests a different allowed strategy, use
gh pr merge <number> --squash. - Do not manually delete branches unless asked.
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 · 63 lines · 1,169 tokens per session scan A dbef7cf75183
Cities2-MCP AGENTS.md is an instructions file published in the GitHub repository mayor-modder/Cities2-MCP (9 stars, last pushed 11d ago), licensed MIT. It adds 1,169 tokens to every session, about $0.0058 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
Unity-AI-Animation CLAUDE.md
Instructions for IvanMurzak/Unity-AI-Animation, covering claude.md, what this is, build / run, critical invariants and find detail in.
better-godot-mcp CLAUDE.md
Instructions for n24q02m/better-godot-mcp, covering claude.md - better-godot-mcp, commands, setup, lint & type check and fix.
better-godot-mcp AGENTS.md
Instructions for n24q02m/better-godot-mcp, covering agents.md - better-godot-mcp, build / lint / test commands, run a single test file, run a single test by name and mise shortcuts.
minecraft-dev-mcp CLAUDE.md
Instructions for MCDxAI/minecraft-dev-mcp, covering claude code context - minecraft dev mcp, project overview, release status, architecture and core services (src/services/).
Unity-AI-ProBuilder CLAUDE.md
Instructions for IvanMurzak/Unity-AI-ProBuilder, covering claude.md, what this is, build / run, critical invariants and find detail in.
Unity-AI-Tools-Template CLAUDE.md
Instructions for IvanMurzak/Unity-AI-Tools-Template, covering unity-ai-tools-template, build / run, 1. initialize a new package from the template, 2. open both unity projects so .meta files are generated and 3. bump version across all files in lock-step.