benchclaw-stage4-per-template-batch-synthesis

Generate grey-batch items from template configurations using Python scripts.

Updated May 7, 2026
One-click install
npx skills add https://github.com/EurecaMoment/BenchClaw --skill benchclaw-stage4-per-template-batch-synthesis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchclaw-stage4-per-template-batch-synthesis
Source: https://github.com/EurecaMoment/BenchClaw/tree/main/BenchClaw/skills/benchmark-stage4-build/skills/grey-batch-validation/subskills/per-template-batch-synthesis
Command: npx skills add https://github.com/EurecaMoment/BenchClaw --skill benchclaw-stage4-per-template-batch-synthesis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the synthesis of grey-batch items for BenchClaw benchmarking, streamlining the process of generating items for benchmark validation.

Core Features & Use Cases

  • Grey-Batch Item Synthesis: Automates the generation of grey-batch items for benchmark validation.
  • Template-Based Processing: Generates items based on specific template configurations.
  • Use Case: Ideal for automating the creation of validation items for BenchClaw benchmarks, reducing manual effort and ensuring consistency.

Quick Start

Run the skill with the command: `python scripts/per_template_batch_synthesis.py --bundle "$WORKSPACE_ROOT/stage4/artifacts/data_20_template_metric_code_bundle" --out-dir "$WORKSPACE_ROOT/stage4/artifacts/data_21_grey_validation_report/per_template_batch" --limit-per-template 8 --seed 20260601

Frequently Asked Questions about benchclaw-stage4-per-template-batch-synthesis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate grey-batch item synthesis for Python benchmark validation?

Grey-batch item synthesis for Python benchmark validation is automated by running a script that generates items based on template configurations. This process reduces manual effort and ensures consistency for your benchmarking workflows.

What is template-based item generation for benchmark validation?

Template-based item generation for benchmark validation is the process of creating items using specific template configurations. It ensures consistent validation data generation for benchmarking workflows requiring automated item creation.

Do I need a Python environment to run benchclaw-stage4-per-template-batch-synthesis?

Yes, a Python environment is required to run benchclaw-stage4-per-template-batch-synthesis. You must execute the provided Python scripts with specified command-line arguments to generate your grey-batch items.

Can I limit the number of generated items per template during batch synthesis?

Yes, you can limit the number of generated items per template during batch synthesis. The Python script accepts a limit-per-template parameter, allowing you to control the volume of validation items generated.

How do I execute the Python script for per-template batch synthesis?

To execute the Python script for per-template batch synthesis, run the script with specified bundle, output directory, limit, and seed parameters. This command automates the generation of grey-batch validation items.

Why use automated batch synthesis for benchmark validation instead of manual generation?

Automated batch synthesis for benchmark validation is used instead of manual generation to reduce manual effort and ensure consistency. It streamlines the creation of grey-batch items for your benchmarking workflows.