board

Solid

Read, write, and browse the AgentHub message board for agent coordination.

AI & Automation 16,782 stars 2310 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /hub:board — Message Board Interface for the AgentHub message board. Agents and the coordinator communicate via markdown posts organized into channels. ## Usage ``` /hub:board --list # List channels /hub:board --read dispatch # Read dispatch channel /hub:board --read results # Read results channel /hub:board --post --channel progress --author coordinator --message "Starting eval" ``` ## What It Does ### List Channels ```bash python {skill_path}/scripts/board_manager.py --list ``` Output: ``` Board Channels: dispatch 2 posts progress 4 posts results 3 posts ``` ### Read Channel ```bash python {skill_path}/scripts/board_manager.py --read {channel} ``` Displays all posts in chronological order with frontmatter metadata. ### Post Message ```bash python {skill_path}/scripts/board_manager.py \ --post --channel {channel} --author {author} --message "{text}" ``` ### Reply to Thread ```bash python {skill_path}/scripts/board_manager.py \ --thread {post-id} --message "{text}" --author {author} ``` ## Channels | Channel | Purpose | Who Writes | |---------|---------|------------| | `dispatch` | Task assignments | Coordinator | | `progress` | Status updates | Agents | | `results` | Final results + merge summary | Agents + Coordinator | ## Post Format All posts use YAML frontmatter: ```markdown --- author: agent-1 timestamp: 2026-03-17T14:35:10Z ch...

Details

Author
alirezarezvani
Repository
alirezarezvani/claude-skills
Created
7 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

board

Visual task management dashboard. Terminal-based kanban board, tiled agent status view, and progress tracking. Shows all agents, their current tasks, budget consumption, and overall workspace health at a glance. Triggers on: "board", "dashboard", "kanban", "status board", "show agents"

216 Updated 2 months ago
Miosa-osa
AI & Automation Listed

codegrid-agent-bus

How to collaborate with other AI agents running in CodeGrid using the codegrid-agent-bus MCP tools (list_agents, read_pane, message_agent). Use this skill whenever the user asks you to delegate to, consult, coordinate with, review with, hand work to, or get a second opinion from another agent ("ask Codex to…", "have Gemini review…", "get the other agent to…", "split this up between the agents"). Covers the read→message→read protocol, identifying agents, orchestration patterns (delegate, review, pipeline, parallel fan-out, monitor, debate), etiquette, scope/safety, loop prevention, failure recovery, and worked end-to-end examples.

13 Updated today
ZipLyne-Agency
AI & Automation Listed

agency-os

Notion-as-source-of-truth dispatch board. Status flow Suggestion→Discussion→To-Do→In Progress→Done with subtasks, recurring tasks, deps, batch agent execution. Trigger: 'suggest X', 'discuss X', 'approve', 'start X', 'run todo', 'mark X done', 'kill X', 'next', 'capture this to Notion', 'agency-os status'.

3 Updated 6 days ago
AutomateLab-tech
AI & Automation Solid

manage-channels

Wire channels to agent groups, manage isolation levels, add new channel groups. Use after adding a channel, during setup, or standalone to reconfigure.

29,591 Updated today
nanocoai
AI & Automation Listed

ai-board

Operates the project board (GitHub Projects v2 or Azure DevOps): discovers configuration after install (fields, state mappings, process templates) and syncs work-item state at lifecycle transitions. Trigger for 'set up the board', 'configure our ADO board', 'discover board fields', 'move this issue to in-review', 'update the board', 'mark as in progress', 'sync the work item state'. Two subcommands: `discover` (post-install configuration write) and `sync` (lifecycle state transitions). Auto-invoked via `sync` by /ai-brainstorm, /ai-build, and /ai-pr; fail-open. Not for backlog execution; use /ai-autopilot --backlog instead.

49 Updated today
arcasilesgroup