CCB Launcher (Compatibility)
This compatibility skill preserves the legacy ccb-launcher entrypoint from claude-ccb-skills.
Canonical orchestration now lives in ../ccb-unified/SKILL.md, but this shim keeps the legacy launch workflow available as an installed leaf skill.
Core Workflow
- Validate the environment with
ccb -v,python3 --version, andecho $TERM_PROGRAM. - If the user is not already in WezTerm or tmux, launch WezTerm with
open -a WezTermand tell the user to runccbthere. - Check configuration with
cat ~/.ccb/ccb.config. - Recommend launch commands such as
ccb,ccb codex gemini, orccb -r. - Use provider health checks like
cping,gping,oping,iping,kping,qping,dskping, anddpingwhen troubleshooting.
Notes
- CCB must run interactively inside WezTerm or tmux.
- Keep this shim for legacy entrypoint compatibility.
- Prefer
ccb-unifiedfor new multi-provider orchestration flows.