agent-cli-dev

Spawn parallel AI coding agents in isolated git worktrees.

232|10|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/mindroom-ai/mindroom --skill agent-cli-dev-mindroom-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-cli-dev
Source: https://github.com/mindroom-ai/mindroom/tree/main/.claude/skills/agent-cli-dev
Command: npx skills add https://github.com/mindroom-ai/mindroom --skill agent-cli-dev-mindroom-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill enables developers to spawn parallel AI coding agents in isolated git worktrees, facilitating parallel development, task isolation, and parallelizing tasks.

Core Features & Use Cases

  • Parallel Development: Spawn separate agents for independent tasks, enabling parallel work on features or fixes.
  • Isolated Environments: Agents operate in isolated git worktrees, avoiding conflicts and maintaining code integrity.
  • Complex Tasks: Ideal for tasks like large refactoring, multi-feature implementation, or test-driven development.
  • Use Case: Implementing multiple features (auth, payments, notifications) in parallel without conflicts.

Quick Start

Spawn an agent for a new feature by running: agent-cli dev new my-feature --agent --prompt "Implement feature X..."

Frequently Asked Questions about agent-cli-dev

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

FAQPage Schema
How do I run parallel AI coding agents for independent software development tasks?

You can spawn parallel AI coding agents for isolated development tasks by using the agent-cli tool to create isolated git worktrees and manage task execution via command-line or file-based prompts.

What is the best way to isolate AI coding agents when implementing multiple features in parallel?

Isolating AI coding agents in separate git worktrees prevents code conflicts and maintains integrity, allowing you to implement multiple features like auth and payments simultaneously without interfering with each other.

Do I need to install agent-cli before spawning isolated worktrees for parallel development?

Yes, the agent-cli tool is a required dependency to spawn agents, create isolated git worktrees, and manage prompt execution for parallel coding tasks.

How do I spawn an agent for a new feature using command-line prompts?

You spawn an agent for a new feature by running the command `agent-cli dev new my-feature --agent --prompt "Implement feature X..."` to execute tasks in an isolated worktree.

Can I use file-based prompts to execute complex tasks with isolated git worktrees?

Yes, the agent-cli tool supports both command-line and file-based prompts to execute complex tasks like large refactoring, multi-feature implementation, or test-driven development in isolated environments.

When should I avoid parallelizing coding tasks across isolated worktrees?

You should avoid parallelizing tasks across isolated worktrees when your software development tasks are highly interdependent, as this approach is optimized for independent features or fixes to prevent conflicts.