swarm-coordination

swarm-coordination is a skill for Claude Code from dralgorhythm/claude-agentic-framework. It costs 49 tokens per session (1,507 once invoked), scanned B, original, no licence file.

A workflow for coordinating several coding agents working in parallel, including shared-resource management, handoffs, conflict prevention, and tracking work in two task lists.

In plain words
What is it for?
Use it to organize distributed coding work, manage agent handoffs, and keep parallel tasks aligned.
Why use it?
Parallel agents can duplicate work, interfere with one another, or lose track of unfinished tasks without coordination.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the agentic-framework plugin — 21 skills, 5 agents, 6 hooks, 4 MCP servers shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dralgorhythm/claude-agentic-framework/swarm-coordination
Any agent
npx skills add dralgorhythm/claude-agentic-framework --skill swarm-coordination
Clone the repo
git clone --depth 1 https://github.com/dralgorhythm/claude-agentic-framework

Made for: Claude Code.

Or install agentic-framework, the plugin that ships this one along with the rest of its 21 skills, 5 agents, 6 hooks, 4 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for swarm-coordination

README.md
[![agentmods](https://agentmods.dev/badge/skills/dralgorhythm/claude-agentic-framework/swarm-coordination.svg)](https://agentmods.dev/skills/dralgorhythm/claude-agentic-framework/swarm-coordination)
Your own site
<a href="https://agentmods.dev/skills/dralgorhythm/claude-agentic-framework/swarm-coordination"><img src="https://agentmods.dev/badge/skills/dralgorhythm/claude-agentic-framework/swarm-coordination.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,507 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.01507
Opus 5 $0.00024 $0.00754
Sonnet 5 $0.00010 $0.00301
Haiku 4.5 $0.00005 $0.00151

Measured 6d ago against content hash b060f801ce0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

swarm-coordination scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

cat .claude/hooks/.locks/<filename>.lock
.claude/skills/operations/swarm-coordination/SKILL.md · 149 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 149 lines · 49 tokens per session scan B b060f801ce0c

Subscribe to this mod's changes

swarm-coordination is a skill published in the GitHub repository dralgorhythm/claude-agentic-framework (118 stars, last pushed 1mo ago), with no licence file. It adds 49 tokens to every session and 1,507 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

docs-writer

Draft or rewrite Strands Agents documentation pages. Use when writing new doc pages, rewriting pages that failed audit, drafting sections for existing pages, or writing blog posts and release notes about Strands. Also triggers on "write a doc", "draft a page", "rewrite the quickstart", "add a tutorial for X"…

strands-agents/harness-sdk · 74 tokens

skill-creator-primer

You MUST load this skill before the skill-creator skill AND before making ANY change to, or conducting a review of ANY Agent Skill. Triggers include creating, editing, reviewing, or contributing to any part of an Agent Skill (description, frontmatter, body, references, scripts, trigger evals, conflicts, etc).

sammcj/agentic-coding · 74 tokens

home-assistant

This skill should be used when helping with Home Assistant setup, including creating automations, modifying dashboards, checking entity states, debugging automations, and managing the smart home configuration. Use this for queries about HA entities, YAML automation/dashboard generation, or troubleshooting HA issues.

sammcj/agentic-coding · 57 tokens

github-triage

Triage GitHub issues through a label-based state machine with interactive grilling sessions. Use when user wants to triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

sammcj/agentic-coding · 50 tokens

ghostty-config

Use when creating, editing or debugging Ghostty terminal configuration - config.ghostty files, config option names and their valid values, keybinds and key sequences, themes, fonts, shell integration, or ghostty + CLI actions. Covers macOS and Linux/GTK differences.

sammcj/agentic-coding · 62 tokens

guided-demo

A pattern for adding a self-narrating (typed out) guided walkthrough to any HTML/web application. Use this skill whenever the user wants to add a guided demo, auto-narration, self-running presentation, or step-by-step tour to an HTML page, web app, prototype, HTML slide deck, dashboard, or data story.

sammcj/agentic-coding · 71 tokens