benchmark-adder

benchmark-adder is a skill for Claude Code from tmuskal/arc-agi-benchmarker. It costs 74 tokens per session (1,408 once invoked), scanned A, original, no licence file.

A skill that takes the URL of an agent benchmark repository and coordinates creation of a Claude Code plugin for testing the current agent setup against it. Agent benchmarks are test suites for measuring how well an AI system handles tasks such as reasoning, memory, questions, coding, or tool use.

In plain words
What is it for?
Use it when you have a benchmark repository for an agent environment and want to create a plugin that runs it against the current setup.
Why use it?
It turns a benchmark repository into a structured testing plugin, so the harness can be evaluated against that benchmark. The description does not specify the exact benchmarks or results it supports.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when you have a benchmark repository for an agent environment and want to create a plugin that runs it against the current setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tmuskal/arc-agi-benchmarker/benchmark-adder
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.

Any agent
npx skills add tmuskal/arc-agi-benchmarker --skill benchmark-adder
Clone the repo
git clone --depth 1 https://github.com/tmuskal/arc-agi-benchmarker

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 benchmark-adder

README.md
[![agentmods](https://agentmods.dev/badge/skills/tmuskal/arc-agi-benchmarker/benchmark-adder/github.svg)](https://agentmods.dev/skills/tmuskal/arc-agi-benchmarker/benchmark-adder)
Your own site
<a href="https://agentmods.dev/skills/tmuskal/arc-agi-benchmarker/benchmark-adder"><img src="https://agentmods.dev/badge/skills/tmuskal/arc-agi-benchmarker/benchmark-adder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for benchmark-adder

Your own site · 80×15
<a href="https://agentmods.dev/skills/tmuskal/arc-agi-benchmarker/benchmark-adder"><img src="https://agentmods.dev/badge/skills/tmuskal/arc-agi-benchmarker/benchmark-adder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,408 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00074 $0.01408
Opus 5 $0.00037 $0.00704
Sonnet 5 $0.00015 $0.00282
Haiku 4.5 $0.00007 $0.00141

Measured 9d ago against content hash 525692dcea92, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

benchmark-adder 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 9d 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/skills/benchmark-adder/SKILL.md · 126 lines

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.

Read it on GitHub

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. 9d ago First seen · 126 lines · 74 tokens per session scan A 525692dcea92

Subscribe to this mod's changes

benchmark-adder is a skill published in the GitHub repository tmuskal/arc-agi-benchmarker (3 stars, last pushed 4mo ago), with no licence file. It adds 74 tokens to every session and 1,408 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

jamditis/claude-skills-journalism · 21 tokens

test-first-bugs

Enforces a test-driven bug-fixing workflow. Use when a user reports a bug, failing code, an error, or asks to fix something.

jamditis/claude-skills-journalism · 35 tokens

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

702-technologies-wiremock

Use when you need framework-agnostic WireMock guidance — stub design, JSON or programmatic mappings, precise request matching, response bodies and faults, classpath fixtures, isolation and reset between tests, verification of calls, dynamic ports and base URLs, and avoiding flaky stubs — without choosing Spring Boot…

jabrena/plinth · 140 tokens

coverage-enhancer

Analyze existing test suites and source code to suggest additional unit tests that improve test coverage. Use this skill when working with test files and source code to identify untested code paths, missing edge cases, uncovered branches, untested error conditions, and gaps in test coverage. Supports major testing…

ArabelaTso/Skills-4-SE · 84 tokens

321-frameworks-spring-boot-testing-unit-tests

Use when you need to write unit tests for Spring Boot applications — including pure unit tests with @ExtendWith(MockitoExtension.class) for @Service/@Component, slice tests with @WebMvcTest and @MockitoBean for controllers, @JsonTest for JSON serialization, parameterized tests with @CsvSource/@MethodSource, test…

jabrena/plinth · 176 tokens