Best of n ops
Skill mike-diff/ai-coding-configs/.cursor/skills/best-of-n-ops
Multi-agent harness configurations: agent teams, safety hooks, skills and context engineering patterns
npx -y skills add mike-diff/ai-coding-configs --skill best-of-n-opsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Operational guidance for Cursor's /best-of-n command. Activates when running parallel model attempts and selecting the strongest result.
SKILL.md
0.9 KB, as published. Nobody here has run it
/best-of-n — Parallel Model Selection
Guidance for using Cursor's parallel attempt feature to improve output quality.
When to use
- Ambiguous requirements where multiple approaches are viable
- High-stakes code where correctness matters (security, data integrity)
- Creative tasks where solution diversity improves outcomes
How it works
/best-of-nspawns N independent attempts at the same prompt- Each attempt runs in its own isolated worktree
- Results are evaluated and the strongest is selected
- Other attempts are discarded
Best practices
- Use N=2–3 for most cases; higher N for critical paths
- Write clear evaluation criteria in the prompt
- Review the selected output before merging — selection is heuristic, not perfect