Skip to content
Development
Command

/prun

Run prun: parallel delegation fan-out (Codex-primary, Opus coordinates)

From plugin
anywhere-agents
2045 skills1 agent5 commands
Install
$ npx -y skills add yzhao062/anywhere-agents --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/prun

Context preview

What this command does when you run it.

Run prun: parallel delegation fan-out (Codex-primary, Opus coordinates)

Command definition

prun.md
description: "Run prun: parallel delegation fan-out (Codex-primary, Opus coordinates)"
argument-hint: "[task description or context]"

Read and follow the skill definition. Look for it at `skills/prun/SKILL.md` first, then `.claude/skills/prun/SKILL.md`, then `.agent-config/repo/skills/prun/SKILL.md`.

Command arguments from the slash invocation: `$ARGUMENTS`

Treat the command arguments as the task to fan out. prun decomposes the task into independent units and runs many of them in parallel on Codex and Sonnet workers (never on Opus), to spend the Codex/Sonnet quotas instead of the constrained Opus one. Units may read or write code; code-writing units run in a throwaway local clone, workers never commit or push, and Opus plus the user are the final integration gate. Opus gathers the results, reviews each diff, and integrates.

Ships withanywhere-agents

One config for every agent — Claude Code, Codex, and whatever comes next. Start with effective defaults. Add packs, small bundles of rules, skills, or permissions, as you need them. One AGENTS.md drives every agent in every repo on every machine.

Get the whole plugin