Bench Setup banner
ant-open-skills ant-open-skills

Bench Setup

Git community

Description

--- description: Build a new benchmark scope tailored to the user's task. Four-question intake plus a provider picker; accepts a GitHub repository URL. --- Build a new benchmark scope from scratch, tailored to what the user is actually working on. Take the user through a deliberate intake — friction-with-attraction, not a template wizard. The questions themselves should signal that the kit is taking their task seriously. All file operations below write into `${CLAUDE_PLUGIN_ROOT}/skills/custom

Installation

Installs to ~/.claude/skills/ant-open-skills-custom-model-bench-bench-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ant-open-skills-custom-model-bench-bench-setup && curl -fsSL https://raw.githubusercontent.com/ant-open-skills/custom-model-bench/HEAD/commands/bench-setup.md -o ~/.claude/skills/ant-open-skills-custom-model-bench-bench-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository