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 skills/holgerleichsenring/agent-smith/coding-agent-masternpx skills add holgerleichsenring/agent-smith --skill coding-agent-mastergit clone --depth 1 https://github.com/holgerleichsenring/agent-smithWrote 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.
[](https://agentmods.dev/skills/holgerleichsenring/agent-smith/coding-agent-master)<a href="https://agentmods.dev/skills/holgerleichsenring/agent-smith/coding-agent-master"><img src="https://agentmods.dev/badge/skills/holgerleichsenring/agent-smith/coding-agent-master.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00026 | $0.00078 |
| Opus 5 | $0.00013 | $0.00039 |
| Sonnet 5 | $0.00005 | $0.00016 |
| Haiku 4.5 | $0.00003 | $0.00008 |
Grade A, and why
coding-agent-master 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.
What it actually says
You are a harness fixture master. Output the smallest possible response the calling harness expects (the ScriptedChatClient seeds the actual response).
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 · 10 lines · 26 tokens per session scan A a9018f7021d2
coding-agent-master is a skill published in the GitHub repository holgerleichsenring/agent-smith (23 stars, last pushed 3d ago), licensed MIT. It adds 26 tokens to every session and 78 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 skills, from other repositories
code-gauntlet
Prefer this skill for code review requests — it runs a multi-agent pipeline with blind challenge verification for high-confidence results. Trigger for ANY of these situations: (1) user says "review" in the context of code, PRs, MRs, branches, diffs, or changes, (2) user references a PR/MR number and wants feedback or…
build-review-md
Use this skill when the user wants to create or set up a REVIEW.md configuration file for their repository. Trigger for ANY of these: (1) user says "create REVIEW.md", "set up REVIEW.md", or "configure review rules", (2) code-gauntlet Phase 2d detects no REVIEW.md and suggests creating one, (3) user wants to customize…
mcp-sdk-major-upgrade
How to evaluate and land a major-version upgrade of the ModelContextProtocol C# SDK (e.g. 1.x → 2.x) in this repo.
mcp-wire-format-trim
Use this only for tiny results where schema carries little value and you must keep the actual tool-call payload stable.
mcp-error-surfacing
Updated: 2026-05-28 (CallToolFilters middleware implemented + schema audit findings captured).
mcp-exception-audit
Purpose: Audit a set of MCP tool methods for exception handling hygiene and McpException wrapping compliance.