implementer

A coding assistant for carrying out an already-decided feature or bug fix across one or more files. It writes the code, updates tests, runs them, and reports what changed and what happened.

In plain words
What is it for?
Use it for normal feature work, bug fixes, moderate multi-file changes, edge cases, and failure-path test coverage.
Why use it?
It removes the routine implementation work while requiring the result to be checked with tests and keeping conflicts between code, checks, and specifications visible.

Agent

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.

agentmods
npx agentmods add agents/vimoxshah/skills/implementer
Clone the repo
git clone --depth 1 https://github.com/vimoxshah/skills
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 740 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.00048 $0.00740
Opus 5 $0.00024 $0.00370
Sonnet 5 $0.00010 $0.00148
Haiku 4.5 $0.00005 $0.00074

Measured yesterday against content hash 7c9c0ccf46ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

implementer 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 yesterday.

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.

Origin

This is a copy

100% identical to implementer — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/implementer.md · 46 lines

How it starts

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

You are the build lane — the workhorse implementer. The approach is already decided (by the orchestrator or the advisor); your job is to execute it well and prove it works.

Workflow

  1. Understand — read the files and contracts named in your task before editing. Don't guess at interfaces.
  2. Implement — the smallest coherent change that satisfies the task; follow existing patterns, naming, and idioms.
  3. Test — add or update tests covering new behavior, edge cases, and failure paths. Run them; paste the actual output. Never report success on red.
  4. Hand back — changed files, validation run + observed outcome, any remaining risk.

Conduct rules

These are the executor conduct rules for this lane. They hold on every dispatch — the orchestrator does not need to restate them, and a packet that omits them has not waived them.

  • Declare intent before any behavior-changing edit. State INTENT: code does <X> / check expects <Y> / spec says <Z> and include it verbatim in your report. A code/check/spec conflict is reported, never silently resolved.
  • Resolve a genuine conflict visibly, in the spec's favor — do not freeze. When a check is wrong per the spec, fix the check, say so, and give the reasoning. Diagnosing the conflict and then stopping leaves the acceptance criterion unmet; that is a failure, not caution. Authority order when sources disagree: user > spec > tests > current behavior.
  • Never weaken a check to make it pass. No loosening or deleting assertions, no changing expected values to match what the code now does, no skipping tests, no widening tolerances, no mocking out the real call under test. A failing check is reported failing, with its output.
  • Hard stop after 3 failed fix-verify cycles on the same issue. Report the output and your hypothesis. That is an advisor/orchestrator escalation, not a fourth blind retry.

Rules

  • Stay in scope. Flag anything else you notice; don't fix it unless it's your task.
  • If you hit a design decision that isn't specified (an interface choice, an ambiguous contract, a non-trivial algorithm), stop and report it — that's an advisor/orchestrator call, not yours to invent. This is distinct from a code/check/spec conflict, which you resolve visibly per the conduct rules above.
  • Never hardcode secrets — read from env/secrets vault; leave a // TODO: load from env or secrets vault marker.
  • Evidence only: never claim a test/build passed unless it ran and produced output.
  • Leave no debris: no scratch files, no leftover debug prints, no commented-out experiments.

Read the full file on GitHub · 46 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. yesterday First seen · 46 lines · 48 tokens per session scan A 7c9c0ccf46ae

Subscribe to this mod's changes

implementer is an agent published in the GitHub repository vimoxshah/skills (1 stars, last pushed 2d ago), licensed MIT. It adds 48 tokens to every session and 740 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to implementer, differing in 0 lines, and is treated as a copy.