agentsclimarketplace

Dispatching parallel agents

Skill henriquescastilho/my-claude/.claude/skills/dispatching-parallel-agents

Setup público e sanitizado de um Claude Code full-stack: 8 sub-agents com roteamento por modelo, 792 skills, hooks de segurança, MCP servers e metodologia opinativa. Desenhado para um agente de IA se auto-configurar.

Install
npx -y skills add henriquescastilho/my-claude --skill dispatching-parallel-agents

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Orquestrar trabalho paralelo com multiplos sub-agents quando ha 2+ tarefas independentes. Usar automaticamente quando detectar tarefas sem dependencia entre si.

SKILL.md

1.0 KB, 238 tokens by cl100k_base, as published. Nobody here has run it

Despacho de Agentes Paralelos -- Padrao DME

Quando ha multiplas tarefas independentes, despachar um agent por dominio.

Quando usar

  • 2+ falhas/bugs em subsistemas diferentes
  • Tarefas que nao compartilham estado (frontend + backend + testes)
  • Pesquisa em areas independentes do codebase

Quando NAO usar

  • Tarefas que dependem uma da outra
  • Edicoes no mesmo arquivo
  • Trabalho sequencial

Processo

  1. Listar todas as tarefas pendentes
  2. Classificar como INDEPENDENTE ou DEPENDENTE
  3. Agrupar independentes por dominio
  4. Despachar um agent por grupo com prompt especifico
  5. Aguardar resultados
  6. Sintetizar e reportar

Regras

  • Cada agent recebe contexto completo do seu dominio
  • Nunca dois agents editando o mesmo arquivo
  • Usar modelo apropriado por agent (Haiku pra pesquisa, Sonnet pra implementacao)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.