Cf
Description
Claude Flow wrapper with tmux and git worktree integration
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
cf - Claude Flow SPARC Launcher
A convenient command-line tool for launching Claude Flow SPARC sessions with integrated git worktree management and tmux support.
[claude-flow](https://github.com/ruvnet/claude-code-flow)
[tmux](https://github.com/tmux/tmux/wiki)
Features
- 🚀 Quick SPARC Sessions: Launch Claude Flow SPARC with prompts or interactively
- 🌿 Git Worktree Integration: Automatically create feature branches and worktrees
- 📺 Tmux Window Support: Run sessions in dedicated tmux windows
- ⚙️ Configurable: Customize editor, paths, and naming conventions
- 🔧 Smart Dependencies: Auto-detects and guides installation of required tools
Installation
Prerequisites
- Node.js & npm/npx - For claude-flow installation
- git - For version control and worktree management
- tmux - Optional, only needed for
--windowoption
Quick Setup
Make the script executable:
chmod +x cfPlace it in your PATH:
# Example: copy to a directory in your PATH cp cf ~/.local/bin/cf # or sudo cp cf /usr/local/bin/cfRun it - it will automatically initialize claude-flow if needed:
cf
Usage
Basic Usage
# Interactive mode - opens editor for prompt
cf
# Interactive mode with NAME (uses config defaults)
cf auth
# Direct prompt mode
cf auth --prompt "Build a REST API for user authentication"
# Show help
cf --help
Git Worktree Integration
# Create feature branch and worktree (explicit)
cf --worktree auth --prompt "Implement user authentication"
# With config enabled (CF_ENABLE_WORKTREE="true"), use NAME directly
cf auth --prompt "Implement user authentication"
# This creates:
# - Branch: feature/auth
# - Worktree: ./worktrees/auth/
# - Runs claude-flow in the worktree directory
Tmux Window Mode
# Run in new tmux window (explicit)
cf --window api --prompt "Build REST API endpoints"
# With config enab
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git