bubbuildbubbuildOfficialยท8 Agent Skills Included

bub

Hook-first runtime for building AI agents in shared chats

Runs AI agents across CLI, Telegram, and custom channels through one shared pipeline. Replaces hidden agent state with auditable, append-only tape records and pluggable hooks. Ships built-in skills for GitHub operations, Telegram messaging, and authoring new skills. Lets developers override any turn stage without forking the runtime.
npx skills add bubbuild/bub --all -g -y
Available:

Gives AI coding agents the architecture, i18n zones, and build rules they must follow when working on the Bub website and docs site.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Bub?โ–ผ

Run `npx skills add bubbuild/bub --all -g -y` in your terminal to install all skills in this suite globally.

What is Bub used for?โ–ผ

Bub is a small Python runtime for running AI agents in shared environments like group chats, where humans and agents work together with auditable history and no hidden state.

How does Bub handle agent memory?โ–ผ

Bub rebuilds context from append-only tape records instead of mutable session state, making every turn easy to inspect, replay, and hand off.

Can Bub run agents on Telegram?โ–ผ

Yes. The same runtime pipeline powers CLI, Telegram, and custom channels, and a built-in Telegram skill handles sending, replying, and editing rich messages.

Can I extend Bub with my own skills?โ–ผ

Yes. The bundled skill-creator skill guides you through authoring, validating, and packaging new Agent Skills with scripts, references, and assets.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’