Rift CLI: Manage Git Worktrees for Parallel AI Agent Workflows

Rift is a Git worktree manager built specifically for parallel AI agent workflows. It addresses the friction of having a single repository occupied by one agent while you want to start another task, eliminating issues with branch switching, stashing, and dependency conflicts.
How It Works
The basic workflow involves three commands:
rift init- Initialize in your projectrift open- Creates an isolated branch + worktree and launches Claude Code (or any agent) inside itrift close- Cleans up the worktree and branch when done
Each worktree is a full, independent copy of your repository on its own branch, allowing you to work on as many features simultaneously as you want.
Key Features for Multi-Agent Workflows
- Lifecycle hooks that let you auto-install dependencies, run migrations, and assign ports per worktree
- Deterministic port mapping - every worktree gets unique ports so you can run multiple development servers without collisions
rift codeopens all active worktrees in one VS Code/Cursor/Windsurf workspace- Works with any CLI agent - Claude Code, Copilot, Codex, Aider, or whatever you prefer
Technical Details
The project was built with Claude Code itself and is open source under the MIT license. It's built with Bun and available on npm:
npm install -g @priyashpatil/riftGitHub repository: https://github.com/priyashpatil/rift
Documentation: https://rift.priyashpatil.com
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Skill Delegates Coding to Mistral/DeepSeek: 57M Tokens Saved, 90-100% Cost Reduction
A Claude Code skill called vibe-skill delegates low-level coding to cheap models like Mistral or DeepSeek while keeping Claude's planning. After 254 runs over 10 days, it saved 57M tokens and achieved 90-100% cost savings with 98% success rate.

Tycono: Open-Source AI Agent Harness with Org Chart and Autonomous Improvement Loops
Tycono is an open-source harness where you define AI agent roles in YAML (CTO, engineer, QA, etc.) and they work together following an org chart with autonomous improvement loops. The system ran 17 rounds overnight on a pixel running game task, generating 6,796 lines of code across 43 commits.

Maestro v1.5.0 adds Claude Code support for multi-agent orchestration
Maestro v1.5.0, an open-source multi-agent orchestration platform, now runs as a native plugin on Claude Code in addition to Gemini CLI. The update includes deeper design planning, a 42-step orchestration backbone, agent capability enforcement, and security hardening.

Claude-Skills Maintainer Seeks Feedback on 181 Agent Skills Library
Reza, maintainer of claude-skills, is asking the community for feedback on his open-source library containing 181 agent skills, 250 Python tools, and 15 agent personas that work across 11 AI coding tools. He's questioning whether the isolated skill approach is effective and wants input on missing skills, persona-based agents, and tool integrations.