Multi-agent orchestration skills for Claude Code
npx claudepluginhub hanrong-huang/claude-orchestratorControl separate Claude Code sessions from this chat via playwright-cli
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
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.