joelhooksjoelhooksCommunityยท21 Agent Skills Included

swarm-tools

Coordinate parallel AI coding agents with shared memory and task tracking

Breaks large coding tasks into subtasks and runs multiple AI agents in parallel without file conflicts. Tracks work in a git-backed task hive, locks files per worker, and stores learnings in searchable semantic memory. Eliminates lost context, repeated mistakes, and merge collisions so long multi-agent coding sessions finish faster.
npx skills add joelhooks/swarm-tools --all -g -y
Available:

Gives the AI agent strict runtime rules for this monorepo, including test-driven development requirements, the single global database architecture, and which APIs and imports are safe to use.

All Skills in This Repository (21)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

openclaw-messaging

Send messages, system events, and agent notifications through the openclaw CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

swarm-coordination

Coordinates multi-agent task decomposition, worker spawning, and review loops for swarm workflows.

Community
Advanced
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

skill-creator

Guides creation of agent skills with SKILL.md frontmatter, instructions, and bundled resources.

Community
Intermediate
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

gh-issue-triage

Triage GitHub issues and extract contributor profiles for credits.

Community
Advanced
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

pr-triage

Fetch PR comment metadata first and expand bodies on demand.

Community
Advanced
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

publish-package-cicd

Automate npm package publishing for monorepos with Changesets and OIDC.

Community
Advanced
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

tdd

Guide teams through RED-GREEN-REFACTOR cycles for test-driven development.

Community
Advanced
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

release

Automate release management for multi-package monorepos with changesets and npm publishing.

Community
Intermediate
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

swarm-coordination

Coordinate multiple agents to manage OpenCode swarm workflows.

Community
Advanced
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

always-on-guidance

Enforce rule-based guidance for Claude plugin agents across sessions.

Community
Basic
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

timeout-test

Detect timeouts in long-running tasks with configurable thresholds and backoff retries.

Community
Basic
๐Ÿ“ฆ In Repo
joelhooksjoelhooks

swarm-cli

Orchestrate swarm-based workflows from the command line.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’