cj-vanacj-vanaCommunityยท1 Agent Skills Included

claude-swarm

Parallel coding workers with persistent state and behavioral rules

Orchestrates multiple parallel coding workers that build features in isolated git worktrees. Keeps session state alive across context resets, crashes, and machine restarts with automatic checkpoints and recovery. Enforces behavioral rules on workers, auto-reviews completed code, and runs verification tests before marking work done. Includes a live web dashboard for monitoring worker progress in real time.
npx skills add cj-vana/claude-swarm --all -g -y
Available:

Explains the system architecture, build commands, and component responsibilities so the agent can correctly operate and extend the worker orchestration server.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-swarm?โ–ผ

Run `npx skills add cj-vana/claude-swarm --all -g -y` in your terminal to install the swarm skill globally.

What does claude-swarm do?โ–ผ

It runs multiple coding workers in parallel, each in its own git worktree, while an orchestrator plans features, monitors progress, and verifies completed work with tests.

Can sessions survive crashes or restarts?โ–ผ

Yes. State is checkpointed regularly and stored on disk, so sessions automatically resume after crashes, context compaction, or machine restarts.

How do I control what workers are allowed to do?โ–ผ

You define protocols with constraints like blocked file paths, restricted commands, or time limits, and the system validates every worker action against them.

Does claude-swarm work with Claude Code?โ–ผ

Yes. It runs as an MCP server inside Claude Code and provides a /swarm skill that guides the full orchestration workflow from setup to final review.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’