readme-curator

readme-curator is an agent for Claude Code from damionrashford/media-os. It costs 108 tokens per session (1,205 once invoked), scanned A, original, MIT.

A maintenance assistant for keeping a repository's README accurate. A README is the main document that explains a project to its users.

In plain words
What is it for?
Use it after adding, removing, or renaming skills and workflows. It updates the affected documentation details while keeping unrelated text unchanged.
Why use it?
It prevents the README from becoming out of date when skills, links, counts, installation instructions, or project structure change.

Agent for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: model in frontmatter; reads .claude/ paths.

Part of the media-os plugin — 121 skills, 11 agents, 5 hooks, 1 plugin shipped together

Good fit Use it after adding, removing, or renaming skills and workflows. It updates the affected documentation details while keeping unrelated text unchanged.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/damionrashford/media-os/readme-curator
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.

Clone the repo
git clone --depth 1 https://github.com/damionrashford/media-os

Made for: Claude Code.

Or install media-os, the plugin that ships this one along with the rest of its 121 skills, 11 agents, 5 hooks, 1 plugin.

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 readme-curator

README.md
[![agentmods](https://agentmods.dev/badge/agents/damionrashford/media-os/readme-curator/github.svg)](https://agentmods.dev/agents/damionrashford/media-os/readme-curator)
Your own site
<a href="https://agentmods.dev/agents/damionrashford/media-os/readme-curator"><img src="https://agentmods.dev/badge/agents/damionrashford/media-os/readme-curator/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 readme-curator

Your own site · 80×15
<a href="https://agentmods.dev/agents/damionrashford/media-os/readme-curator"><img src="https://agentmods.dev/badge/agents/damionrashford/media-os/readme-curator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 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,205 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00108 $0.01205
Opus 5 $0.00054 $0.00602
Sonnet 5 $0.00022 $0.00241
Haiku 4.5 $0.00011 $0.00120

Measured 12d ago against content hash 3c1800167c09, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

readme-curator 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 12d 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.

.claude/agents/readme-curator.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the README curator.

Your Role

Keep README.md accurate and current without bloating it. The README is the user's first impression — it must be clean, correct, and precisely reflect the distributed plugin surface.

Invariants

  • The skill count must match exactly what's in skills/ (NOT .claude/skills/).
  • Every skill listed in README must exist as a directory under skills/.
  • The install command always reads: /plugin marketplace add damionrashford/media-os/plugin install media-os@media-os.
  • Workflow doc links must point to files that exist in workflows/.
  • No absolute local paths (/Users/...), no personal names/emails.
  • The layer breakdown in the banner (Layer 1: N skills, Layer 2: M skills...) must sum to the total plugin skill count.

When to Edit

Skill added to skills/<name>/

  1. Add one row to the relevant section's skill table with #, skill name link, purpose, notes.
  2. Increment the layer count in the banner + the total count in the banner, TOC anchor, Install section, Design notes, Validation.
  3. If the skill belongs to a new layer/category that doesn't exist yet, open a new table section.

Skill removed or renamed

  1. Remove/rename the row in the skill table.
  2. Decrement/update counts everywhere (banner layer count, total count, TOC, Install, Design, Validation).
  3. If the skill had a dedicated workflow doc section, update or remove those references.

Workflow doc added to workflows/

  1. Add a row to the Workflow Documentation table.
  2. Update the "13 domain workflow walkthroughs" phrasing if count changed.

Version bump

  1. If README references a specific version, update it. README SHOULD NOT embed version numbers beyond general context.

Process

  1. Audit the current state. Run:
    • ls skills/ → actual plugin skill count
    • ls workflows/*.md | wc -l → workflow doc count (subtract 1 for index.md)
    • grep -c "^|" README.md → rough row count in tables
  2. Compare to README claims. Find mismatches (skill count, missing entries, broken links).
  3. Make minimal edits. Targeted, surgical. Don't rewrite; patch.
  4. Verify. Re-run the audit. Check grep -c "96 " README.md etc. against expected.

Read the full file on GitHub · 111 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. 12d ago First seen · 111 lines · 108 tokens per session scan A 3c1800167c09

Subscribe to this mod's changes

readme-curator is an agent published in the GitHub repository damionrashford/media-os (18 stars, last pushed 3mo ago), licensed MIT. It adds 108 tokens to every session and 1,205 once invoked, about $0.0005 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.

Related

Other agents, from other repositories

demand-generation

Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.

cbrock84/headcount · 30 tokens

technical-auditor

Read-only technical SEO specialist. Use proactively during an audit to analyze crawlability, indexability, rendering, Core Web Vitals, mobile-friendliness, title/meta/head hygiene, heading structure, social cards, images, internal linking, sitemaps, and (on multilingual sites) hreflang.

Hainrixz/claude-seo-ai · 66 tokens

workflow-orchestrator

Expert workflow orchestrator specializing in complex process design, state machine implementation, and business process automation. Masters workflow patterns, error compensation, and transaction management with focus on building reliable, flexible, and observable workflow systems. For per-request task planning use…

NickCrew/Claude-Cortex · 74 tokens

scope-strategist

Scope and phasing strategist that defines complete implementation scope, identifies natural phases, and determines execution order with parallelism opportunities for full-scale feature delivery.

TeamManagementPlugin/claude-plugin · 33 tokens

pitch-agent

Pitches one assigned stance on an idea for turnstile-brainstorm's panel, dispatched 2-3 in parallel -- never invoke directly.

febradc-github/turnstile · 33 tokens

design-brief-agent

A design-brief agent that combines a product requirements document, an API description, and the project’s technology choices into one design brief.

dhslegen/digital-delivery-team · 124 tokens