Openprism Bakeoff banner
ba1lly ba1lly

Openprism Bakeoff

Development community

Description

--- description: Blind-judge two models on one prompt to decide which earns a panel seat argument-hint: "<model_a> <model_b> <prompt>" --- Parse $ARGUMENTS as: the first whitespace-separated token is `model_a`, the second token is `model_b`, and everything after that is the `question`/prompt. Call the `mcp__openprism__bakeoff` tool with those three values, then show me the verdict (including the final `WINNER:` line).

Installation

Installs to ~/.claude/skills/ba1lly-openprism-openprism-bakeoff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ba1lly-openprism-openprism-bakeoff && curl -fsSL https://raw.githubusercontent.com/ba1lly/OpenPrism/HEAD/commands/openprism-bakeoff.md -o ~/.claude/skills/ba1lly-openprism-openprism-bakeoff/SKILL.md

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

Full documentation available on GitHub

View Source Repository