
channel-message-sync
Go-style channel message synchronization via filesystem for testing goroutine communication patterns
by kokuyouwind|Open Source
This skill provides bash scripts to simulate Go channel communication via filesystem:
scripts/send-channel.sh- Send message to channelscripts/receive-channel.sh- Receive message from channel (blocking)
Used by code-like-prompt commands (05l, 05m) to demonstrate goroutine-to-goroutine channel communication via filesystem.