Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-compact
ccb-compact
GitHub通过执行 ccb compact 命令,对已挂载的 CCB Agent 上下文进行压缩。支持针对所有或指定 Agent 操作,在不重启 Agent 或删除项目状态的前提下优化上下文,适用于用户显式请求压缩场景。
Trigger Scenarios
用户输入 $ccb-compact 或 $ccb_compact
用户要求总结或压缩一个或多个已挂载的 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 agent context"
},
"description": "Compact CCB managed agent conversation context with `ccb compact`. Use when the user writes `$ccb-compact`, `$ccb_compact`, or asks to summarize one or more mounted agent contexts without restarting agents or deleting project state."
}
CCB Compact
Use this skill to request provider-native context compaction for mounted CCB agents.
Commands:
command ccb compact
command ccb compact "$AGENT"
command ccb compact agent1 agent2
Rules:
- A bare command targets all configured mounted agents; named commands target only those agents.
- Busy or queued agents are blocked before any pane input is sent.
- The command sends each provider's native compaction command and reports
unsupportedwhen no verified command exists. - It does not delete
.ccbstate, workspaces, auth, sessions, logs, or memory files. - Run once, report the command output, and stop. Do not poll or substitute
ccb clear, restart, or kill.
Version History
- 070e86f Current 2026-08-20 03:06


