Agent skill · AI & Agents

agent-coordination

Coordinate Crew (persistent) and Polecat (transient) agents using Gas Town's hook-based work distribution and GUPP principle.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill agent-coordination --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGrepGlobWebFetchWebSearchAgentAskUserQuestion
Path: library/methodologies/gastown/skills/agent-coordination/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

- Managing agent handoffs - Nudging stuck agents - Coordinating Crew and Polecat workers - Setting up hook hierarchies ## Agent Types - **Crew**: Long-lived, named agents for persistent collaboration - **Polecats**: Transient workers with persistent identity but ephemeral sessions - **Dogs**: Deacon helpers for infrastructure tasks ## Hook Hierarchy Three-tier hook system (base -> role -> rig+role): 1. **Base hooks**: Apply to all agents 2. **Role hooks**: Apply to agents in a specific role 3. **Rig+Role hooks**: Apply to agents on a specific rig in a specific role ## Key Commands - `gt agents` - List available agents - `gt feed` - Feed work to an agent's hook - `gt handoff` - Hand off work between agents - `gt nudge` - Nudge a stuck agent - `gt seance` - Revive a dead agent session ## Tool Use Invoke via babysitter process: `methodologies/gastown/gastown-orchestrator` (assign-workers step)

What's inside
Steps it walks through
  1. Agent Types
  2. Hook Hierarchy
  3. Key Commands
  4. Tool Use
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the agent-coordination skill do?

Coordinate Crew (persistent) and Polecat (transient) agents using Gas Town's hook-based work distribution and GUPP principle.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill agent-coordination --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going