# Channel Message Sync

> Go-style channel message synchronization via filesystem for testing goroutine communication patterns

- Skill: `kokuyouwind/channel-message-sync` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add kokuyouwind/channel-message-sync`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kokuyouwind/channel-message-sync/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: kokuyouwind (https://skillmd.com/u/kokuyouwind)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/kokuyouwind/channel-message-sync

---


This skill provides bash scripts to simulate Go channel communication via filesystem:

- `scripts/send-channel.sh` - Send message to channel
- `scripts/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.

