Claude Code plugins by lestrrat, published as a plugin marketplace.
Add the marketplace once:
/plugin marketplace add lestrrat-ai/claude-code-plugins
Then install whichever plugins you want:
/plugin install gauntlet@lestrrat-ai
The plugins shell out to a few external tools. Have these available before installing.
Required:
- git — the skills use worktrees and branch operations.
- GitHub CLI (
gh) — every GitHub interaction (PRs, reviews, labels, checks) goes throughgh, so it must be authenticated (gh auth login) and the repo needs a GitHub remote. - Python 3 (
python3) — runs the bundled scripts (campaign ledger, progress emitter, review-item deduper). Standard library only, nothing topip install. jq— parsesghJSON in the Copilot review-item fetcher.bash— runs the bundled shell scripts (standard on macOS/Linux).
Optional:
- Codex CLI (
codex) — an independent external reviewer forgauntlet:campaign. Recommended for a stronger gauntlet, since a different engine than the orchestrator catches defects a same-model re-roll can miss, but not required: without it, campaign falls back to Claude's own subagents as the reviewer.
| Plugin | What it is |
|---|---|
gauntlet |
Adversarial review that gates PRs to merge: review reports findings (report-only by default, can opt in to opening PRs); campaign adopts existing PRs and defends each through repeated context-isolated reviews and green CI, then merges. |
MIT