agent-cli-dev

Spawn parallel AI coding agents in isolated git worktrees.

225|21|Updated Jun 25, 2025
One-click install
npx skills add https://github.com/basnijholt/agent-cli --skill agent-cli-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-cli-dev
Source: https://github.com/basnijholt/agent-cli/tree/main/.claude/skills/agent-cli-dev
Command: npx skills add https://github.com/basnijholt/agent-cli --skill agent-cli-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawns AI coding agents in isolated git worktrees to accelerate feature development without shared state.

Core Features & Use Cases

  • Create a dedicated git worktree with its own branch and environment for each feature or task.
  • Launch a single agent or multiple agents in the same worktree using tmux sessions or unique task windows.
  • Persist prompts and run metadata under .claude/ for traceability and reproducibility.
  • Open a new terminal tab for the agent to run independently while you continue work.
  • Supports both setup-only runs and full agent execution flows.

Quick Start

Spawn a new parallel agent worktree for a feature and supply a prompt to begin delegation.

Frequently Asked Questions about agent-cli-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I spawn parallel AI coding agents in isolated git worktrees?

To spawn parallel AI coding agents in isolated git worktrees, you use this skill to create dedicated branches and environments for each feature, launching multiple agents concurrently via tmux sessions without shared state.

What is the best way to run multiple AI agents concurrently on different tasks?

Running multiple AI agents concurrently on different tasks is best achieved by spawning each agent in an isolated git worktree, ensuring no shared state conflicts while enabling deterministic workflows through per-run prompt provisioning.

How do I manage shared workspaces for human developers and AI agents using tmux?

You can manage shared workspaces for humans and AI agents using tmux by launching single or multiple agents in the same worktree through unique task windows, allowing independent terminal execution while you continue working.

Does this parallel agent workflow persist prompts and run metadata for traceability?

Yes, this parallel agent workflow persists prompts and run metadata under the .claude directory, ensuring full traceability and reproducibility for deterministic agent workflows across each isolated worktree run.

Can I use this skill for setup-only runs without executing full agent flows?

Yes, you can use this skill for setup-only runs to create isolated git worktrees and environments, as well as for full agent execution flows that provision prompts and open a new terminal tab for independent operation.