best-of-n
01Skill Claude CodeCodex
Generate N independent candidate implementations of the same task and select the winner using a 3-criterion rubric (correctness, simplicity, fit).
Claude Code Extended: Build 10 Real-World Projects with Claude Code
Skill Claude CodeCodex
Generate N independent candidate implementations of the same task and select the winner using a 3-criterion rubric (correctness, simplicity, fit).
Skill Claude CodeCodex
Author a behavior-changing CLAUDE.md for any repository. Outputs a ≤80-line file with five required sections, each line earning its place.
Skill Claude CodeCodex
Review an AI-generated diff as if it were a stranger's pull request. Output a ranked, severity-tagged list of bugs and the smallest patch per item.
Skill Claude CodeCodex
Produce HANDOFF.md and ARCHITECTURE.md from a diff and the resulting source. Output is two short, audience-specific docs.
Skill Claude CodeCodex
Convert a working-tree diff into atomic Conventional Commits and a mergeable PR description. Output the splitter plan plus the PR body.
Skill Claude CodeCodex
Prepare a one-page context brief for an MCP-connected tool (Jira / Slack / GitHub / Drive) before invoking it, so the agent acts on a focused slice instead of slurping the whole workspace.
Skill Claude CodeCodex
Score a project across the five production-readiness axes (security, observability, deployment, runbooks, rollback). Output a one-page report ending with a go/no-go verdict.
Skill Claude CodeCodex
Refactor a module under hard written constraints. Output a unified diff that respects every constraint and preserves byte-identical behavior.
Skill Claude CodeCodex
Generate user-facing release notes from a Git diff or changelog. Output groups changes by audience impact, not by commit author.
Skill Claude CodeCodex
Walk a code change (or full release branch) through a 12-item production-readiness checklist and produce a go / no-go report with concrete remediations.
Skill Claude CodeCodex
Run a focused security review of a code change across input validation, authn/z, secrets, dependencies, and data exposure. Output a yes/no checklist plus one concrete patch per issue.
Skill Claude CodeCodex
Generate a real, runnable test suite for a given module. Covers happy path, error paths, and at least one boundary case per public function.