Bench View banner
ant-open-skills ant-open-skills

Bench View

AI community

Description

--- description: Build and serve the custom-model-bench viewer; print the URL. --- Build the viewer data file and start the local web server so the user can see the latest comparison results. All commands below run from the plugin's installed root via `${CLAUDE_PLUGIN_ROOT}` — that's where `package.json`, `viewer/`, and the `examples/<scope>/runs/` directories live. The user's current working directory doesn't matter. Steps: 1. **Dependency check.** If `${CLAUDE_PLUGIN_ROOT}/node_modules/` d

Installation

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

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

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

Full documentation available on GitHub

View Source Repository