agent-orchestrator
Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.
npx skills add sickn33/agentic-awesome-skills --skill agent-orchestrator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Orchestrator ## Overview Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management. ## When to Use This Skill - When you need specialized assistance with this domain ## Do Not Use This Skill When - The task is unrelated to agent orchestrator - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works Meta-skill que funciona como camada central de decisao e coordenacao para todo o ecossistema de skills. Faz varredura automatica, identifica agentes relevantes e orquestra multiplos skills para tarefas complexas. ## Principio: Zero Intervencao Manual - **SEMPRE faz varredura** antes de processar qualquer solicitacao - Novas skills sao **auto-detectadas e incluidas** ao criar SKILL.md em qualquer subpasta - Skills removidas sao **auto-excluidas** do registry - Nenhum comando manual e necessario para registrar novas skills --- ## Workflow Obrigatorio (Toda Solicitacao) Execute estes passos ANTES de processar qualquer request do usuario. Os scripts usam paths relativos automaticamente - funciona
- Overview
- When to Use This Skill
- Do Not Use This Skill When
- How It Works
- Principio: Zero Intervencao Manual
- Workflow Obrigatorio (Toda Solicitacao)
- Passo 1: Auto-Discovery (Varredura)
- Passo 2: Match De Skills
- Passo 3: Orquestracao (Se Matched >= 2)
- Passo Rapido (Atalho)
- Skill Registry
- Locais De Busca
- Metadata Por Skill
- Comandos Do Registry
python agent-orchestrator/scripts/scan_registry.py python agent-orchestrator/scripts/match_skills.py "<solicitacao do usuario>" python agent-orchestrator/scripts/orchestrate.py --skills skill1,skill2 --query "<solicitacao>" python agent-orchestrator/scripts/scan_registry.py && python agent-orchestrator/scripts/match_skills.py "<solicitacao>" python agent-orchestrator/scripts/scan_registry.py --status python agent-orchestrator/scripts/scan_registry.py --force python agent-orchestrator/scripts/match_skills.py --project meu-projeto "query aqui"
What does the agent-orchestrator skill do?
Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill agent-orchestrator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.