Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-compact
ccb-compact
GitHub通过执行ccb compact命令,对受CCB管理的Agent上下文进行紧凑化整理,无需重启或删除状态。支持单个或多个Agent,直接调用底层接口,避免阻塞繁忙或排队中的Agent。
Trigger Scenarios
需要压缩Agent上下文以节省资源时
管理多个CCB Agent并需批量处理时
Install
npx skills add SeemSeam/claude_codex_bridge --skill ccb-compact -g -y
SKILL.md
Frontmatter
{
"name": "ccb-compact",
"metadata": {
"short-description": "Compact CCB context"
},
"description": "Compact one or more CCB managed agent contexts with `ccb compact` without restarting or deleting state."
}
CCB Compact
Run one matching command and report its output:
command ccb compact
command ccb compact "$AGENT"
command ccb compact agent1 agent2
For a DSH target, CCB invokes native /compact through DSH's structured Web
command endpoint and waits for the native result; it never sends the command
to the model or types pane input. Busy or queued agents are blocked. Do not
substitute clear, restart, kill, or polling.
Version History
- 070e86f Current 2026-08-20 03:05


