toca-mcp-server: Agent for Claude Code

.github/agents/toca-implementation-worker.agent.md

TOCA Implementation Worker is an agent for Claude Code from luizanunciostoca/toca-mcp-server. It costs 25 tokens per session (221 once invoked), scanned A, original, no licence file.

An agent that implements one isolated development task, adds focused tests, and creates a pull request for review. A pull request is a proposed code change that teammates can inspect before merging.

In plain words
What is it for?
It is for carrying out a single development lane from implementation through tested pull request.
Why use it?
Separating work into one focused change makes testing and review clearer and limits unrelated changes.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is luizanunciostoca/toca-mcp-server's own configuration. It tells Claude Code how to work on toca-mcp-server 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 toca-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to luizanunciostoca/toca-mcp-server. 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/luizanunciostoca/toca-mcp-server/main/.github/agents/toca-implementation-worker.agent.md
Clone the repo
git clone --depth 1 https://github.com/luizanunciostoca/toca-mcp-server

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 TOCA Implementation Worker

README.md
[![agentmods](https://agentmods.dev/badge/agents/luizanunciostoca/toca-mcp-server/toca-implementation-worker.svg)](https://agentmods.dev/agents/luizanunciostoca/toca-mcp-server/toca-implementation-worker)
Your own site
<a href="https://agentmods.dev/agents/luizanunciostoca/toca-mcp-server/toca-implementation-worker"><img src="https://agentmods.dev/badge/agents/luizanunciostoca/toca-mcp-server/toca-implementation-worker.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 221 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 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.00025 $0.00221
Opus 5 $0.00013 $0.00111
Sonnet 5 $0.00005 $0.00044
Haiku 4.5 $0.00003 $0.00022

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

Security

Grade A, and why

TOCA Implementation 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 3d 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.

.github/agents/toca-implementation-worker.agent.md · 17 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 3d ago First seen · 17 lines · 25 tokens per session scan A b2d8558ed4c5

Subscribe to this mod's changes

TOCA Implementation Worker is an agent published in the GitHub repository luizanunciostoca/toca-mcp-server (0 stars, last pushed today), with no licence file. It adds 25 tokens to every session and 221 once invoked, about $0.0001 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-05.

Related

Other agents, from other repositories

release-prep

Use this agent to autonomously prepare a project release by running pre-release checks, validating CI, checking test coverage, and verifying changelog. Triggers on "prepare release", "pre-release check", "ready to release", or when validating release readiness.

neuromechanist/research-skills · 55 tokens

formatter

Use when the parity-test-e pipeline needs to render a concise markdown release summary from extracted changelog entries produced by the extractor step.

gustavo-meilus/superpipelines · 28 tokens

pr-pipeliner

PR execution gate — build, lint, review-fix-test cycle, and merge. The definitive "ready to ship" check after all code review cycles complete.

lwalden/AIAgentMinder · 37 tokens

part-implementer

Craft implement phase worker. Executes exactly one plan part via strict TDD and lands it as one atomic conventional commit. Spawned by the craft implement phase — do not auto-select.

scolladon/craft · 41 tokens

qa-lead

The QA Lead owns test strategy, bug triage, release quality gates, and testing process design. Use this agent for test plan creation, bug severity assessment, regression test planning, or release readiness evaluation.

TraftG/opencode-game-studio · 41 tokens

test-writer

Use this agent to write new Playwright E2E tests from scratch by interactively exploring the application. Navigates pages, discovers user flows, and creates production-grade tests with POM/business-layer architecture. Runs in a worktree for parallel safety. Examples: Context: User needs tests for a new feature. user…

kaizen-yutani/playwright-autopilot · 0 tokens