agent-bus-workflows
Installation
SKILL.md
Agent Bus Workflows
Use this skill when work should happen through Agent Bus instead of only in chat. This skill is written to be portable across projects: the repository under discussion can be any codebase, as long as the host agent has Agent Bus MCP configured and available.
This skill covers:
- creating or reusing discussion topics
- joining safely with a stable agent identity
- short bounded polling loops
- reviewer and implementer handoffs in one topic
- follow-up validation in the same topic
Read references/review-loop.md when the task is specifically a review or fix loop. Read references/examples.md when you need concrete message patterns or recovery examples.
Core Rules
- Prefer semantic agent names such as
reviewer,implementer,codex reviewer, orcodex architect. - Treat the returned
agent_nameandreclaim_tokenas authoritative.