swarm-create

Automate tmux-persistent multi-agent swarm creation from a Beads epic.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill swarm-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-create
Source: https://github.com/stevengonsalvez/nanoclaw-standalone/tree/main/container/skills/swarm-create
Command: npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill swarm-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a tmux-persistent multi-agent swarm team for parallel task execution from a Beads epic.

Core Features & Use Cases

  • Automates the setup of a swarm environment with leader and worker agents in tmux sessions.
  • Supports configurable agent count and isolation modes (shared or worktree), with dry-run capability for safe planning.
  • Integrates with Beads epic tracking to source tasks and monitor swarm progress.

Quick Start

Run the swarm-create command with your epic ID and desired number of agents to launch a new swarm.

Frequently Asked Questions about swarm-create

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

FAQPage Schema
How do I create a tmux-based multi-agent swarm for parallel task execution?

To create a tmux-based multi-agent swarm, you can run the swarm-create command with your Beads epic ID and desired agent count. This automates swarm initialization by spawning a leader agent and configurable worker agents in persistent tmux sessions.

Can I isolate worker agents in a multi-agent swarm to prevent file conflicts?

Yes, you can isolate worker agents using the worktree isolation mode. This mode partitions tasks safely by providing separate worktree environments for each worker, preventing file conflicts during parallel execution.

Does swarm orchestration support a dry-run mode for planning parallel tasks?

Swarm orchestration supports a dry-run capability for safe planning. Running the swarm setup with dry-run enabled allows you to validate the Beads epic input and preview the worker spawning configuration without executing actual tasks.

How do I configure the number of worker agents in a tmux swarm environment?

You can configure the number of worker agents by passing the desired agent count to the swarm creation command. This allows you to scale parallel execution based on the specific requirements of your Beads epic tasks.

What is the best way to execute Beads epic tasks in parallel across multiple agents?

The best way to execute Beads epic tasks in parallel is by automating swarm orchestration through tmux. This approach parses epic inputs, validates tasks, and spawns a leader-worker hierarchy that maintains persistent sessions and reports status throughout the workflow.