agent-coordination이란?
다중 에이전트 조정 규칙: 단일 메시지 후 대기, 유휴 하트비트 처리, 폴링 루프 없음, 순차적 에이전트 생성 및 적절한 종료 프로토콜. 여러 상담원을 조율하거나, 상담원 팀을 관리하거나, 상담원 간 핸드오프를 조정할 때 활성화하세요. 출처: jwilger/agent-skills.
다중 에이전트 조정 규칙: 단일 메시지 후 대기, 유휴 하트비트 처리, 폴링 루프 없음, 순차적 에이전트 생성 및 적절한 종료 프로토콜. 여러 상담원을 조율하거나, 상담원 팀을 관리하거나, 상담원 간 핸드오프를 조정할 때 활성화하세요.
명령줄에서 agent-coordination AI 스킬을 개발 환경에 빠르게 설치
출처: jwilger/agent-skills.
Value: Respect -- other agents deserve uninterrupted time to think and work. Bombarding them with messages, polling their status, or shutting them down prematurely disrespects their autonomy and wastes everyone's resources.
Teaches agents to coordinate without interference in multi-agent workflows. Solves the problems of message spamming, idle notification misinterpretation, polling loops, premature shutdown, and race conditions that emerge when multiple agents work together.
Send one message with complete context, then wait for a reply. Never send follow-up messages before receiving a response.
다중 에이전트 조정 규칙: 단일 메시지 후 대기, 유휴 하트비트 처리, 폴링 루프 없음, 순차적 에이전트 생성 및 적절한 종료 프로토콜. 여러 상담원을 조율하거나, 상담원 팀을 관리하거나, 상담원 간 핸드오프를 조정할 때 활성화하세요. 출처: jwilger/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/jwilger/agent-skills --skill agent-coordination다중 에이전트 조정 규칙: 단일 메시지 후 대기, 유휴 하트비트 처리, 폴링 루프 없음, 순차적 에이전트 생성 및 적절한 종료 프로토콜. 여러 상담원을 조율하거나, 상담원 팀을 관리하거나, 상담원 간 핸드오프를 조정할 때 활성화하세요. 출처: jwilger/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/jwilger/agent-skills --skill agent-coordination 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/jwilger/agent-skills