List all active fork branches with their metadata and status
Lists all active fork branches with their metadata, status, and worktree paths. Use this to see what forks exist and identify any with missing worktrees before switching or managing them.
/plugin marketplace add mcfearsome/fork-yeah/plugin install fork-yeah@mcfearsome cc-marketplaceDisplays all active fork branches with their creation time, status, worktree paths, and branch numbers.
/fork list
~/.claude-code/forks/ directory for fork dataTo execute this command, run:
bash src/fork_list.sh
The command displays:
Example output:
=========================================
Active Fork Branches
=========================================
Fork: fork-1730678901-abc123-1
Status: active
Created: 2025-11-05T10:30:00-05:00
Branch #: 1
Path: /home/user/.claude-code/forks/fork-1730678901-abc123-1/worktree
Fork: fork-1730678901-abc123-2
Status: active
Created: 2025-11-05T10:30:00-05:00
Branch #: 2
Path: /home/user/.claude-code/forks/fork-1730678901-abc123-2/worktree
=========================================
Total forks: 2
=========================================
Commands:
/fork switch <fork-id> - Switch to a fork
/fork tree - View fork hierarchy
/fork delete <fork-id> - Delete a fork
If there are no forks, display:
No forks found. Create one with: /fork create <number>
Suggest relevant next actions:
/fork switch <id> to work on a specific fork/fork tree to see the hierarchy/fork create to make new forks