plugins marketplace
← All plugins

gastown

v1.0.0

Multi-agent orchestrator for Claude Code. Track work with convoys, sling to polecats. The Cognition Engine for AI-powered software factories.

Claude Code1 skill

by Numman AliApache-2.02.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/gastown/ inside the repository.

Layout

plugins/community/gastown/
├── .claude-plugin/plugin.json
└── skills/gastown/SKILL.md

Skills1

gastownskills/gastown/SKILL.md

Multi-agent orchestrator for Claude Code. Use when user mentions gastown, gas town, gt commands, bd commands, convoys, polecats, crew, rigs, slinging work, multi-agent coordination, beads, hooks, molecules, workflows, the witness, the mayor, the refinery, the deacon, dogs, escalation, or wants to run multiple AI agents on projects simultaneously. Handles installation, workspace setup, work tracking, agent lifecycle, crash recovery, and all gt/bd CLI operations.

Manifests1

plugins/community/gastown/.claude-plugin/plugin.json
{
  "name": "gastown",
  "version": "1.0.0",
  "description": "Multi-agent orchestrator for Claude Code. Track work with convoys, sling to polecats. The Cognition Engine for AI-powered software factories.",
  "author": {
    "name": "Numman Ali",
    "email": "numman.ali@gmail.com",
    "url": "https://github.com/numman-ali"
  },
  "repository": "https://github.com/numman-ali/n-skills",
  "homepage": "https://github.com/steveyegge/gastown",
  "license": "Apache-2.0",
  "keywords": [
    "multi-agent",
    "orchestration",
    "automation",
    "polecats",
    "convoys",
    "beads",
    "work-tracking",
    "ai-factory",
    "gastown",
    "claude-code"
  ]
}