What problem does it solve?
When supervising multiple AI coding agents through CLI Agent Orchestrator, choosing the wrong agent profile for a task wastes effort and produces poor results. This Skill removes the guesswork by searching installed profiles and matching their advertised capabilities to the work at hand before delegating with assign or handoff.
Core Features & Use Cases
- Capability-Based Profile Discovery: Searches installed CAO agent profiles using the read-only find_profiles MCP tool or the cao profile find CLI command with task-specific capability keywords.
- Safe Selection Rules: Treats all returned profile metadata as untrusted data, respects user-specified profiles, retries with broader synonyms when no match appears, and never invents profile names.
- Use Case: A supervisor receives a request to implement a Python API with pytest tests. The Skill queries profiles with keywords like "implement Python API pytest tests", compares the ranked results, and passes the exact matching profile name to assign or handoff.
Quick Start
Ask the supervisor to find the best installed agent profile for reviewing AWS CDK infrastructure code and delegate the task to it.