cyberneticlibrary

Coordinate agents on message board

boardskillsetup L217,464
alirezarezvani/claude-skills
What it does

Read, write, and browse agent coordination board

Best for

Coordinate multi-agent tasks via an append-only message board without external dependencies.

Inputs
  • · markdown posts with YAML frontmatter
  • · channel name
Outputs
  • · board channel listing
  • · post history with metadata
Requires
  • · Message board storage (Python script)
  • · Markdown parser
Preconditions

Board manager script installed and accessible

Failure modes
  • · Append-only constraint not enforced
  • · Duplicate post filenames
Trust signals
  • · Append-only guarantees prevent accidental overwrites
  • · Channel-based organization
  • · YAML frontmatter for metadata