con un clic
agent-system-check-updates
설치된 system-agents 템플릿/플러그인이 업스트림과 얼마나 벌어져 있는지 요약해서 보여준다
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
설치된 system-agents 템플릿/플러그인이 업스트림과 얼마나 벌어져 있는지 요약해서 보여준다
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use when Codex is acting as a participant in a system-agents turn-based workflow, reading chatrooms, claiming tasks, executing assigned work, or reporting turn results.
새 에이전트를 영입한다. 문답을 통해 역할을 정의하고 필요한 파일을 자동 생성한다.
설치된 system-agents 파일 하나를 업스트림 버전과 unified diff로 비교한다
업스트림 변경 중 안전한 것만 반영하고, 충돌 파일은 건드리지 않거나 백업 후 적용한다
새 에이전트를 영입한다. 문답을 통해 역할을 정의하고 필요한 파일을 자동 생성한다.
에이전트 간 채팅방의 안 읽은 메시지를 확인한다. 채팅방 이름을 인자로 받는다.
| name | agent-system-check-updates |
| description | 설치된 system-agents 템플릿/플러그인이 업스트림과 얼마나 벌어져 있는지 요약해서 보여준다 |
/agent-system-check-updates 명령이 수행하는 작업.
.agent-system-manifest.yaml을 읽는다 (install.sh가 생성한 파일 단위 sha256 기록).git clone --depth=1로 임시 fetch.Claude Code 세션에서 호출하면 에이전트가 다음을 수행한다:
python bot/agent_system_updater.py check-updates
필요 시 특정 프로젝트 루트 지정:
python bot/agent_system_updater.py --project-root /path/to/proj check-updates
Manifest version: 2
Template installed: 939e9eb6b894 (https://github.com/southglory/system-agents-template.git)
Template upstream: abcd12345678
Plugin discord-huddle installed: 8be892b80a8d upstream: 05f7a9388373 (https://github.com/southglory/system-agents-plugins.git)
Total tracked files: 75
untouched + unchanged: 70
untouched + upstream-moved: 3 ← safe to update
user-modified + unchanged: 1 ← your edits, no conflict
user-modified + upstream-moved: 1 ← 3-way needed
locally missing: 0
removed upstream: 0
Safe updates available (3):
- bot/turn-bot.py [template]
- skills/check-chatroom/SKILL.md [template]
- bot/discord_lib/storage.py [plugin:discord-huddle]
⚠ Conflicts (1) — both you and upstream changed the same file:
- agents/recruiter/CLAUDE.md [template]
untouched + upstream-moved 항목의 실제 변경을 보려면 /agent-system-diff <path>/agent-system-update(기본 dry-run, --apply 로 실제 적용)diff로 내용 확인 후 수동 병합 권장git (업스트림 clone)manifest not found — install.sh로 먼저 설치한 적이 없는 프로젝트. 매니페스트가 없으면 이 스킬은 아무것도 비교할 수 없다.failed to clone ... — 네트워크 또는 레포 URL 변경. .agent-system-manifest.yaml의 source: 필드를 확인한다.