swarm

Installation
SKILL.md

Swarm

Portability (required)

  1. Read the pstack capability contract and the active host adapter before delegation.
  2. Use explore for read-only coverage, implement for bounded write slices, review for independent criticism, and parallel to launch independent workers together.
  3. Resolve worker models through model_role. Never require a vendor-specific helper type, background flag, or model identifier.
  4. When the host cannot spawn helpers, execute the same slices sequentially on the lead agent and report the collapsed topology.

Purpose

A Swarm runs several independent pieces of work and returns one consolidated result. It can:

  • partition a codebase or data set into non-overlapping slices;
  • run the same read-only check across many packages;
  • race several implementations or investigations;
  • combine coverage slices with a small race inside one slice;
  • run a gauntlet of independent verification or review criteria.
Installs
9
Repository
go7hic/ystack
GitHub Stars
14
First Seen
Aug 5, 2026
swarm — go7hic/ystack