원클릭으로
source-command-sync
Codex 스킬 정본, Antigravity 미러, Codex hook surface 동기화 — sync_skills.ps1 실행
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Codex 스킬 정본, Antigravity 미러, Codex hook surface 동기화 — sync_skills.ps1 실행
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Hames-aware fork — recognizes the v5.x kernel + .cursor/rules/* module separation, isolated domains, defense-line signatures, and workspace lock. In non-Hames repos this falls back to standard upstream behavior.
워크스페이스 콘텐츠 품질 & 인덱스 무결성 점검 (Content & Index Audit)
완료된 핸드오프 파일을 _Archive로 이동 — close_handoff.ps1 실행
HamesSystem 규칙 완성도 점검 (System Integrity MRI)
Create a model handoff using a single canonical handoff document and then validate it.
워크스페이스 Lock 설정 및 작업 환경 준비
| name | source-command-sync |
| description | Codex 스킬 정본, Antigravity 미러, Codex hook surface 동기화 — sync_skills.ps1 실행 |
Use this skill when the user asks to run the migrated source command sync.
사용법: /sync (인수 없음) / /sync --dry-run
슬래시 커맨드를 SKILL.md 형식으로 사용하는 Codex 정본과 Antigravity 미러를 동기화한다.
또한 Codex hook surface인 .codex/hooks.json과 .codex/config.toml의 managed hook command set을 repo-root 기반 경로로 동기화한다.
.codex/skills/ (Codex App/CLI 공용 정본).agent/skills/ (Antigravity).codex/hooks.json, .codex/config.toml (최신 파일을 source hint로 보고 동일 command set으로 정규화).claude/commands/*.md는 형식이 달라 본 sync 대상 아님 — 별도 유지.
Step 1 — 인자 확인
--dry-run 또는 dry-run이면 dry-run 모드 (실제 복사 없이 변경 예정 보고)Step 2 — 동기화 실행
실제 동기화:
powershell -NoProfile -ExecutionPolicy Bypass -File arsenal/sync_skills.ps1
Dry-run:
powershell -NoProfile -ExecutionPolicy Bypass -File arsenal/sync_skills.ps1 -DryRun
Step 3 — 결과 보고
VERIFY PASS / VERIFY FAIL) 출력.codex/skills/에서만 진행. 그 후 /sync 호출하여 .agent/skills/ 미러 갱신.agent/skills/에 직접 편집한 경우, /sync 실행 시 그 변경분이 덮어쓰여짐.codex/hooks.json과 .codex/config.toml은 포맷이 다르므로 파일 전체를 복사하지 않고, managed hook command만 동기화한다. Agent registry는 유지한다.