skills/agent-system-check-updates/SKILL.md
설치된 system-agents 템플릿/플러그인이 업스트림과 얼마나 벌어져 있는지 요약해서 보여준다
npx skillsauth add southglory/system-agents-template agent-system-check-updatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/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: 필드를 확인한다.tools
에이전트 간 채팅방에 메시지를 보낸다. 인자로 채팅방 이름을 받는다.
business
이번 턴의 작업 결과를 관련 채팅방에 자동으로 공유한다.
tools
새 에이전트를 영입한다. 문답을 통해 역할을 정의하고 필요한 파일을 자동 생성한다.
tools
현재 에이전트의 턴을 종료한다.