awslabsawslabsOfficialยท19 Agent Skills Included

cli-agent-orchestrator

Coordinate multiple AI coding agents in parallel from one supervisor

Coordinates multiple AI coding CLIs so a supervisor agent can delegate work to specialist workers in parallel or sequence. Eliminates manual copy-paste between chat windows, lost context across sessions, and untracked long-running tasks. Adds shared memory, resumable workflows, live dashboards, and self-learning so multi-agent coding runs finish faster and more reliably.
npx skills add awslabs/cli-agent-orchestrator --all -g -y

All Skills in This Repository (19)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
awslabsawslabs

cao-plugin

Create and integrate custom plugins for the CLI Agent Orchestrator.

Official
Intermediate
๐Ÿ“ฆ In Repo
awslabsawslabs

cao-provider

Develop and manage custom CLI agents for the CAO framework.

Official
Advanced
๐Ÿ“ฆ In Repo
awslabsawslabs

mcp-apps-builder

Create MCP Apps and add interactive ui:// views to MCP servers.

Official
Advanced
๐Ÿ“ฆ In Repo
awslabsawslabs

cao-worker-protocols

Define task handling and message formatting protocols for CLI Agent Orchestrator agents.

Official
Intermediate
๐Ÿ“ฆ In Repo
awslabsawslabs

cao-memory

Store and recall facts across sessions for AI coding agents.

Official
Intermediate
๐Ÿ“ฆ In Repo
awslabsawslabs

cao-session-management

Manage CAO sessions for parallel code review and scheduled agent runs.

Official
Intermediate
๐Ÿ“ฆ In Repo
awslabsawslabs

cao-supervisor-protocols

Orchestrate CAO worker agents using assign, handoff, and send_message primitives.

Official
Advanced
๐Ÿ“ฆ In Repo
awslabsawslabs

workflow-author

Author and validate CAO workflows in a terminal session, outputting YAML.

Official
Intermediate
๐Ÿ“ฆ In Repo
awslabsawslabs

cao-mcp-apps

Operate and extend the CAO MCP Apps host-rendered fleet UI.

Official
Intermediate
๐Ÿ“ฆ In Repo
awslabsawslabs

add-app-to-server

Integrate interactive HTML UIs with existing MCP server tools.

Official
Intermediate
๐Ÿ“ฆ In Repo
awslabsawslabs

migrate-oai-app

Guide migration from OpenAI Apps SDK to MCP Apps SDK with API mapping.

Official
Intermediate
๐Ÿ“ฆ In Repo
awslabsawslabs

create-mcp-app

Create interactive MCP Apps by linking MCP tools with HTML UI resources.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install CLI Agent Orchestrator?โ–ผ

Run `npx skills add awslabs/cli-agent-orchestrator --all -g -y` in your terminal to install all skills in this suite globally.

How to run multiple AI coding agents at once?โ–ผ

CAO launches a supervisor agent that delegates tasks to worker agents running in isolated terminal sessions, either in parallel with assign or sequentially with handoff.

Which AI coding CLIs does CAO support?โ–ผ

It works with Claude Code, Kiro CLI, Codex, GitHub Copilot CLI, Cursor CLI, Kimi CLI, OpenCode, and several other terminal-based AI coding tools.

Can agents remember things across sessions?โ–ผ

Yes. CAO provides shared persistent memory so facts, conventions, and lessons learned in one session are automatically available to agents in later sessions.

Do I need to write code to use CAO?โ–ผ

Basic use only requires terminal commands to launch and monitor sessions. Advanced features like custom workflows and plugins use simple Python scripts with provided templates.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’