Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-clear
ccb-clear
GitHub用于重置一个或多个 CCB 代理的对话上下文,不删除项目状态。支持清空所有或指定代理,执行后报告输出并停止。
触发场景
用户要求重置 CCB 代理上下文
使用 /ccb-clear 或 $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


