bench-fixture-gen

bench-fixture-gen is a skill for Claude Code, Codex from kwakseongjae/oh-my-design. It costs 0 tokens per session (429 once invoked), scanned A, original, MIT.

A benchmark fixture generator that creates one shared dataset and image set for each task before competing agents run. The fixture is validated and sealed with checksums so every agent starts from the same inputs.

In plain words
What is it for?
Use it to define task datasets and image assets, generate the files, validate records and relationships, and record checksums for later verification.
Why use it?
It makes comparisons fair by preventing individual agents from generating different starting data or assets.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to define task datasets and image assets, generate the files, validate records and relationships, and record checksums for later verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kwakseongjae/oh-my-design/bench-fixture-gen
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 kwakseongjae/oh-my-design --skill bench-fixture-gen
Clone the repo
git clone --depth 1 https://github.com/kwakseongjae/oh-my-design

Made for: Claude Code, Codex.

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 bench-fixture-gen

README.md
[![agentmods](https://agentmods.dev/badge/skills/kwakseongjae/oh-my-design/bench-fixture-gen/github.svg)](https://agentmods.dev/skills/kwakseongjae/oh-my-design/bench-fixture-gen)
Your own site
<a href="https://agentmods.dev/skills/kwakseongjae/oh-my-design/bench-fixture-gen"><img src="https://agentmods.dev/badge/skills/kwakseongjae/oh-my-design/bench-fixture-gen/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 bench-fixture-gen

Your own site · 80×15
<a href="https://agentmods.dev/skills/kwakseongjae/oh-my-design/bench-fixture-gen"><img src="https://agentmods.dev/badge/skills/kwakseongjae/oh-my-design/bench-fixture-gen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 429 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00000 $0.00429
Opus 5 $0.00000 $0.00215
Sonnet 5 $0.00000 $0.00086
Haiku 4.5 $0.00000 $0.00043

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

Security

Grade A, and why

bench-fixture-gen 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 13d 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.

benchmarks/ui-resolve-bench/skills/bench-fixture-gen/SKILL.md · 35 lines

What it actually says

bench-fixture-gen (benchmark-internal, NOT a user skill)

Generates the shared per-task fixture that every competing arm starts from: a realistic dataset plus an image asset base. Fairness rule: fixtures are generated ONCE per task by this preprocessor and sealed (sha256) before any arm runs; arms never generate their own.

Workflow

  1. Author a fixture spec (fixture-spec.json):
    • task_id
    • dataset: { global_key (window global), entities: [{ name, count, fields: [{name, kind, enum?, range?}], relations? }], disclosure }
    • images: generate-task-assets item list ({file, prompt, style})
  2. Dataset: node scripts/generate-task-dataset.mjs --spec <spec> --out <dir>
    • grok-4.6 authors realistic records for the spec (headless, isolated); the script VALIDATES structure (entity counts, field presence, enum membership, relation integrity), retries once on failure, then writes data.json + data.js (window global) + prints aggregate seeds.
  3. Images: node scripts/generate-task-assets.mjs --spec <images-spec> --out <assets-dir>
    • grok image_gen, paced, self-healing auth sync, per-file sha manifest.
  4. Seal: record data.json sha + assets-manifest in the task fixture and in every prepared cell's cell.json.

Rules

  • Deterministic where possible; all sample data labeled fictional in a disclosure string carried inside the dataset itself.
  • Never real brands/people; Korean-locale tasks use Korean-plausible fictional names.
  • Aggregate expectations for data-fidelity audits are DERIVED from the sealed dataset at audit time, never hardcoded.
  • KPI terms used in briefs must be DEFINED in the brief (lesson: the "open cases" ambiguity in wholesale-2026-08-18).
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. 13d ago First seen · 35 lines · 0 tokens per session scan A cafe2fe338ff

Subscribe to this mod's changes

bench-fixture-gen is a skill published in the GitHub repository kwakseongjae/oh-my-design (502 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 429 tokens. 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.

Related

Other skills, from other repositories

dembrandt

A TypeScript command-line tool that renders a web page with Playwright and examines its actual styles. It turns colours, typography, spacing, borders, shadows, animation curves, components, and breakpoints into structured design tokens.

AvalonLee/AstraCraft-Program · 0 tokens

extract-design

Extract the full design language from any website URL. Produces 8 output files including AI-optimized markdown, visual HTML preview, Tailwind config, React theme, shadcn/ui theme, Figma variables, W3C design tokens, and CSS variables. Also runs WCAG accessibility scoring. Use when user says 'extract design', 'get…

Manavarya09/design-extract · 98 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

accessibility-per-component

Run an accessibility audit on a specific design system component. Trigger when someone says: accessibility check, a11y audit, WCAG compliance, is this accessible, check accessibility, does this meet WCAG, screen reader support, keyboard navigation check, or anything about auditing the accessibility of a specific…

murphytrueman/design-system-ops · 65 tokens

cicd-integration

Generate CI/CD pipeline configurations that automate design system quality checks — token validation, component linting, visual regression, accessibility scanning, and release gating. Produces ready-to-use pipeline files for GitHub Actions, GitLab CI, CircleCI, or Bitbucket Pipelines, configured to enforce the…

murphytrueman/design-system-ops · 177 tokens

schema-validator

Validate token files against DTCG 2025.10, Style Dictionary, or custom schemas. Trigger when someone says: validate token JSON, check my token files for errors, schema validation for tokens, are my token files valid, DTCG compliance check, validate token format, or anything about checking whether token files are…

murphytrueman/design-system-ops · 76 tokens