skills/agent-teams-bridge/SKILL.md
Detects and bridges between sub-agent delegation and native Agent Teams peer-to-peer messaging. Enables mesh networking with task self-claiming.
npx skillsauth add sebdysart/omni-link-hustlexp agent-teams-bridgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill enables seamless switching between linear sub-agent delegation and native Claude Code Agent Teams peer-to-peer messaging.
Check for the Agent Teams capability:
if CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 is set:
→ Use native `message @teammate` and `broadcast` for parallel work
→ Use shared task list with self-claiming
else:
→ Fall back to standard sub-agent spawning with structured handoff
When Agent Teams are active, you operate as a peer rather than a subordinate:
{
"type": "task_update | request | completion | blocker",
"from": "@your-agent-name",
"to": "@target | broadcast",
"payload": {
"task_id": "unique-id",
"status": "claimed | in-progress | blocked | complete",
"output": "result or null",
"needs": ["list of dependencies still pending"]
},
"summary": "Human-readable status line"
}
When Agent Teams are NOT available:
structured-handoff skill)Maintain in CLAUDE.md under ## Active Task Board:
## Active Task Board [agent-teams-bridge]
| Task ID | Description | Assigned | Status | Updated |
| ------- | -------------------- | ------------------- | ----------- | ------- |
| T-001 | Refactor auth module | @backend-specialist | in-progress | 10:30 |
| T-002 | Update iOS DTOs | @ios-specialist | claimed | 10:31 |
| T-003 | Write migration | unclaimed | pending | 10:28 |
/impact to check cross-repo effects/scan output as shared context in the bulletin boarddata-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.