Skip to content

actual-software/gascity-packs

 
 

Repository files navigation

gascity-packs

A collection of opt-in Gas City packs.

What's a pack?

Gas City is an orchestration-builder SDK for multi-agent coding workflows. A pack is a unit of workspace configuration: agents, commands, services, formulas, skills, hooks, template fragments, or any combination. Packs compose through pack.toml imports, so a city can opt into any subset of the packs in this repo without forking.

For the full model (cities, rigs, formulas, beads, runtime providers) see the Gas City README.

Using a pack

Packs live next to the consuming workspace. A typical layout:

your-city/
  pack.toml
packs/
  pr-review/          # pack from this repo
  discord/
  ...

Inside your workspace pack.toml:

[imports.pr-review]
source = "../packs/pr-review"

Each pack documents its own prerequisites, import snippet, and usage.

Layout

Each top-level directory is either a pack or a group of related packs:

  • A directory containing pack.toml is itself a pack; import it by path.
  • A directory without pack.toml groups related subpacks and typically ships an all/ rollup that imports the group as one.

Browse the tree for the current set; each pack has its own README.

Contributing

Issues and pull requests are welcome. When a pack's surface changes, update its README in the same PR so the docs stay current with the code.

About

Gas City packs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 48.8%
  • Go 48.2%
  • Shell 3.0%