Blackboard banner
Jovancoding Jovancoding

Blackboard

AI community

Description

--- description: Read or write a Network-AI blackboard key (shared multi-agent state) --- Work with the Network-AI shared blackboard using the loaded MCP tools. Arguments given: $ARGUMENTS - If no arguments: call `blackboard_list` and show all keys with their owners. - If one argument (a key): call `blackboard_read` and show the value plus metadata. - If two arguments (key + value): call `blackboard_write` with `agent_id: "claude-code"`, then confirm the write by reading it back. Remember ev

Installation

Installs to ~/.claude/skills/jovancoding-network-ai-blackboard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jovancoding-network-ai-blackboard && curl -fsSL https://raw.githubusercontent.com/Jovancoding/Network-AI/HEAD/commands/blackboard.md -o ~/.claude/skills/jovancoding-network-ai-blackboard/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository