원클릭으로
source-command-handoff
Create a model handoff using a single canonical handoff document and then validate it.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a model handoff using a single canonical handoff document and then validate it.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Codex 스킬 정본, Antigravity 미러, Codex hook surface 동기화 — sync_skills.ps1 실행
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)
워크스페이스 Lock 설정 및 작업 환경 준비
| name | source-command-handoff |
| description | Create a model handoff using a single canonical handoff document and then validate it. |
Use this skill when the user asks to run the migrated source command handoff.
Usage: /handoff <target_model>
Examples:
/handoff gemini/handoff codex/handoff claudeStep 1 — Confirm target model
claude, gemini, or codex).Step 2 — Summarize the current session From the active conversation and working context, prepare:
task_summarycurrent_statenext_stepsource_modelsource_workspacehandoff_id in the format HAMES-{YYYYMMDD}-{KEYWORD} or SESSION-{YYYY-MM-DD}-{LETTER}source_workspace must be the real workspace where the work happened. Do not use AI_COMM as the source workspace.
Step 3 — Create the handoff file
powershell -NoProfile -ExecutionPolicy Bypass -File arsenal/create_handoff.ps1 `
-HandoffId "<handoff_id>" `
-TargetModel "<target_model>" `
-SourceModel "<source_model>" `
-SourceWorkspace "<source_workspace>" `
-TaskSummary "<task_summary>" `
-CurrentState "<current_state>" `
-NextStep "<next_step>"
create_handoff.ps1 builds the handoff document directly from these arguments. Do not depend on .hames_context.json.
Step 4 — Refresh target bootstrap only if needed
For gemini:
powershell -NoProfile -ExecutionPolicy Bypass -File arsenal/start_hames_gemini.ps1 `
-Task "<task_summary>" `
-TargetPath "<source_workspace>" `
-Handoff
For codex:
powershell -NoProfile -ExecutionPolicy Bypass -File arsenal/start_hames_codex.ps1 `
-Task "<task_summary>" `
-TargetPath "<source_workspace>" `
-Handoff
For claude, skip bootstrap generation.
Step 5 — Validate
powershell -NoProfile -ExecutionPolicy Bypass -File arsenal/validate_handoff.ps1 `
-HandoffFile "ai_comm/_Inbox/Handoff_<handoff_id>.md"
Step 6 — Report