agent-cli-dev
Installation
SKILL.md
Parallel Development with agent-cli dev
This skill teaches you how to spawn parallel AI coding agents in isolated git worktrees using the agent-cli dev command.
agent-cli dev supports two complementary patterns:
- Separate worktrees for isolated implementation/review tasks
- Multiple agents on the same worktree using
dev agent -m tmux
Installation
If agent-cli is not available, install it first:
# Install globally
uv tool install agent-cli -p 3.13
# Or run directly without installing
uvx --python 3.13 agent-cli dev new <branch-name> --prompt "..."