skills/swarm/SKILL.md
--- Skill name: swarm Skill description: Use when exploring, investigating, researching, analyzing, validating, verifying, auditing, or examining complex topics that benefit from multiple perspectives. Covers redundant parallel exploration with adversarial challenge phases to build high-confidence findings through consensus. --- # Swarm Fan out agents with **mandatory redundancy** to independently explore tasks, then challenge findings through adversarial follow-up, then consolidate through co
npx skillsauth add abhiroopb/synthetic-mind skills/swarmInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fan out agents with mandatory redundancy to independently explore tasks, then challenge findings through adversarial follow-up, then consolidate through consensus.
Formula: Total agents = (Number of Tasks) × 6 (3 exploration + 3 adversarial per task)
STOP and ask the user if:
./swarm-output)For each task, spawn 3 subagents in parallel:
{task}-A, {task}-B, {task}-CEach agent prompt:
{output_dir}/{task}-{instance}.mdWait for all Phase 2 agents to complete before proceeding.
For each task, spawn 3 adversarial subagents in parallel:
{task}-adv-A, {task}-adv-B, {task}-adv-CEach agent prompt:
{output_dir}/{task}-A.md, -B.md, -C.md{output_dir}/{task}-adv-{instance}.mdWait for all Phase 3 agents to complete before proceeding.
For each task, compare all 6 agent outputs and classify findings:
| Consensus Level | Meaning | |-----------------|---------| | Strong | All agents agree, adversarial agents confirm | | Weak | Exploration agrees but adversarial found gaps | | Disputed | Adversarial refuted with counter-evidence | | Uncertain | Mixed results, needs investigation |
Report to user:
testing
Track TV shows and movies with Trakt.tv. Search, get watchlist, history, up-next, recommendations, trending, calendar, ratings, stats, add/remove from watchlist, mark watched, rate, and check in. Use when asked about what to watch, TV shows, movies, watch history, or Trakt.
development
Send and receive SMS messages via Twilio API. Used for text message notifications, forwarding important alerts, and two-way SMS communication.
documentation
Organizes files in the local Downloads folder into proper folders. Use when asked to organize, sort, or file downloaded documents.
tools
Book and manage appointments on Sutter Health MyHealth Online portal. Uses browser automation via Playwright MCP to interact with the patient portal.