From code-like-prompt
Go-style channel message synchronization via filesystem for testing goroutine communication patterns
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-like-prompt:channel-message-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides bash scripts to simulate Go channel communication via filesystem:
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.
npx claudepluginhub kokuyouwind/claude-plugins --plugin code-like-promptProvides code examples for Go goroutines, channels (unbuffered, buffered, directional, closing), select statements, and sync patterns when writing concurrent Go code.
Master Go concurrency patterns including goroutines, channels, sync primitives, and context. Useful for building concurrent apps, worker pools, pipelines, or debugging race conditions.
Implements Go concurrency patterns using goroutines, channels, sync primitives, and context for building concurrent apps, worker pools, pipelines, and debugging race conditions.