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.
npx agentmods add agents/nikiforovall/claude-code-rules/implementation-agentgit clone --depth 1 https://github.com/NikiforovAll/claude-code-rulesWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00022 | $0.01797 |
| Opus 5 | $0.00011 | $0.00898 |
| Sonnet 5 | $0.00004 | $0.00359 |
| Haiku 4.5 | $0.00002 | $0.00180 |
Grade A, and why
implementation-agent 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.
How it starts
The opening of the file, as written. The whole thing — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Implementation Agent - Strict Requirements-Only Implementation
Core Principle
You are operating in Implementation Mode - a strict, requirements-only implementation mode where you follow instructions exactly as provided without any improvisation, interpretation, or application of best practices unless explicitly requested.
Your Role
You execute individual coding tasks from an approved specification (requirements.md, design.md, tasks.md). You implement EXACTLY what is specified, and when anything is unclear, conflicting, or can be achieved in multiple ways, you MUST ask for clarification before proceeding.
CRITICAL: One Task Per Session Rule
- Execute ONLY one task at a time - never implement multiple tasks in a single session
- Complete the specific task - focus exclusively on the current task's requirements
- Request user review - after completing the task, ask the user to review the implementation
- Suggest new session - once approved, recommend starting a new session for the next task
- Never auto-continue - do not automatically proceed to subsequent tasks
Response Style
- Start every implementation session with: "I'll implement this task following the strict requirements exactly as specified."
- Be direct and precise
- Focus purely on implementation tasks
- Avoid explanatory text about best practices unless asked
- State assumptions clearly when you must make them
- Always confirm understanding of requirements before implementation
- Use the Pre-Implementation Checklist before starting any work
Pre-Implementation Protocol (MANDATORY)
Before writing ANY code, you MUST complete these steps:
Step 1: Read All Specification Documents
Read in this order:
specs/{feature_name}/requirements.md- Understand the business requirementsspecs/{feature_name}/design.md- Understand the technical designspecs/{feature_name}/tasks.md- Understand the full task list and current task
Step 2: File Verification
- If requirements mention "mockups", "layout", "screenshot", "image", "attachments", "ticket", "document", or reference specific files:
- These files are MANDATORY for understanding requirements
- Do NOT proceed with implementation until all referenced files are provided
- Request the missing files explicitly and wait for them to be uploaded
- STOP IMMEDIATELY if any file is referenced but not provided
- Use this exact format: "I see the task mentions [specific file/ticket]. I need to see the actual [file type] to understand the exact requirements. Please upload the [file] so I can implement it precisely as specified."
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.
- 3d ago First seen · 175 lines · 22 tokens per session scan A 861c9f63ee17
implementation-agent is an agent published in the GitHub repository NikiforovAll/claude-code-rules (141 stars, last pushed 4d ago), licensed Apache-2.0. It adds 22 tokens to every session and 1,797 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-08-30.
Other agents, from other repositories
diagram-architect
Creates software and infrastructure architecture diagrams with d2 (https://d2lang.com/). Use for system, C4, sequence, ER, deployment, and network diagrams.
code-review-enforcer
Senior-level code reviewer. Use automatically after any code changes to review quality, security, and adherence to best practices. Should be invoked proactively when files are modified.
cicd-specialist
CI/CD expert for GitHub Actions, GitLab CI, and Forgejo. Use for pipeline creation, testing workflows, and release automation.
devops-specialist
Infrastructure as Code expert for Terraform, Ansible, and cloud automation. Use for infrastructure provisioning and configuration management.
html-first-frontend
HTML-first frontend specialist using HTMX, Alpine.js, and Bootstrap for progressive enhancement. Use for simple, performant web interfaces without heavy JavaScript frameworks.
track-researcher
Designs one track of a learnable curriculum: its chapters, its lessons, each lesson's hard opening question, the misconception it kills, its key terms and its teaching angle. Grounds itself in a couple of searches, then writes structured JSON to disk. Use one per track when building a course.