activity-channel

Broadcast organization-wide updates to all agents and the user via the activity channel.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill activity-channel-jbode-mhhs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: activity-channel
Source: https://github.com/JBODE-mhhs/Zeus2.0-public/tree/main/templates/analyst/.claude/skills/activity-channel
Command: npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill activity-channel-jbode-mhhs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Activity coordination across the org requires a single, reliable channel for announcements that reach all agents and the user, preventing silos and missed updates.

Core Features & Use Cases

  • Broadcast org-wide announcements to all agents and the user.
  • Automatically log important messages in the activity channel and keep a single source of truth.
  • Distinguish org-wide updates from private agent-to-agent messages and private user messages.

Quick Start

Post an org-wide update to the activity channel using zeus bus post-activity '<message>'.

Frequently Asked Questions about activity-channel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I broadcast org-wide updates to all agents?

To broadcast org-wide updates, you post a message to the activity channel using zeus bus post-activity. This publishes announcements to all agents and the user to coordinate efforts and share important outcomes.

What is the activity channel used for in team coordination?

The activity channel is a single, reliable source of truth for broadcasting organization-wide announcements. It prevents silos and missed updates by distinguishing org-wide updates from private agent-to-agent or private user messages.

When should I use the activity channel instead of private agent messages?

Use the activity channel for major task completions, status briefs, onboarding notices, and system changes affecting the entire organization. Use private messages for agent-to-agent or user-specific communications.

How do I post an announcement to the activity channel?

Post an org-wide announcement by running the command zeus bus post-activity '<message>'. This automatically logs the important message in the activity channel for all agents to see.

Do I need any dependencies to publish org-wide workflow messages?

Publishing org-wide workflow messages requires access to the activity channel and uses zeus bus post-activity. The Skill itself has no external dependencies to install.

Can I use this to send system change notifications across the organization?

Yes, broadcasting system changes that affect the entire organization is a primary use case. The activity channel ensures these notifications reach all agents and the user without creating communication silos.