Run a multi-agent feedback loop within this session using the built-in Agent tool
A Claude Code marketplace with two multi-agent orchestration skills. No API keys or infrastructure needed.
Add the marketplace once — both skills become available:
/plugin marketplace add Hanrong-Huang/claude-orchestrator
Then open /plugin → Discover and install either or both.
Run an implementer/critic/validator feedback loop entirely within this session using the built-in Agent tool. Zero setup.
Triggers on: "agent pool", "multi-agent loop", "critic creator", "feedback loop", "run agents in loop"
Prerequisites: none
How it works:
You (human) → set goal, max iterations, done condition
|
v
This session (orchestrator)
| spawns subagents via Agent tool
+--> Explorer (maps codebase, first iteration only, skipped if scope is clear)
+--> Implementer (makes changes)
+--> Critic (reviews, scores 1-10, APPROVED at 7+ or NEEDS_WORK)
+--> Validator (syntax/test check after critic approves)
|
v
Loop until APPROVED + PASS, or max iterations reached
Features:
/remote-controlPatterns: simple refinement loop, critic/creator, research + implement, parallel implementers
Control a separate Claude Code session from this chat via playwright-cli browser automation.
Triggers on: "orchestrate", "self-feedback loop", "claude controlling claude", "multi-claude"
Prerequisites:
npm install -g @anthropic-ai/playwright-cliBash(playwright-cli:*) permission in Claude Code settingsHow it works:
You (human)
|
v
Orchestrator session (this chat)
| sends prompts via playwright-cli
v
Worker session (separate terminal)
| does the actual work
v
Orchestrator reads response, decides next prompt → loop until done
Patterns: single injection, self-feedback loop, critic/creator pair, human-checkpoint
| agent-pool | claude-orchestrator | |
|---|---|---|
| Setup | none | playwright-cli + 2nd terminal |
| Context window | shared with parent | separate (isolated) |
| Best for | quick iterative loops (3-5 iterations) | long autonomous sessions, context-heavy tasks |
| Validation | built-in (auto-detects project type) | manual |
| Remote monitoring | optional (/remote-control) | built-in (phone-friendly) |
Use agent-pool as your daily driver for iterative improvement. Use claude-orchestrator for heavy lifting where context isolation and remote monitoring matter.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub hanrong-huang/claude-orchestrator --plugin agent-poolControl separate Claude Code sessions from this chat via playwright-cli
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
Sub-agent runner — runs agent definitions on Codex, Claude Code, Cursor CLI, or Gemini CLI from any host AI tool.
HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Multi-agent orchestration framework for Claude Code. Routes tasks to specialized Haiku/Sonnet subagents while Opus orchestrates — inspired by speculative decoding. Includes 10 specialized heads, environment preflight checks, and ~50% API cost reduction.