Che cos'è agent-orchestration?
Regole di orchestrazione dell'agente Fonte: namesreallyblank/clorch.
Regole di orchestrazione dell'agente
Installa rapidamente la skill AI agent-orchestration nel tuo ambiente di sviluppo tramite riga di comando
Fonte: namesreallyblank/clorch.
When the user asks to implement something, use implementation agents to preserve main context.
| Multi-file implementation | Yes | Agent handles complexity internally | | Following a plan phase | Yes | Agent reads plan, implements | | New feature with tests | Yes | Agent can run tests | | Single-line fix | No | Faster to do directly | | Quick config change | No | Overhead not worth it |
Agents read their own context. Don't read files in main chat just to understand what to pass to an agent - give them the task and they figure it out.
Regole di orchestrazione dell'agente Fonte: namesreallyblank/clorch.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/namesreallyblank/clorch --skill agent-orchestrationRegole di orchestrazione dell'agente Fonte: namesreallyblank/clorch.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/namesreallyblank/clorch --skill agent-orchestration Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/namesreallyblank/clorch