---
name: CCB Compact
slug: ccb-compact
category: AI Engineering
description: CCB Compact sends provider-native context compaction commands to mounted CCB agents so users can summarize one or more agent contexts without restarting agents or deleting project state. Use it when the user writes $ccb-compact, $ccb_compact, or asks to compact specific mounted agent contexts.
github: "https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/claude_skills/ccb-compact"
language: Python
stars: 3416
forks: 337
install: "npx degit https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/claude_skills/ccb-compact ~/.claude/skills/ccb-compact"
installs_to: ~/.claude/skills/ccb-compact
source_path: inherit_skills/claude_skills/ccb-compact/SKILL.md
collection_size: 12
category_size: 2451
collection_url: "https://dirskills.com/collections/SeemSeam/claude_codex_bridge"
added: 2026-08-17T07:08:13.132Z
last_synced: 2026-08-17T07:08:13.132Z
canonical_url: "https://dirskills.com/skills/ccb-compact"
---

# CCB Compact

CCB Compact sends provider-native context compaction commands to mounted CCB agents so users can summarize one or more agent contexts without restarting agents or deleting project state. Use it when the user writes $ccb-compact, $ccb_compact, or asks to compact specific mounted agent contexts.

**Install:**

```bash
npx degit https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/claude_skills/ccb-compact ~/.claude/skills/ccb-compact
```

## README

# CCB Compact

Use this skill to request provider-native context compaction for mounted CCB agents.

Commands:

```bash
command ccb compact
```

```bash
command ccb compact "$AGENT"
```

```bash
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 `unsupported` when no verified command exists.
- It does not delete `.ccb` state, 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.
