Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-compact
ccb-compact
GitHub用于压缩 CCB 托管 Agent 的对话上下文。当用户请求总结已挂载的 Agent 上下文而不重启或清除项目状态时触发。
Trigger Scenarios
用户要求总结多个已挂载的 Agent 上下文
用户输入 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:06


