Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-clear
ccb-clear
GitHub用于清除CCB托管Agent的对话上下文,支持重置全部或指定Agent状态。
触发场景
用户请求重置Agent对话上下文
执行ccb clear命令
安装
npx skills add SeemSeam/claude_codex_bridge --skill ccb-clear -g -y
SKILL.md
Frontmatter
{
"name": "ccb-clear",
"description": "Clear CCB managed agent conversation context with `ccb clear`. Use for `\/ccb-clear`, `$ccb-clear`, `$ccb_clear`, or requests to reset one or more CCB agent contexts without deleting project state."
}
CCB Clear
Run exactly one matching command:
command ccb clear
command ccb clear "$AGENT"
command ccb clear agent1 agent2
The bare command targets all configured agents. Named commands target only the
requested agents. Report the command output and stop. Do not substitute
ccb kill, restart agents, delete files, or poll.
版本历史
- 070e86f 当前 2026-08-20 03:06


