Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-compact
ccb-compact
GitHub用于对已挂载的 CCB 代理上下文执行压缩,通过发送原生命令减少上下文长度而不删除项目状态或重启代理。
Trigger Scenarios
用户输入 $ccb-compact 或 $ccb_compact
用户请求总结一个或多个已挂载的代理上下文
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:05


