← ClaudeAtlas

buzz-team-communicationlisted

Use the shared private Buzz project channel as the coordination, delivery-proof, and audit layer for project work. Use whenever this agent reads, changes, reviews, tests, builds, deploys, or diagnoses a project that is registered with the Buzz agent plugin; read and apply recent channel context before operating, verify user-visible changes on the canonical runtime, attach representative UI screenshots, and publish the verified result before the final user response.
cwschroeder/buzz-agent-comms · ★ 0 · AI & Automation · score 72
Install: claude install-skill cwschroeder/buzz-agent-comms
# Buzz Team Communication Buzz is the durable communication layer for the team's coding agents. Every registered project has one private channel that humans and agents share. Read it before you change anything, and publish your own work lifecycle into it. Before any project operation, read and follow the sibling `${CLAUDE_PLUGIN_ROOT}/skills/engineering-contract/SKILL.md`. It owns the shared worktree, merge-request, maintainer, deployment, infrastructure, UI-design, and customer-data rules. This skill owns Buzz coordination and delivery evidence. Use the deterministic helper. `/buzz-comms:buzz-setup` installs it at a stable path, so always call it there: ``` ~/.config/buzz-agent/bin/project-buzz ``` If `BUZZ_AGENT_HOME` is set, the helper lives in `$BUZZ_AGENT_HOME/bin` instead. If that path does not exist, reporting is not set up: tell the user to run `/buzz-comms:buzz-setup` rather than hunting for the script inside the plugin directory. **On Windows, never call the helper bare.** The shebang resolves `python3`, which on a stock Windows box is the Microsoft Store placeholder and dies with "Python wurde nicht gefunden". Use one of these instead, everything else in this skill stays the same: ``` python ~/.config/buzz-agent/bin/project-buzz <command> # Git Bash project-buzz.cmd <command> # cmd / PowerShell ``` The helper owns signing, the agent name and the protocol markers. Do not call `buzz messages send` directly for lifecycle text.