Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-clear
ccb-clear
GitHub用于清除 CCB 托管的 Agent 对话上下文,支持重置单个或多个 Agent 状态,不删除项目数据。
Trigger Scenarios
用户要求清除或重置 CCB 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:06


