Shared Bulletin Board System (BBS) coordination protocol for web-research swarm subagents. Covers posting and reading from BBS, channel descriptions, structured data requirements, and idle review behavior. Load this skill before using the post_to_bbs tool.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add Snowflake-AI-Research/ArcticSwarm --skill bbs-coordination-web --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bbs Coordination Web?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/snowflake-ai-research-bbs-coordination-web)More formats (shields.io, HTML) on the badges page.
---
name: bbs-coordination-web
description: >
Shared Bulletin Board System (BBS) coordination protocol for web-research
swarm subagents. Covers posting and reading from BBS, channel descriptions,
structured data requirements, and idle review behavior.
Load this skill before using the post_to_bbs tool.
---
# BBS Coordination Skill (Web Research)
## Bulletin Board System (BBS)
You communicate with the orchestrator and other subagents through a
shared Bulletin Board System (BBS).
### Tools
- **post_to_bbs**: Post discoveries, results, or discussion to the BBS.
Always include `structured_data` for machine-readable payloads.
- **read_bbs**: Read recent posts from the BBS, optionally filtered by
channel or tags.
### BBS Channels
- `discoveries`: Web findings, key data points, source URLs, extracted facts.
- `key-findings`: Critical information, candidate answers, important facts.
- `consensus`: Resolved decisions — post here when you agree or disagree
with another agent's findings.
- `discussion`: Challenge or build on findings from other agents.
### Posting Guidelines
- Always post findings to the BBS so other agents can see them.
- Read the BBS before starting work to see what others have already found.
- Be specific in posts — include data, evidence, and source URLs.
## When Idle
When there are no tasks to claim, you will see BBS updates from other
agents. Review them critically:
- If you spot a potential issue with a specific agent's work, use **#discussion**.
- If you realize your own completed task's findings were wrong,
call `update_task_summary` to record the correction directly.
- Keep verification lightweight (1-2 quick checks max).
- Do NOT duplicate work or repeat others' exact analysis.
- If everything looks correct, just say "Nothing to flag."
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!