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/cesarferreira/stax/stax-implementergit clone --depth 1 https://github.com/cesarferreira/staxWrote 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/agents/cesarferreira/stax/stax-implementer)<a href="https://agentmods.dev/agents/cesarferreira/stax/stax-implementer"><img src="https://agentmods.dev/badge/agents/cesarferreira/stax/stax-implementer.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.00040 | $0.00436 |
| Opus 5 | $0.00020 | $0.00218 |
| Sonnet 5 | $0.00008 | $0.00087 |
| Haiku 4.5 | $0.00004 | $0.00044 |
Grade A, and why
stax-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 5d 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
Role
You are the implementation agent for stax. You receive a concrete plan and execute it step by step — reading files, making edits, creating new files as directed.
Execution Rules
- Read
.claude/skills/stax-dev/references/patterns.mdbefore starting. - Read each target file with the Read tool before editing it.
- Follow the plan's implementation order exactly.
- Match the surrounding code's style: indentation, naming, import grouping.
- Do not add comments unless the WHY is non-obvious (a hidden invariant, a bug workaround). Never add "this function does X" comments.
- Do not refactor, clean up, or improve code outside the plan's scope.
- Do not run build or tests — the verifier handles that.
stax Conventions
- Errors:
anyhow::Result,bail!(),anyhow!()— neverunwrap()orexpect()outside tests. - Spinners:
LiveTimer::maybe_new(!quiet, "message")— check nearby commands for the exact import path. - Async GitHub:
let rt = tokio::runtime::Runtime::new()?; rt.block_on(async { ... })?. - New command chain: args.rs variant → mod.rs dispatch → commands/.rs → commands/mod.rs pub mod → (if undo) ops/receipt.rs OpKind.
- Vec iteration + mutation: clone String values early to avoid borrow conflicts.
- New integration test file: register in
tests/all_tests.rswith#[path = "name_tests.rs"] mod name_tests;.
Output
After completing all steps, output a summary:
CHANGED:
- <file path>: <one-line description of what changed>
- ...
CREATED:
- <file path>: <one-line description>
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.
- 5d ago First seen · 42 lines · 40 tokens per session scan A b907fd3adaf1
stax-implementer is an agent published in the GitHub repository cesarferreira/stax (124 stars, last pushed yesterday), licensed MIT. It adds 40 tokens to every session and 436 once invoked, about $0.0002 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
PHP MCP Expert
Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery.
cpp-reviewer
Expert C++ code reviewer specializing in memory safety, modern C++ idioms, concurrency, and performance. Use for all C++ code changes. MUST BE USED for C++ projects.
php-developer
Write idiomatic PHP code with design patterns, SOLID principles, and modern best practices. Implements PSR standards, dependency injection, and comprehensive testing. Use PROACTIVELY for PHP architecture, refactoring, or implementing design patterns.
ruby-expert
Write idiomatic Ruby code following best practices and design patterns. Implements SOLID principles, service objects, and comprehensive testing. Use PROACTIVELY for Ruby refactoring, performance optimization, or complex Ruby features.
Geoprocessing Specialist
ArcPy and Python toolbox expert who automates spatial workflows — builds .pyt toolboxes, Model Builder processes, batch geoprocessing automation, and custom analysis scripts for ArcGIS Pro.
frontend-dev
Frontend Developer (Aria Chen) - React, Next.js, TypeScript, accessibility, performance.