Что такое agent-orchestration?
Правила оркестровки агентов Источник: namesreallyblank/clorch.
Правила оркестровки агентов
Быстро установите AI-навык agent-orchestration в вашу среду разработки через командную строку
Источник: 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.
Правила оркестровки агентов Источник: namesreallyblank/clorch.
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/namesreallyblank/clorch --skill agent-orchestrationПравила оркестровки агентов Источник: namesreallyblank/clorch.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/namesreallyblank/clorch --skill agent-orchestration После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/namesreallyblank/clorch