Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
learnprompt avatar

Swarm Coordinator

  • 41 installs
  • 231 repo stars
  • Updated July 10, 2026
  • learnprompt/cc-harness-skills

Helps with ai & agent building tasks.

About

swarm-coordinator is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • swarm-coordinator
  • AI & Agent Building
  • AI-coding skill

Swarm Coordinator by the numbers

  • 41 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #8,148 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/learnprompt/cc-harness-skills --skill swarm-coordinator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs41
repo stars231
Last updatedJuly 10, 2026
Repositorylearnprompt/cc-harness-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Swarm Coordinator

Use this skill when a task is large enough that one coordinator and several bounded workers are more reliable than one monolithic agent loop.

Use It For

  • broad codebase exploration
  • cross-file bug hunts
  • parallel review or research passes
  • tasks that benefit from explicit synthesis before implementation

Avoid It For

  • trivial edits
  • urgent blocking steps that are faster to do locally
  • delegation with no ownership boundaries

Quick Start

Generate a task-board skeleton:

python3 {baseDir}/scripts/task_board.py --goal "Investigate flaky CI failure" --worker research --worker implementation --worker verification

Then use the coordinator prompt in references/prompt-template.md.

Core Rule

The coordinator should own planning, routing, and synthesis. Workers should own bounded execution.

Supporting Files

  • Prompt template: references/prompt-template.md
  • Source notes: references/source-notes.md
  • Helper script: python3 {baseDir}/scripts/task_board.py ...

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.