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/kochetkov-ma/claude-brewcode/e2enpx skills add kochetkov-ma/claude-brewcode --skill e2egit clone --depth 1 https://github.com/kochetkov-ma/claude-brewcodeWhat 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.00037 | $0.02583 |
| Opus 5 | $0.00018 | $0.01291 |
| Sonnet 5 | $0.00007 | $0.00517 |
| Haiku 4.5 | $0.00004 | $0.00258 |
Grade A, and why
e2e 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- LICENSE 1.1 KB
- PROMPT.md 21 KB
- README.md 3.7 KB
- references/agent-template.md 2.8 KB
- references/e2e-architecture.md 9.0 KB
- references/e2e-rules.md 5.7 KB
- references/mode-create.md 11 KB
- references/mode-install.md 10 KB
- references/mode-review.md 5.2 KB
- references/mode-rules.md 8.7 KB
- references/mode-status.md 4.9 KB
- references/mode-update.md 6.2 KB
- scripts/detect-mode.sh 4.2 KB runs code
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 · 222 lines · 37 tokens per session scan A 907b3faca770
e2e is a skill published in the GitHub repository kochetkov-ma/claude-brewcode (31 stars, last pushed 5d ago), with no licence file. It adds 37 tokens to every session and 2,583 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 skills, from other repositories
codex-e2e-test
Run PR-grade real Codex E2E validation through claude-tap, including resume turns, multiple tool calls, optional image input, viewer verification, and screenshot evidence.
js-in-html-testing
Test JS logic embedded in HTML using two-layer strategy - Python unit tests + Playwright browser integration tests.
playwright-screen-recording
Record browser test videos with Playwright for PR review and bug fix verification.
real-e2e-test
Run real E2E tests against Claude CLI in pytest and tmux modes.
qa
QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a site, page, flow, or app — including a local dev server (e.g. "qa test localhost:5173", "does the checkout work?", "rate this landing page").…
e2e-test
Run claude-tap end-to-end tests with pytest.