best-of

best-of is a command for Claude Code from LovelaceLoom/grok-plugin-cc. It costs 24 tokens per session (644 once invoked), scanned A, original, Apache-2.0.

A command for running several independent coding-task attempts in separate Git worktrees and applying the selected result. A worktree is an isolated working copy of a repository.

In plain words
What is it for?
Refactoring code, adding tests, or fixing bugs when you want several candidate changes evaluated. It is not intended for research or text-only questions.
Why use it?
It helps compare multiple implementations of a code or file-change task and choose one based on correctness, code quality, and safety.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the grok plugin — 8 skills, 21 commands, 2 agents, 3 hooks shipped together

Good fit Refactoring code, adding tests, or fixing bugs when you want several candidate changes evaluated. It is not intended for research or text-only questions.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add LovelaceLoom/grok-plugin-cc
Claude Code
/plugin install grok

Made for: Claude Code.

Or install grok, the plugin that ships this one along with the rest of its 8 skills, 21 commands, 2 agents, 3 hooks.

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 best-of

README.md
[![agentmods](https://agentmods.dev/badge/commands/lovelaceloom/grok-plugin-cc/best-of/github.svg)](https://agentmods.dev/commands/lovelaceloom/grok-plugin-cc/best-of)
Your own site
<a href="https://agentmods.dev/commands/lovelaceloom/grok-plugin-cc/best-of"><img src="https://agentmods.dev/badge/commands/lovelaceloom/grok-plugin-cc/best-of/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 best-of

Your own site · 80×15
<a href="https://agentmods.dev/commands/lovelaceloom/grok-plugin-cc/best-of"><img src="https://agentmods.dev/badge/commands/lovelaceloom/grok-plugin-cc/best-of.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 644 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.
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.00024 $0.00644
Opus 5 $0.00012 $0.00322
Sonnet 5 $0.00005 $0.00129
Haiku 4.5 $0.00002 $0.00064

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

Security

Grade A, and why

best-of 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 9d 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.

plugins/grok/commands/best-of.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Wraps Grok's native --best-of-n N flag. Grok spawns N parallel sub-agents in isolated git worktrees, evaluates them on Correctness · Code Quality · Safety, and applies the winner's diff back to the workspace.

When to use

Code / file-change tasks only. This is grok's /best-of-n skill — its evaluator scores worktree changes, not response text. Examples that fit:

  • "Refactor src/auth/middleware.ts to use the new session API"
  • "Add a unit test for the rate-limit hook"
  • "Fix the off-by-one in pagination.ts and add a regression test"

When NOT to use (and what to use instead)

  • Research / market analysis / summarization → use /grok:research (single-call with --effort max + --check self-verification + web search)
  • General question / quick answer → use /grok:ask
  • Multi-LLM consensus / code review → use /grok:aggregate-review

For text-only prompts, --best-of-n returns an evaluation table of worktree-diff candidates (often empty diffs, so essentially empty stdout). The reporter of issue #8 hit this: a research prompt with --best-of-n=3 returned 1 byte (just a newline) while the same prompt without --best-of-n returned 8.5KB of structured output.

Cost

Each of the N branches is a full token-spend, so best-of 5 costs ~5× a regular /grok:ask. The plugin caps N at 8.

Argument shapes

  • /grok:best-of 5 <code task prompt>
  • /grok:best-of --best-of-n 5 <code task prompt>

Combine with --effort max for the highest-quality runs, or --check to add per-branch self-verification.

Raw user input: $ARGUMENTS

Run:

node "${CLAUDE_PLUGIN_ROOT}/scripts/companion.mjs" best-of "$ARGUMENTS"

Output rules:

  • Return the companion's stdout verbatim.
  • If $ARGUMENTS is empty, ask the user for N and a code-task prompt instead of running.
  • A [grok-plugin] stderr banner reminds the caller that --best-of-n is code-task-only. This is informational, not an error — surface it only if the user asks about it.

Read the full file on GitHub · 49 lines

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. 9d ago First seen · 49 lines · 24 tokens per session scan A 302d1d18a8fe

Subscribe to this mod's changes

best-of is a command published in the GitHub repository LovelaceLoom/grok-plugin-cc (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 24 tokens to every session and 644 once invoked, about $0.0001 per session on Opus 5. 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-31.