Sub-skill of agent-teams: DM (default \u2014 always prefer) (+2).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill dm-default-always-prefer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dm Default Always Prefer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-dm-default-always-prefer)More formats (shields.io, HTML) on the badges page.
---
name: agent-teams-dm-default-always-prefer
description: "Sub-skill of agent-teams: DM (default \u2014 always prefer) (+2)."
version: 1.0.0
category: workspace-hub
type: reference
scripts_exempt: true
---
# DM (default — always prefer) (+2)
## DM (default — always prefer)
```python
SendMessage(type="message", recipient="teammate-name",
content="Graph YAML looks good. Add edge: skill-creator → improve.",
summary="Graph edge addition request")
```
## Broadcast (expensive — use only for critical team-wide issues)
```python
SendMessage(type="broadcast",
content="STOP. Found a merge conflict in SKILLS_GRAPH.yaml. Hold all writes.",
summary="Critical: stop all writes")
```
Broadcast = N messages (one per teammate). Use for genuine emergencies only.
## Plan approval (when teammate has plan_mode_required)
```python
SendMessage(type="plan_approval_response", request_id="abc-123",
recipient="teammate", approve=True)
```
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!