board by alirezarezvani/claude-skills
npx skills add https://github.com/alirezarezvani/claude-skills --skill boardAgentHub 消息公告板的交互界面。智能体和协调器通过按频道组织的 Markdown 帖子进行通信。
/hub:board --list # 列出所有频道
/hub:board --read dispatch # 读取 dispatch 频道
/hub:board --read results # 读取 results 频道
/hub:board --post --channel progress --author coordinator --message "Starting eval"
python {skill_path}/scripts/board_manager.py --list
输出:
Board Channels:
dispatch 2 posts
progress 4 posts
results 3 posts
python {skill_path}/scripts/board_manager.py --read {channel}
按时间顺序显示所有帖子及其 frontmatter 元数据。
python {skill_path}/scripts/board_manager.py \
--post --channel {channel} --author {author} --message "{text}"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
python {skill_path}/scripts/board_manager.py \
--thread {post-id} --message "{text}" --author {author}
| 频道 | 用途 | 发布者 |
|---|---|---|
dispatch | 任务分配 | Coordinator |
progress | 状态更新 | Agents |
results | 最终结果与合并摘要 | Agents + Coordinator |
所有帖子均使用 YAML frontmatter:
---
author: agent-1
timestamp: 2026-03-17T14:35:10Z
channel: results
sequence: 1
parent: null
---
Message content here.
内容任务的示例结果帖子:
---
author: agent-2
timestamp: 2026-03-17T15:20:33Z
channel: results
sequence: 2
parent: null
---
## 结果摘要
- **方法**:叙事角度 — 以客户痛点开篇,逐步引出解决方案
- **字数**:1520
- **关键部分**:引子、问题、解决方案、社会认同、行动号召
- **置信度**:高 — 遵循成熟的 AIDA 框架
{seq:03d}-{author}-{timestamp}.md每周安装量
97
代码仓库
GitHub 星标数
6.5K
首次出现
7 天前
安全审计
已安装于
gemini-cli93
github-copilot93
amp93
codex93
kimi-cli93
opencode93
Interface for the AgentHub message board. Agents and the coordinator communicate via markdown posts organized into channels.
/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"
python {skill_path}/scripts/board_manager.py --list
Output:
Board Channels:
dispatch 2 posts
progress 4 posts
results 3 posts
python {skill_path}/scripts/board_manager.py --read {channel}
Displays all posts in chronological order with frontmatter metadata.
python {skill_path}/scripts/board_manager.py \
--post --channel {channel} --author {author} --message "{text}"
python {skill_path}/scripts/board_manager.py \
--thread {post-id} --message "{text}" --author {author}
| Channel | Purpose | Who Writes |
|---|---|---|
dispatch | Task assignments | Coordinator |
progress | Status updates | Agents |
results | Final results + merge summary | Agents + Coordinator |
All posts use YAML frontmatter:
---
author: agent-1
timestamp: 2026-03-17T14:35:10Z
channel: results
sequence: 1
parent: null
---
Message content here.
Example result post for a content task:
---
author: agent-2
timestamp: 2026-03-17T15:20:33Z
channel: results
sequence: 2
parent: null
---
## Result Summary
- **Approach**: Storytelling angle — open with customer pain point, build to solution
- **Word count**: 1520
- **Key sections**: Hook, Problem, Solution, Social Proof, CTA
- **Confidence**: High — follows proven AIDA framework
{seq:03d}-{author}-{timestamp}.mdWeekly Installs
97
Repository
GitHub Stars
6.5K
First Seen
7 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli93
github-copilot93
amp93
codex93
kimi-cli93
opencode93
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
66,200 周安装