ccb-clear

Clears CCB managed agent conversation context using the ccb clear command.

3.5k|342|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/bfly123/claude_code_bridge --skill ccb-clear
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccb-clear
Source: https://github.com/bfly123/claude_code_bridge/tree/main/inherit_skills/kimi_skills/ccb-clear
Command: npx skills add https://github.com/bfly123/claude_code_bridge --skill ccb-clear

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When working with multiple CLI agents managed by CCB, conversation contexts accumulate and can become stale or confusing. This Skill resets one or more agent contexts without deleting project state, giving agents a clean slate.

Core Features & Use Cases

  • Clear All Agents: Run the bare ccb clear command to reset context for every configured agent at once.
  • Targeted Clearing: Pass one or more agent names (e.g., ccb clear codex gemini) to reset only specific agents.
  • Use Case: After finishing a debugging session with Codex and Claude, clear their conversation contexts so the next task starts fresh while keeping all project files intact.

Quick Start

Ask the assistant to clear the CCB agent context, optionally naming specific agents such as codex or claude.

Frequently Asked Questions about ccb-clear

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clear CCB agent conversation context?

Run `ccb clear` to reset context for all configured agents, or pass agent names like `ccb clear codex claude` to reset only specific agents. The command reports its output and does not affect project files.

How do I reset only one CCB agent instead of all of them?

Pass the agent name as an argument, for example `ccb clear gemini`. You can also list multiple agents separated by spaces to clear several at once while leaving others untouched.

Does ccb clear delete my project files or state?

No, ccb clear only resets the conversation context of managed agents. It does not delete project state, remove files, kill agents, or restart them.

What is the difference between ccb clear and ccb kill?

ccb clear resets agent conversation context while keeping agents running and project state intact. ccb kill terminates agents, which is a different operation and is not a substitute for clearing context.

When should I clear CCB agent context?

Clear context when switching to a new task, after a long session where accumulated history may confuse the agent, or when you want a fresh start without losing any project files or configuration.