Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-compact
ccb-compact
GitHub通过ccb compact命令压缩CCB托管的Agent上下文,无需重启或删除状态。支持单个或多个Agent,针对DSH目标调用原生接口并等待结果,阻塞忙碌或排队Agent,禁止使用其他替代操作。
触发场景
需要压缩Agent上下文以节省资源时
执行ccb compact命令时
安装
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.
版本历史
- 070e86f 当前 2026-08-20 03:05


