busytown
Coordinate multiple coding agents through a shared event queue
All Skills in This Repository (8)
Pure Emerald Level Indicatorsnote
Save user-provided notes as Markdown files with YAML frontmatter.
runner
Orchestrate multi-agent collaboration via a shared SQLite event queue.
create-agent
Create custom AI agents with YAML frontmatter in the busytown framework.
events
Manage a SQLite-based event queue via command-line interface.
sr-eng-review
Review a git branch against main for architecture, correctness, and TypeScript quality.
idea-collider
Combine two random notes into novel ideas using oblique-strategy thinking.
quick-capture
Capture user text and push capture.request events to the busytown queue.
recent
Parses chronological breadcrumb files to summarize recent activity and identify key topics.
Frequently Asked Questions
FAQPage SchemaHow to install busytown?โผ
Run `npx skills add gordonbrander/busytown --all -g -y` in your terminal to install all skills in this suite globally.
What does busytown do?โผ
It coordinates multiple coding agents through a shared SQLite event queue, so each agent reacts to events and triggers the next step automatically. A built-in plan, code, and review loop ships ready to use.
How do agents communicate in busytown?โผ
Agents push and listen for JSON events stored in a single SQLite database. Each agent only needs to know which event types to react to, never about other agents.
Can I create my own custom agents?โผ
Yes. Agents are plain markdown files with YAML frontmatter defining what events they listen for and which tools they may use. The create-agent and create-town skills walk you through the design step by step.
Does busytown support file watching?โผ
Yes. The runner watches directories and pushes file.create, file.modify, and file.delete events, so agents can react to code changes automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core