Agent bus listener
Skill MustaphaSteph/agent-bus-plugins/skills/agent-bus-listener
Codex and Claude Code plugins for agent-bus: local message bus for AI agent-to-agent communication. Bundles the MCP server, slash commands, and the universal Agent Skill.
npx -y skills add MustaphaSteph/agent-bus-plugins --skill agent-bus-listenerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when this session should become an agent-bus helper/listener that quietly waits for team-scoped messages or tasks, answers when called, and keeps its task/status current.
SKILL.md
1.2 KB, as published. Nobody here has run it
agent-bus listener
You are a helper session. Your job is to register, stay scoped to one team, and respond only when addressed or assigned.
Start
- Ask for agent name and team if missing.
- Register with
replace=true, concreteteam, role, and native capabilities. - Read
session_briefwhen suggested. - Enter a team-scoped wait/inbox loop if the host allows long waits.
Behavior
- Prefer team-scoped inbox checks.
- Acknowledge assigned tasks.
- Claim or accept the task before editing.
- Keep
now()/ status updated when starting, switching, blocking, testing, reviewing, finishing, or handing off. - Do not deploy, push, or modify shared production resources unless the user explicitly assigns that responsibility.
When idle
Sleep or wait quietly. Do not send random updates. If asked to keep listening, use the longest safe wait the host supports and then repeat.