swarm-tools
Coordinate parallel AI coding agents with shared memory and task tracking
All Skills in This Repository (21)
Pure Emerald Level Indicatorsopenclaw-messaging
Send messages, system events, and agent notifications through the openclaw CLI.
swarm-coordination
Coordinates multi-agent task decomposition, worker spawning, and review loops for swarm workflows.
skill-creator
Guides creation of agent skills with SKILL.md frontmatter, instructions, and bundled resources.
gh-issue-triage
Triage GitHub issues and extract contributor profiles for credits.
pr-triage
Fetch PR comment metadata first and expand bodies on demand.
publish-package-cicd
Automate npm package publishing for monorepos with Changesets and OIDC.
tdd
Guide teams through RED-GREEN-REFACTOR cycles for test-driven development.
release
Automate release management for multi-package monorepos with changesets and npm publishing.
swarm-coordination
Coordinate multiple agents to manage OpenCode swarm workflows.
always-on-guidance
Enforce rule-based guidance for Claude plugin agents across sessions.
timeout-test
Detect timeouts in long-running tasks with configurable thresholds and backoff retries.
swarm-cli
Orchestrate swarm-based workflows from the command line.
Frequently Asked Questions
FAQPage SchemaHow to install swarm-tools?โผ
Run `npx skills add joelhooks/swarm-tools --all -g -y` in your terminal to install all skills in this suite globally.
What does swarm-tools do?โผ
It splits big coding tasks into subtasks and runs multiple AI agents in parallel, with file locking, shared memory, and task tracking so the agents don't conflict or lose context.
How do AI agents avoid editing the same files?โผ
Workers reserve files through Swarm Mail before editing and release them automatically on completion, preventing merge conflicts between parallel agents.
Does swarm-tools work with Claude Code and OpenCode?โผ
Yes. It ships as plugins for both Claude Code and OpenCode, and the skills follow the standard SKILL.md format used by other agent tools.
How does the swarm remember past solutions?โผ
Agents store discoveries in Hivemind, a semantic memory with embeddings, and query it before starting new work so solved problems are never re-solved.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core