# arena

> Claude/Codex skill by [@cursor](https://omgskills.com/library/cursor/index.md) · 4.5k stars · Updated 2026-08-21

Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /arena, 'arena this', 'throw it in the arena', or when one attempt at a non-trivial artifact would lock in the wrong shape.

## Install

```sh
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/pstack/skills/arena ~/.claude/skills/arena
```

## From README

Arena Fan out N parallel attempts at the same task. Read every candidate end to end. Pick the strongest as the base. Graft the best ideas from the others into it. Verify the synthesized result. Start Open a todolist with one entry per phase before launching anything. The arena runs autonomously and the list keeps phases from silently disappearing. Frame Fan out Cross-judge Pick Graft Verify Phase A: Frame The N candidates will receive the same prompt, so the prompt is the contract. Get it right before spawning anything. State the artifact each candidate is producing. Derive the rubric. State what success looks like for this task, then turn it into 3-6 concrete gradeable criteria. Concrete: Adds a --dry-run flag that skips writes. Vague: code is correct. The rubric is the picker's tool in Phase D; candidates only see the task. Pick the runners. Use arena runners from /.cursor/rules/pstack-models.mdc when present.

## Links

- HTML page: https://omgskills.com/skills/cursor/plugins/arena/
- GitHub: https://github.com/cursor/plugins
- Author: [@cursor](https://omgskills.com/library/cursor/index.md)

## More from this repo

- [architect](https://omgskills.com/skills/cursor/plugins/architect/index.md) — Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 4.5k stars
- [automate-me](https://omgskills.com/skills/cursor/plugins/automate-me/index.md) — Use for "automate me", "create/update/refresh my -mode skill", "turn/capture my preferences or working style into a...
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 4.5k stars
- [check-compiler-errors](https://omgskills.com/skills/cursor/plugins/check-compiler-errors/index.md) — Used to run compile and type-check commands and report failures
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 4.5k stars
