From omni-link-hustlexp
Detects and bridges between sub-agent delegation and native Agent Teams peer-to-peer messaging. Enables mesh networking with task self-claiming.
How this skill is triggered — by the user, by Claude, or both
Slash command
/omni-link-hustlexp:agent-teams-bridgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables seamless switching between linear sub-agent delegation and native Claude Code Agent Teams peer-to-peer messaging.
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 boardnpx claudepluginhub sebdysart/omni-link-hustlexp --plugin omni-link-hustlexpProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.