ワンクリックで
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.