Agent skill · AI & Agents

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill agent-orchestrator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 10 KB
Bundled scripts: yes
Declared author: renat
Path: skills/agent-orchestrator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Principio: Zero Intervencao Manual
  6. Workflow Obrigatorio (Toda Solicitacao)
  7. Passo 1: Auto-Discovery (Varredura)
  8. Passo 2: Match De Skills
  9. Passo 3: Orquestracao (Se Matched >= 2)
  10. Passo Rapido (Atalho)
  11. Skill Registry
  12. Locais De Busca
  13. Metadata Por Skill
  14. Comandos Do Registry
Ships with 6 files
  • references/capability-taxonomy.md
  • references/orchestration-patterns.md
  • scripts/match_skills.py
  • scripts/orchestrate.py
  • scripts/requirements.txt
  • scripts/scan_registry.py
Commands it runs
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"
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going