gastown
Originally fromnumman-ali/n-skills
Installation
SKILL.md
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 (
gtandbd) - 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
- Install Gas Town CLI tools (gt and bd) using Go
- Create your workshop directory at ~/gt
- Run diagnostics with gt doctor and bd doctor
- Add a project as a rig using gt rig add
Related skills