whatsapp

Send progress updates and receive replies via a WhatsApp group.

8|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Gold-b/claude-code-governance --skill whatsapp-gold-b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whatsapp
Source: https://github.com/Gold-b/claude-code-governance/tree/main/bundle/skills/whatsapp
Command: npx skills add https://github.com/Gold-b/claude-code-governance --skill whatsapp-gold-b

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables lightweight two-way communication with a user during a Claude Code session through a shared WhatsApp group, so progress updates and clarification requests can happen outside the main chat without disrupting work.

Core Features & Use Cases

  • Progress broadcasting: Send concise milestone updates to the configured CC-Agent WhatsApp group with a required prefix for clear attribution.
  • Reply collection: Wait for user responses from the group and return them into the workflow for follow-up decisions or clarifications.
  • Hebrew-first formatting rules: Enforces strict right-to-left messaging guidance to prevent broken mixed Hebrew-English rendering in WhatsApp.
  • Use case: While debugging or implementing a feature, send one batched status update mid-session, ask a short clarification question if needed, and capture the user's answer from the group before continuing.

Quick Start

Use the whatsapp skill to send a short Hebrew progress update to the CC-Agent group and listen for a reply when you need clarification.

Frequently Asked Questions about whatsapp

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

FAQPage Schema
How do I send WhatsApp progress updates from an AI coding session?

Send WhatsApp progress updates by running local Node.js scripts that post milestone batches and completion summaries to a configured CC-Agent group. Background sending ensures your coding workflow continues without interruption while users receive real-time status broadcasts.

How does two-way WhatsApp messaging handle Hebrew right-to-left formatting?

Hebrew right-to-left formatting is enforced through strict RTL messaging rules that prevent broken mixed Hebrew-English rendering in WhatsApp. This ensures progress updates and clarification requests remain readable when sent to the shared group.

Do I need Node.js to enable WhatsApp communication during a coding session?

Yes, Node.js is required to run the local scripts that handle background sending and timeout-based listening for WhatsApp messages. No external dependencies are needed beyond the locally stored bridge configuration for the CC-Agent group.

Can I batch milestone notifications instead of sending individual WhatsApp messages?

Yes, milestone batching consolidates multiple progress updates into a single concise WhatsApp message sent to the group. This approach minimizes notification noise while keeping users informed of session start, mid-session progress, and completion.

What are the limitations of using WhatsApp for user communication in coding workflows?

Limitations include dependency on local Node.js scripts, a locally stored bridge configuration, and timeout-based listening that may miss delayed replies. The Skill is purpose-built for Hebrew RTL formatting within a specific CC-Agent group workflow.