返回 Skill 列表
extension
分类: 开发与工程无需 API Key

gastown

管理Claude Code的多代理编排器。当用户提到gastown、gas town、gt命令、bd命令、convoys、polecats、crew、rigs、slinging work、多代理协调、beads、hooks、molecules、workflows、the witness、the mayor、the refinery、the deacon、dogs、升级或希望同时在项目上运行多个AI代理时使用。处理安装、工作区设置、工作跟踪、代理生命周期、崩溃恢复以及所有gt/bd CLI操作。可以通过诸如“gas town”、“gt sling”、“fire up the engine”等短语触发。

person作者: jakexiaohubgithub

Gastown

Overview

Gas Town is a multi-agent orchestration system for Claude Code that enables parallel AI workers to execute tasks simultaneously. It provides work tracking through beads, agent lifecycle management via polecats and crew, and automated code merging through the Refinery.

Prerequisites

  • Go 1.21+ installed for CLI tools (gt and bd)
  • Git configured with SSH or HTTPS access
  • Terminal access for running commands
  • Sufficient disk space for workspace (~100MB for ~/gt)
  • GitHub account for repository integration (optional)

Instructions

  1. Install Gas Town CLI tools (gt and bd) using Go
  2. Create your workshop directory at ~/gt
  3. Run diagnostics with gt doctor and bd doctor
  4. Add a project as a rig using gt rig add
  5. Create work items as beads using bd create
  6. Sling work to agents using gt sling
  7. Monitor progress with gt status and gt peek
  8. Let the Refinery merge completed work

The Cognition Engine. Track work with convoys; sling to agents.

Output

  • Executed gt and bd commands with results reported to user
  • Engine status reports showing system health and worker states
  • Work tracking updates (beads created, assigned, completed)
  • Polecat and crew lifecycle events (spawn, completion, termination)
  • Diagnostic results from gt doctor and bd doctor
  • Merge pipeline status from Refinery operations

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources