multi_agent_collaboration

Coordinate multiple agents via qwenpaw agents chat for task delegation and multi-step workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/9999-12-31/Dr.Claw --skill multi-agent-collaboration-9999-12-31
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi_agent_collaboration
Source: https://github.com/9999-12-31/Dr.Claw/tree/main/src/qwenpaw/agents/skills/multi_agent_collaboration-zh
Command: npx skills add https://github.com/9999-12-31/Dr.Claw --skill multi-agent-collaboration-9999-12-31

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

当需要其他 agent 的专长、上下文或协作支持,或用户明确要求调用其他 agent 时,使用本 skill。先查询可用 agents,再用 qwenpaw agents chat 进行双向沟通。

Core Features & Use Cases

  • 发现并查询可用代理
  • 发起跨代理对话与协作
  • 任务分派、信息整合与进度跟踪
  • 会话记录与状态管理

Quick Start

发起跨代理协作时,先查询可用代理并用 qwenpaw agents chat 启动对话,以完成用户请求。

Frequently Asked Questions about multi_agent_collaboration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple agents for a complex multi-step workflow?

To coordinate multiple agents, first query available agents in the workspace, then initiate cross-agent chats to delegate tasks, pass session context, and execute multi-step workflows requiring diverse expertise.

What is multi-agent collaboration and when do I need it?

Multi-agent collaboration is needed when a task requires cross-agent input, context, or workspace data from multiple agents with diverse expertise. It applies to task delegation, information integration, and quality checks across different agents.

How to discover available agents and start a cross-agent chat?

To start a cross-agent chat, first query and discover available agents in the workspace, then use the agent chat command to initiate a bidirectional conversation that passes session context when needed to complete the user request.

Can I use multi-agent collaboration for background tasks and progress tracking?

Yes, multi-agent collaboration supports optional background task execution along with session record management and state tracking, allowing you to monitor progress and integrate information across agents without unnecessary callbacks.

How to avoid unnecessary callbacks when coordinating multiple agents?

To avoid unnecessary callbacks during multi-agent coordination, enforce explicit safety rules, pass session context only when needed, and manage state through session records rather than triggering redundant cross-agent communication.

Does multi-agent collaboration work without external dependencies?

Yes, multi-agent collaboration operates without external dependencies, relying entirely on internal agent discovery and chat mechanisms to coordinate diverse expertise and manage multi-step workflows within the workspace.