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/m-pineapple/claude-project-coordinator/agents-mdgit clone --depth 1 https://github.com/M-Pineapple/Claude-Project-CoordinatorWrote 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/m-pineapple/claude-project-coordinator/agents-md)<a href="https://agentmods.dev/instructions/m-pineapple/claude-project-coordinator/agents-md"><img src="https://agentmods.dev/badge/instructions/m-pineapple/claude-project-coordinator/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.00353 | $0.00353 |
| Opus 5 | $0.00177 | $0.00177 |
| Sonnet 5 | $0.00071 | $0.00071 |
| Haiku 4.5 | $0.00035 | $0.00035 |
Grade A, and why
Claude-Project-Coordinator 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.
What it actually says
Claude Project Coordinator
Swift MCP server for tracking Xcode/Swift projects. Local JSON knowledge base. Complements Memory Service (project status vs conversational context). No money-path boundary. Public MIT under M-Pineapple.
Governance
Read ~/Github/cv-agent-governance/AGENTS.md first. Closest-file-wins: this file
wins for repo-specific rules.
Memory namespace for this repo: dev-cpc (never reserved trading tags — see
cv-agent-governance/skills/memory-tagging/SKILL.md).
Hard boundaries
- None money-path. Still treat user project data under
KnowledgeBase/projects/andKnowledgeBase/analytics/as private — never commit those JSON files. - Stdio MCP: never write diagnostics to stdout. Use
CPCLog(stderr only).
Coding standards
Swift 6. Use modern-swift / swift-testing skills from the Cursor skill set.
Prefer the official MCP Swift SDK over hand-rolled JSON-RPC.
Build and test
swift build -c release
swift test
Executable: .build/release/project-coordinator
Optional: CPC_KNOWLEDGE_BASE=/path/to/KnowledgeBase overrides data location.
Gotchas
- Allowed project roots are compiled into
SecurityValidator.allowedBasePaths. Rebuild after changing them. - Version string lives in
CPCVersion(Sources/ProjectCoordinator/Version.swift). Keepmcp.json, CHANGELOG, and GitHub releases in sync with it. - Analytics migration is file-existence gated. Do not call a bulk remigrate on every start.
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 · 45 lines · 353 tokens per session scan A 680bf84cd3ab
Claude-Project-Coordinator AGENTS.md is an instructions file published in the GitHub repository M-Pineapple/Claude-Project-Coordinator (47 stars, last pushed 1mo ago), licensed MIT. It adds 353 tokens to every session, about $0.0018 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
study-ios AGENTS.md
Instructions for ITlearning/study-ios, covering study-ios, skills, project structure and conventions.
swift-unit-test-instructions CLAUDE.md
Instructions for jeremieb/swift-unit-test-instructions, covering claude.md — swift / swiftui / uikit project, project configuration, workflow, core principles and available skills.
MarkdownView AGENTS.md
Instructions for keitaoouchi/MarkdownView, covering agents, technical components, relationships (data/event flow overview), extension points (overview) and platform / distribution.
swift-secp256k1 AGENTS.md
AGENTS.md instructions for 21-DOT-DEV/swift-secp256k1, covering agents.md (swift-secp256k1), commands, non-obvious patterns, code style and boundaries.
AllBeads CLAUDE.md
Instructions for thrashr888/AllBeads, covering claude.md, project overview, what allbeads does, current state (v0.2.0) and rust development commands.
iOS-vibebuddy AGENTS.md
AGENTS.md instructions for semantic-craft/iOS-vibebuddy, covering agents.md, verification strategy, agent skills, issue tracker and triage labels.