بنقرة واحدة
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