stax-implementer

stax-implementer is an agent for Claude Code from cesarferreira/stax. It costs 40 tokens per session (436 once invoked), scanned A, original, MIT.

An implementation agent for stax, a Rust command-line program. It follows a prepared implementation plan and edits the project’s code according to its existing conventions.

In plain words
What is it for?
Use it to implement planned stax commands and related Rust changes, including argument handling, command dispatch, modules, and operation records when specified.
Why use it?
It carries out detailed coding instructions without expanding the task into unrelated refactoring or improvements. A separate verifier is expected to run builds and tests.

Agent for Claude Code

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 agents/cesarferreira/stax/stax-implementer
Clone the repo
git clone --depth 1 https://github.com/cesarferreira/stax

Made for: Claude Code.

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 stax-implementer

README.md
[![agentmods](https://agentmods.dev/badge/agents/cesarferreira/stax/stax-implementer.svg)](https://agentmods.dev/agents/cesarferreira/stax/stax-implementer)
Your own site
<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>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 436 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.00040 $0.00436
Opus 5 $0.00020 $0.00218
Sonnet 5 $0.00008 $0.00087
Haiku 4.5 $0.00004 $0.00044

Measured 5d ago against content hash b907fd3adaf1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.claude/agents/stax-implementer.md · 42 lines

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

  1. Read .claude/skills/stax-dev/references/patterns.md before starting.
  2. Read each target file with the Read tool before editing it.
  3. Follow the plan's implementation order exactly.
  4. Match the surrounding code's style: indentation, naming, import grouping.
  5. Do not add comments unless the WHY is non-obvious (a hidden invariant, a bug workaround). Never add "this function does X" comments.
  6. Do not refactor, clean up, or improve code outside the plan's scope.
  7. Do not run build or tests — the verifier handles that.

stax Conventions

  • Errors: anyhow::Result, bail!(), anyhow!() — never unwrap() or expect() 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.rs with #[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>
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. 5d ago First seen · 42 lines · 40 tokens per session scan A b907fd3adaf1

Subscribe to this mod's changes

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.