Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-clear
ccb-clear
GitHub用于清除CCB托管的Agent对话上下文。支持重置所有或指定Agent,不删除项目状态,禁止替代执行其他操作。
Trigger Scenarios
用户请求重置或清除Agent上下文
输入ccb clear命令
Install
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.
Version History
- 070e86f Current 2026-08-20 03:05


