Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-compact
ccb-compact
GitHub用于压缩 CCB 管理的 Agent 上下文,无需重启或删除状态。支持单个或批量执行,通过 DSH 结构化端点调用原生 compact 功能,阻塞忙碌或排队中的 Agent。
Trigger Scenarios
需要压缩 Agent 上下文以节省资源时
在不重启 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


