jcodemunch-mcp: Agent for Claude Code

.claude/agents/spokesperson.md

spokesperson is an agent for Claude Code from jgravelle/jcodemunch-mcp. It costs 191 tokens per session (1,408 once invoked), scanned C, original, no licence file.

A writing and review assistant for correspondence published outside the jMunch suite, including GitHub text, web copy, blog posts, and social posts. It can also run a receipt-backed review of pull requests and social content when asked.

In plain words
What is it for?
Use it to draft or review GitHub issues, pull requests, releases, reviews, web pages, blogs, LinkedIn posts, and other social content.
Why use it?
It helps prevent unclear, unsuitable, or unsupported public-facing messages from being sent. It keeps outward communication separate from internal project discussion.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is jgravelle/jcodemunch-mcp's own configuration. It tells Claude Code how to work on jcodemunch-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything jcodemunch-mcp configures →

Part of the jcodemunch plugin — 10 skills, 7 commands, 2 agents, 2 hooks, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to jgravelle/jcodemunch-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jgravelle/jcodemunch-mcp/main/.claude/agents/spokesperson.md
Clone the repo
git clone --depth 1 https://github.com/jgravelle/jcodemunch-mcp

Made for: Claude Code.

Or install jcodemunch, the plugin that ships this one along with the rest of its 10 skills, 7 commands, 2 agents, 2 hooks, 1 MCP server.

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 spokesperson

README.md
[![agentmods](https://agentmods.dev/badge/agents/jgravelle/jcodemunch-mcp/spokesperson/github.svg)](https://agentmods.dev/agents/jgravelle/jcodemunch-mcp/spokesperson)
Your own site
<a href="https://agentmods.dev/agents/jgravelle/jcodemunch-mcp/spokesperson"><img src="https://agentmods.dev/badge/agents/jgravelle/jcodemunch-mcp/spokesperson/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.

agentmods 80×15 button for spokesperson

Your own site · 80×15
<a href="https://agentmods.dev/agents/jgravelle/jcodemunch-mcp/spokesperson"><img src="https://agentmods.dev/badge/agents/jgravelle/jcodemunch-mcp/spokesperson.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 191 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,408 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00191 $0.01408
Opus 5 $0.00096 $0.00704
Sonnet 5 $0.00038 $0.00282
Haiku 4.5 $0.00019 $0.00141

Measured 5d ago against content hash c61fe7fc4a92, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade C, and why

spokesperson scanned grade C with 1 finding 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- purpose: drafts and reviews outward-bound prose (issue/PR/release text, web and social copy, emails); the /triage-issue draft passes here invokes: Read, Grep, Glob, WebFetch, WebSearch; CLAUDE.md Output Rules produc
.claude/agents/spokesperson.md · 107 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 5d ago First seen · 107 lines · 191 tokens per session scan C c61fe7fc4a92

Subscribe to this mod's changes

spokesperson is an agent published in the GitHub repository jgravelle/jcodemunch-mcp (2,676 stars, last pushed today), with no licence file. It adds 191 tokens to every session and 1,408 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other agents, from other repositories

tp-api-surface-tracker

PROACTIVELY use this when the user asks "what changed in our public API", "did we break anyone", "is this a breaking release", or is about to cut a version. Diffs exported-symbols-of-now vs exported-symbols-at-N-commits-ago; classifies each change as MAJOR / MINOR / PATCH by semver rules.

Digital-Threads/token-pilot · 82 tokens

tp-audit-scanner

Use this when the user asks for a security / quality audit, pre-release sweep, or "scan this for issues". Finds hardcoded secrets, injection shapes, unsafe casts, stale TODOs — classified Critical / Important / Minor. Read-only, NEVER edits, never quotes secrets in output.

Digital-Threads/token-pilot · 64 tokens

tp-commit-writer

PROACTIVELY use this when the user is about to commit a NON-TRIVIAL change (new feature, fix, refactor) and asks "write a commit message". Reads staged diff, verifies tests pass, drafts Conventional Commit. Refuses mixed diffs (asks to split), failing tests, or empty stage. Do NOT use for docs-only, whitespace-only…

Digital-Threads/token-pilot · 112 tokens

tp-context-engineer

PROACTIVELY use this when the user says "setup this project for AI-assisted coding", "agent is producing wrong patterns", "new session keeps hallucinating APIs", or asks how to structure CLAUDE.md / AGENTS.md / rules files. Audits the current context setup, proposes improvements, and writes the rules file. Do NOT use…

Digital-Threads/token-pilot · 79 tokens

tp-dead-code-finder

Use this when the user asks to find or remove dead / unused code ("clean up this file", "find unused exports", "pre-release cleanup"). Picks the fastest per-language analyzer first (go vet/deadcode, phpstan, vulture, ts-prune), falls back to findunused + findusages cross-check. Output-only — NEVER deletes code itself.

Digital-Threads/token-pilot · 81 tokens

tp-debugger

PROACTIVELY use this when the user reports a bug, stack trace, error message, failing behaviour, or asks "why does X break / fail / throw". Traces root cause via call-tree without reading whole files first. Do NOT use for writing new features or planning changes.

Digital-Threads/token-pilot · 62 tokens