📄 skillActivePromisinghigh

cli-agent-orchestrator

by awslabs

No description available

Supported Platforms

🤖 Claude Code

Stars

699

Skill Type

🚀 CI/CD & Deployment

Quality Score

107/200

License

Apache-2.0

Forks

126

Last Updated

Jun 11, 2026

Discovered

May 10, 2026

Validation

Passed

github.com/awslabs/cli-agent-orchestrator

Quality Breakdown

107/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
✓Progressive Disclosure+30
â—‹Trigger Description+20
â—‹Verification/Safety+20
✓Code Examples+15
✓Composability+15

Repo Health

✓Recent Activity+15
✓Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
✓Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Multi-agent spawning and orchestration: Repository is explicitly designed to spawn and coordinate multiple AI agent processes (Claude Code, Kiro CLI, Codex, Gemini CLI, etc.) in isolated tmux sessions
  • Autonomous operation: Supervisor agents can automatically delegate tasks to multiple worker agents in parallel without explicit per-task human approval gates
  • Shell/terminal access: Uses tmux to manage terminal sessions and execute commands across multiple agents with coordinator communication
  • External code execution: Framework coordinates execution of external CLI tools and agents, with agents able to run code and commands
  • Inter-process communication: Uses MCP (Model Context Protocol) for agents to communicate and exchange instructions (handoff, assign, send_message primitives)
  • Workflow automation: Supports scheduled agent runs and cron-style triggers via Flows feature, enabling unattended autonomous execution