skills/ralph-signal-mailbox-protocol/SKILL.md
Ralph-v2 live signal mailbox protocol for polling, ack handling, broadcast quorum, and signal routing. Use when a Ralph agent needs to process `signals/inputs`, write ack files, route target-specific signals, or finalize broadcast signals safely.
npx skillsauth add arisng/github-copilot-fc ralph-signal-mailbox-protocolInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill contains the authoritative live-signal mailbox rules for Ralph-v2 agents.
.ralph-sessions/<SESSION_ID>/signals/inputs/.ralph-sessions/<SESSION_ID>/signals/acks/.ralph-sessions/<SESSION_ID>/signals/processed/STEERPAUSEABORTINFOALLOrchestratorExecutorPlannerQuestionerReviewerLibrarianNever encode runtime or version in target.
signals/acks/ exists.signals/inputs/ in timestamp order.type and target before moving it.target: ALL by writing or refreshing signals/acks/<SIGNAL_ID>/<Agent>.ack.yaml and leaving the source signal in place.ABORT blocks work immediately.PAUSE waits.STEER changes execution context.INFO injects additional context.signals/processed/.target: ALL never archives it.Before a session ends, the Orchestrator should sweep remaining target: ALL signals and archive them with either:
delivery_status: delivereddelivery_status: partial plus unacked_agentsdevops
Programmatically create tldraw whiteboards and visualize them with a self-hosted tldraw instance. Create boards with shapes, text, and connectors, then deploy to a self-hosted server for collaborative editing and gallery management.
tools
Execute Google Cloud Platform operations using the gcloud CLI (and gsutil/bq where applicable). Use when the user wants to: authenticate with GCP, manage GCP resources, deploy applications, configure projects or IAM, view logs, run SQL/BigQuery, or interact with any GCP service from the command line. Triggers on phrases like "gcloud", "Google Cloud CLI", "deploy to GCP", "create a VM", "Cloud Run", "GKE cluster", "Cloud Storage bucket", "set GCP project", "service account", "Cloud Functions", "App Engine deploy", or any request to manage Google Cloud resources via command line.
testing
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
development
Session-scoped git commit orchestrator that commits only current-session changes and leaves unrelated dirty worktree edits untouched. Inherits git-atomic-commit for atomic grouping and commit message execution, and git-commit-scope-constitution for scope governance and validation. Use when asked to commit this session only or isolate commits from mixed worktree state.