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 skills add yanqiw/comem --skill claudegit clone --depth 1 https://github.com/yanqiw/comemWrote 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/skills/yanqiw/comem/claude)<a href="https://agentmods.dev/skills/yanqiw/comem/claude"><img src="https://agentmods.dev/badge/skills/yanqiw/comem/claude/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/yanqiw/comem/claude"><img src="https://agentmods.dev/badge/skills/yanqiw/comem/claude.svg" alt="Reviewed on agentmods" width="80" 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.00044 | $0.00503 |
| Opus 5 | $0.00022 | $0.00251 |
| Sonnet 5 | $0.00009 | $0.00101 |
| Haiku 4.5 | $0.00004 | $0.00050 |
Grade A, and why
coordination-memory 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 today.
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
Coordination Memory
Follow the Coordination Memory protocol in AGENTS.md at the repository
root (the section between the coordination-memory markers).
Key rules:
completed_gate_passedis not accepted truth; only an integratoraccept_eventmakes work accepted.- Always
claim_assignmentbefore working, and pass the currentbase_revisionon mutating calls. - Discover with
list_workspaces, then useget_workspace_detail(workspace_id) for compact teams and assignment counts. Choose one team and pass its requiredteam_idtoget_team_board,list_pending_reviews,get_snapshot,list_contracts, andget_attention_boardbefore high-volume reads; there is no pagination. - Use
get_event_detail,get_assignment_detail,get_run_detail, orget_contract_detailonly after choosing a specific ID from a compact read. get_team_boardreturns onlyassignment_id,title, andstatus.get_team_board.statusis an optional, one exact status filter; omitting it excludesaccepted,rejected,cancelled, andsuperseded. Callget_assignment_detailfor the full task contract.- Only these eleven Ack tools return a compact acknowledgement without a
payload echo:
append_event,submit_handoff,heartbeat_run,checkpoint_run,raise_attention,record_run_binding,request_intervention,respond_intervention,review_event,accept_event, andreject_event. claim_assignmentand actor/workspace/team/assignment/contract mutations retain their existing responses; keep usingactive_run_idfromclaim_assignment.- For loop-dispatched work, treat the assignment as the task contract: read
metadata.context_refs, obeyallowed_pathsandacceptance_criteria, and usemetadata.session_bind.target_actor_idas the intended worker binding before any run exists. Keep run communication metadata current withrecord_run_bindingafter the conversation starts.
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.
- today First seen · 40 lines · 44 tokens per session scan A 42ad65126a29
coordination-memory is a skill published in the GitHub repository yanqiw/comem (1 stars, last pushed today), licensed MIT. It adds 44 tokens to every session and 503 once invoked, about $0.0002 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-13.
Other skills, from other repositories
mission-control
Interact with Mission Control — AI agent orchestration dashboard. Use when registering agents, managing tasks, syncing skills, or querying agent/task status via MC APIs.
triage
Triage a GitHub repository's open issues by finding exact duplicates, rejecting evidenceably off-base requests, requesting concrete clarification, applying only existing labels, and opening a linked root-cause issue when multiple reports share one underlying invariant failure. Use when a maintainer asks to triage…
ceo-delegation
A task-delegation workflow that tells an agent to assign work to sub-agents, monitor their progress, and review their results rather than doing the work itself.
change-review
Validate CRM/PM changes before PR.
client-discovery
Analyze client automation/AI requests into structured scoping with hours, pricing, and priorities.
channel-truth-run
Automatic channel and contact synchronization.