원클릭으로
jiebang
当用户说“接棒cc/cx/ag”“交棒”“同步上下文”“跨代理切换开发”“自动交棒”时使用。用于 Claude Code、Codex、Antigravity 在同一项目中通过 `.jiebang/runtime/` 共享进度和决策,而不是依赖私有聊天记忆。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
当用户说“接棒cc/cx/ag”“交棒”“同步上下文”“跨代理切换开发”“自动交棒”时使用。用于 Claude Code、Codex、Antigravity 在同一项目中通过 `.jiebang/runtime/` 共享进度和决策,而不是依赖私有聊天记忆。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | jiebang |
| description | 当用户说“接棒cc/cx/ag”“交棒”“同步上下文”“跨代理切换开发”“自动交棒”时使用。用于 Claude Code、Codex、Antigravity 在同一项目中通过 `.jiebang/runtime/` 共享进度和决策,而不是依赖私有聊天记忆。 |
Use this skill when the user wants to:
cc, cx, and ag.jiebang/manifest.yml first..jiebang/runtime/..jiebang/runtime/handoffs/*.md as the authoritative manual handoff and .jiebang/runtime/handoffs/*.auto.md as autosave fallback only.CLAUDE.md, AGENTS.md, or other project instruction files. Only append a bounded hook when the user explicitly asks for bootstrap --update-agents.assets/ directory and never overwrite existing .jiebang files.接棒cc / 接棒cx / 接棒ag.jiebang/manifest.yml.jiebang/runtime/project.md.jiebang/runtime/current-task.md.jiebang/runtime/decision-log.mdAGENTS.md only when project-level rules are needed or the manifest declares it as a project context fileIf the source handoff file is missing, say that no persisted source context is available yet.
交棒Update the current agent's own handoff file with the template in references/protocol-files.md.
Minimum required sections:
Also update .jiebang/runtime/current-task.md when the active objective or success criteria changed.
The 交棒 command does not need an agent suffix. The active agent identity determines which handoff file to write.
自动交棒When the user asks for automatic handoff:
.auto.md handoff file交棒 higher quality than automatic snapshotsreferences/command-contract.md for exact behavior of 接棒xx and 交棒references/protocol-files.md for the runtime file layout and handoff schemaIf shell access is useful, use:
skills/jiebang/scripts/jiebang.sh bootstrap
skills/jiebang/scripts/jiebang.sh bootstrap --update-agents
skills/jiebang/scripts/jiebang.sh remove-agents-hook
skills/jiebang/scripts/jiebang.sh validate
skills/jiebang/scripts/jiebang.sh brief cc
skills/jiebang/scripts/jiebang.sh autosave cc
skills/jiebang/scripts/jiebang.sh daemon-start cc 180
skills/jiebang/scripts/jiebang.sh daemon-status
skills/jiebang/scripts/jiebang.sh daemon-stop
bash tests/test_jiebang.sh
brief <agent> prints a compact import pack for manual or tool-assisted transfer.
For globally installed skills, resolve the script from the installed skill directory. The script can bootstrap any target project from its bundled assets/ templates.