implementer

implementer is a skill for Claude Code, Codex from d-o-hub/github-template-ai-agents. It costs 60 tokens per session (688 once invoked), scanned A, original, MIT.

An execution-focused coding skill for applying changes from an approved Blueprint, a technical plan that defines the solution, tests, and rollback approach.

In plain words
What is it for?
It is for implementing features, fixing bugs, and refactoring code when the required Blueprint and quality checks are available.
Why use it?
It keeps implementation tied to an agreed plan and requires verification after each focused change.

Skill for Claude CodeCodex

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 skills/d-o-hub/github-template-ai-agents/implementer
Any agent
npx skills add d-o-hub/github-template-ai-agents --skill implementer
Clone the repo
git clone --depth 1 https://github.com/d-o-hub/github-template-ai-agents

Made for: Claude Code, Codex.

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 implementer

README.md
[![agentmods](https://agentmods.dev/badge/skills/d-o-hub/github-template-ai-agents/implementer.svg)](https://agentmods.dev/skills/d-o-hub/github-template-ai-agents/implementer)
Your own site
<a href="https://agentmods.dev/skills/d-o-hub/github-template-ai-agents/implementer"><img src="https://agentmods.dev/badge/skills/d-o-hub/github-template-ai-agents/implementer.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 688 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00060 $0.00688
Opus 5 $0.00030 $0.00344
Sonnet 5 $0.00012 $0.00138
Haiku 4.5 $0.00006 $0.00069

Measured 3d ago against content hash 6fc85c6fab5e, 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 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.

.agents/skills/implementer/SKILL.md · 81 lines

How it starts

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

Implementer Skill

The Implementer skill is an execution-focused tier responsible for making atomic, high-quality code changes.

When to Use

  • Implementing features based on a solid technical specification
  • Applying identified bug fixes
  • Executing planned refactoring tasks
  • Ensuring all changes pass quality gates and tests
  • Even if they just say "implement this" or "make the changes"

Blueprint Validation

Before making any changes, verify the Blueprint (ADR) exists and includes:

  • Clear problem statement
  • Proposed solution with specific files to modify
  • TRIZ contradiction analysis (if applicable)
  • Success criteria and test plan
  • Rollback strategy

If the Blueprint is missing or incomplete, stop and request it before proceeding.

Workflow

  1. Blueprint Check: Verify that a clear implementation strategy (ADR) with TRIZ analysis exists.
  2. Atomic Edits: Apply changes one concern at a time. Each edit should be independently committable.
  3. Verification: Run tests and the quality gate after each atomic change.

Atomic Edit Pattern

1. Identify the single concern to change
2. Make the edit
3. Run: ./scripts/quality_gate.sh
4. If pass → commit with conventional format
5. If fail → fix, re-run quality gate, then commit
6. Move to next concern

Gotchas

  • Never bundle unrelated changes in a single commit — if the quality gate fails, you can't tell which change caused it.
  • If the Blueprint says "modify files X, Y, Z" but you find a better approach mid-implementation, update the Blueprint first rather than deviating silently.
  • Run the quality gate locally before pushing — CI failures are expensive to diagnose remotely.

Rationalizations

Rationalization Reality
"I'll just fix it now" Skipping the Blueprint phase leads to scope creep and architectural regressions.
"The change is obvious, no need for a Blueprint" Obvious changes still need atomic edits and quality gate verification.

Read the full file on GitHub · 81 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 81 lines · 60 tokens per session scan A 6fc85c6fab5e

Subscribe to this mod's changes

implementer is a skill published in the GitHub repository d-o-hub/github-template-ai-agents (2 stars, last pushed today), licensed MIT. It adds 60 tokens to every session and 688 once invoked, about $0.0003 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.