swarm

Orchestrate multiple Claude Code workers with persistent state and governance protocols.

112|10|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/cj-vana/claude-swarm --skill swarm-cj-vana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm
Source: https://github.com/cj-vana/claude-swarm/tree/main/skill
Command: npx skills add https://github.com/cj-vana/claude-swarm --skill swarm-cj-vana

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes the orchestration of long-running coding sessions, enabling teams to run multiple Claude Code workers under governance with persistent state across context changes.

Core Features & Use Cases

  • Parallel workers: run several Claude Code sessions concurrently to accelerate feature delivery.
  • Protocol-based governance: apply behavioral constraints to keep tasks safe and compliant.
  • Persistent state: preserve session progress and decisions across context compactions and restarts.
  • Competitive planning and structured reviews: support complex refactors and multi-step initiatives.

Quick Start

To begin, initialize a swarm session with a task description, optionally register governance protocols, then start workers and monitor progress. When features complete, run verifications, commit progress, and review results.

Frequently Asked Questions about swarm

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

FAQPage Schema
How do I orchestrate multiple Claude Code workers for a complex refactor?

You can orchestrate multiple Claude Code workers by initializing a swarm session with a task description and governance protocols. This enables parallel workers to accelerate complex refactors and multi-step initiatives while enforcing behavioral constraints.

What is protocol-governed coding session orchestration?

Protocol-governed coding session orchestration is the centralization of long-running coding tasks under behavioral constraints. It applies safety and compliance rules to multiple workers, ensuring structured completion, review, and rollback workflows for large feature delivery.

Can I preserve session progress across context compactions in Claude Code?

Yes, you can preserve session progress across context compactions. The orchestration skill maintains persistent state for decisions and progress, ensuring that long-running coding sessions survive context changes and restarts without losing data.

What is the best way to manage parallel coding sessions with persistent state?

The best way to manage parallel coding sessions with persistent state is using an orchestration skill that registers governance protocols and monitors workers. This approach supports structured reviews and rollback workflows for complex refactors.

How do I start a swarm session for large feature work?

To start a swarm session, initialize it with a task description and optionally register governance protocols. Then start workers, monitor progress, run verifications when features complete, commit progress, and review results.

When should I not use parallel workers for multi-step coding tasks?

You should avoid using parallel workers for multi-step coding tasks if your project lacks clear behavioral constraints or governance protocols. Without structured completion and rollback workflows, orchestrating concurrent sessions may lead to non-compliant or unsafe code changes.

Related Skills