Cities2-MCP AGENTS.md

Cities2-MCP AGENTS.md is an instructions file for Codex, OpenCode from mayor-modder/Cities2-MCP. It costs 1,169 tokens per session, scanned A, original, MIT.

A set of instructions for maintaining the Cities2-MCP repository, an MCP server project related to modifying the game Cities: Skylines II. It covers workspace safety, branches, pull requests, writing, merging, and releases.

In plain words
What is it for?
Use it when preparing changes, branches, pull requests, reviews, merges, or releases for Cities2-MCP, including work that needs an isolated worktree.
Why use it?
It helps an agent avoid editing the wrong checkout, losing existing work, or committing and releasing changes without the required approval and checks.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/mayor-modder/cities2-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/mayor-modder/Cities2-MCP

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for Cities2-MCP AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mayor-modder/cities2-mcp/agents-md.svg)](https://agentmods.dev/instructions/mayor-modder/cities2-mcp/agents-md)
Your own site
<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>
Per session 1,169 This file is loaded in full into every session.
When invoked 1,169 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash dbef7cf75183, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 63 lines

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 main checkout 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 main unless 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:none to 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: #123 or Stacked 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.

Read the full file on GitHub · 63 lines

Changes

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.

  1. 4d ago First seen · 63 lines · 1,169 tokens per session scan A dbef7cf75183

Subscribe to this mod's changes

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.