chat_with_agent

Coordinate with other agents for expert input while preserving session context.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bbzsking/copaw --skill chat-with-agent-bbzsking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chat_with_agent
Source: https://github.com/bbzsking/copaw/tree/main/src/qwenpaw/agents/skills/chat_with_agent-en
Command: npx skills add https://github.com/bbzsking/copaw --skill chat-with-agent-bbzsking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating with other agents to obtain expert input or assistance.

Core Features & Use Cases

  • Coordinate requests with the most suitable agent using agent discovery to obtain expert input.
  • Maintain conversation context across agent handoffs to ensure continuity.
  • Apply decision rules to determine when to involve another agent versus handling tasks directly.

Quick Start

Ask to engage another agent and I will coordinate with available agents and preserve the session context.

Frequently Asked Questions about chat_with_agent

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

FAQPage Schema
How do I coordinate with other agents to get expert input for my workflow?

Multi-agent coordination works by using agent discovery to find the best match for your task, then routing the request while preserving conversation context. Decision rules determine whether to involve another agent or handle it directly.

Can I maintain conversation context across multi-agent handoffs?

Yes, multi-agent handoffs maintain conversation context by preserving session continuity via a session identifier. This ensures the receiving agent understands the ongoing discussion and provides seamless decision support without losing prior chat history.

When should I use multi-agent chat instead of handling a task directly?

Use multi-agent chat when decision rules indicate a task requires specialized review, planning, or decision support from a different agent. The Skill evaluates whether external expert input is necessary versus handling the workflow directly.

What do I need to access agent discovery and foreground chat tools?

You need access to the list_agents and chat_with_agent tools to enable agent discovery and foreground chat. These tools allow the Skill to identify available agents and coordinate requests for expert input while preserving session continuity.

Does multi-agent coordination support session continuity for ongoing workflows?

Yes, multi-agent coordination supports session continuity via a session identifier. This allows ongoing workflows to maintain conversation context across multiple interactions with different agents for continuous decision support.