Ccc Fork banner
KevinZai KevinZai

Ccc Fork

Git community

Description

--- description: "Fork the current session for parallel exploration -- try multiple approaches, merge the best." --- # Explore Fork Split your current Claude Code session into parallel branches to explore multiple implementation approaches simultaneously. Try different solutions, compare results, and merge the best one back. ## Usage ```bash /branch # Fork current session into a new branch /branch "try hooks approach" # Fork with a description /branch list

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-fork/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-fork && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-fork.md -o ~/.claude/skills/kevinzai-commander-ccc-fork/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository