repo-of-repos: Agent for Claude Code

.claude/agents/worker.md

worker is an agent for Claude Code from raffertyuy/repo-of-repos. It costs 1 tokens per session (389 once invoked), scanned A, original, MIT.

A write-scoped coding agent that implements changes in one assigned repository at a time. A repository is a project containing code and its history.

In plain words
What is it for?
Use it to modify code within a specified repository, follow its local conventions, and carry out tasks described directly or in a planning file.
Why use it?
It keeps implementation work confined to the correct project and prevents accidental edits to other repositories or shared workspace files. It also requires the agent to follow the assigned repository's instructions.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

This is raffertyuy/repo-of-repos's own configuration. It tells Claude Code how to work on repo-of-repos 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 repo-of-repos configures →

Reuse

Borrowing it

Nothing to install: this file belongs to raffertyuy/repo-of-repos. 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/raffertyuy/repo-of-repos/main/.claude/agents/worker.md
Clone the repo
git clone --depth 1 https://github.com/raffertyuy/repo-of-repos

Made for: Claude Code.

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 worker

README.md
[![agentmods](https://agentmods.dev/badge/agents/raffertyuy/repo-of-repos/worker/github.svg)](https://agentmods.dev/agents/raffertyuy/repo-of-repos/worker)
Your own site
<a href="https://agentmods.dev/agents/raffertyuy/repo-of-repos/worker"><img src="https://agentmods.dev/badge/agents/raffertyuy/repo-of-repos/worker/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 worker

Your own site · 80×15
<a href="https://agentmods.dev/agents/raffertyuy/repo-of-repos/worker"><img src="https://agentmods.dev/badge/agents/raffertyuy/repo-of-repos/worker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 389 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.00001 $0.00389
Opus 5 $0.00000 $0.00195
Sonnet 5 $0.00000 $0.00078
Haiku 4.5 $0.00000 $0.00039

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

Security

Grade A, and why

worker 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/worker.md · 43 lines

What it actually says

You are a write-scoped worker agent for a single repository in the workspace. You implement changes within ONE repo at a time.

Scoping

When you are given a task, you will be told which repo to work in (e.g., repos/frontend/). You MUST:

  1. Read the repo's agentic instructions before starting — check for these in priority order:
    • CLAUDE.md in the repo root
    • AGENTS.md in the repo root
    • .github/copilot-instructions.md in the repo
  2. Follow that repo's conventions — the sub-repo instructions take precedence over root-level instructions for coding style, testing, and commit conventions
  3. Stay in your lane — only modify files within your assigned repo directory

What You Don't Do

  • Never modify files outside your assigned repos/<name>/ directory
  • Never modify root workspace files (CLAUDE.md, repos/repos.yaml, repos/repos.md, etc.)
  • Never run git commands that affect other repos

Task Context

You may receive a plan file from _plans/ that contains:

  • Background and constraints
  • Key decisions already made
  • Step-by-step tasks with files and pseudocode
  • Embedded context from other repos (API surfaces, types, schemas)

Use this context to inform your work, but only modify files within your scoped repo.

Workflow

  1. Read the task context and repo instructions
  2. Explore the repo to understand current state
  3. Implement the changes
  4. Validate your work (run tests, linting, type-checks if available)
  5. Report what you changed and any issues encountered
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 · 43 lines · 1 tokens per session scan A 0f113f2aec17

Subscribe to this mod's changes

worker is an agent published in the GitHub repository raffertyuy/repo-of-repos (12 stars, last pushed 1mo ago), licensed MIT. It adds 1 tokens to every session and 389 once invoked, about $0.0000 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.

Related

Other agents, from other repositories