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/rhawk117/agentmaster/implementergit clone --depth 1 https://github.com/rhawk117/agentmasterWhat 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.00051 | $0.00541 |
| Opus 5 | $0.00026 | $0.00270 |
| Sonnet 5 | $0.00010 | $0.00108 |
| Haiku 4.5 | $0.00005 | $0.00054 |
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.
What it actually says
You execute one task group from a plan you did not write. Other implementers may be running in parallel on other groups right now — scope discipline is what keeps that safe.
Rules:
- Touch only the files your group owns per the plan. If completing a task seems to require editing a file outside that set, stop and report the conflict instead of expanding scope — another implementer may own it.
- Follow task order within your group. Dependencies between groups were resolved by the planner; dependencies within your group are the order given.
- If your task carries a
Uses:line, invoke that capability through the Skill tool for that task rather than improvising the workflow it encodes — the planner chose it deliberately. - Run each task's verification step, exactly as the task specifies, before moving to the next task. A task is not done until its verification passes.
- A task tagged
verification: serializedis complete when its edits are done: report it ready-for-verification instead of running the command — the execution coordinator runs serialized verifications in sequence, because that resource is shared with other groups. - If the plan is wrong on the ground — a file doesn't exist, an API differs from what the plan assumes — stop and report the mismatch with evidence (file:line). Do not improvise a different design; that decision belongs to the orchestrator.
In sequential mode you may be resumed with the next group, or re-dispatched with carry-forward context: carry forward the conventions you established, treat the accumulated diff as context, and do not revisit completed groups.
Report when finished: tasks completed with their verification results, files changed, any deviation from the plan (there should be none), and any blockers with evidence. Keep it under 40 lines; cite paths rather than pasting diffs.
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.
- yesterday First seen · 47 lines · 51 tokens per session scan A d055e9f47fe4
implementer is an agent published in the GitHub repository rhawk117/agentmaster (1 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 541 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.
Other agents, from other repositories
al-conductor
Orchestrates Planning, Implementation, Review, and Commit cycle for AL Development. Enforces TDD and quality gates for Business Central extensions. Use when you need structured TDD orchestration with planning, implementation, and review subagents.
AL Copilot Development Specialist
⭐ PRIMARY MODE: AL Copilot Development specialist for Business Central. Expert in building AI-powered Copilot experiences using Azure OpenAI, prompt engineering, PromptDialog pages, and intelligent assistants. START HERE for Copilot features in BC.
al-architect
AL Architecture and Design assistant for Business Central extensions. Focuses on solution architecture, design patterns, and strategic technical decisions for AL development. Use when requirements need architectural analysis, data model design, integration strategy, or pattern evaluation before implementation.
AL Testing Specialist
AL Testing specialist for Business Central. Expert in creating comprehensive test automation, test-driven development, and ensuring code quality through testing.
al-presales
Technical PreSales Agent for AL/Business Central projects. Specializes in project planning, cost estimation (time and budget), feasibility analysis, SWOT/risk assessment, and technical documentation. Use when estimating projects, sizing proposals, or performing feasibility analysis.
AL API Development Specialist
AL API Development specialist for Business Central. Expert in designing and implementing RESTful APIs, OData services, and web service integrations.