---
name: CCB Clear
slug: ccb-clear-2
category: AI Engineering
description: CCB Clear resets one or more CCB managed agent conversation contexts using the `ccb clear` command. Use it when asked to clear agent contexts without deleting project state.
github: "https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/droid_skills/ccb-clear"
language: Python
stars: 3417
forks: 337
install: "npx degit https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/droid_skills/ccb-clear ~/.claude/skills/ccb-clear"
installs_to: ~/.claude/skills/ccb-clear
source_path: inherit_skills/droid_skills/ccb-clear/SKILL.md
collection_size: 12
category_size: 2451
collection_url: "https://dirskills.com/collections/SeemSeam/claude_codex_bridge"
added: 2026-08-17T07:08:14.077Z
last_synced: 2026-08-17T07:08:14.077Z
canonical_url: "https://dirskills.com/skills/ccb-clear-2"
---

# CCB Clear

CCB Clear resets one or more CCB managed agent conversation contexts using the `ccb clear` command. Use it when asked to clear agent contexts without deleting project state.

**Install:**

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

## README

# CCB Clear

Run exactly one matching command:

```bash
command ccb clear
```

```bash
command ccb clear "$AGENT"
```

```bash
command ccb clear agent1 agent2
```

The bare command targets all configured agents. Named commands target only the
requested agents. Report the command output and stop. Do not substitute
`ccb kill`, restart agents, delete files, or poll.
