chat_with_agent

Discover available agents and delegate tasks serially or in parallel.

839|277|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/matevip/mateclaw --skill chat-with-agent-matevip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chat_with_agent
Source: https://github.com/matevip/mateclaw/tree/main/mateclaw-server/src/main/resources/skills/chat_with_agent
Command: npx skills add https://github.com/matevip/mateclaw --skill chat-with-agent-matevip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables an agent to query and delegate work to other agents to obtain specialized expertise, ensuring tasks get handled by the most suitable collaborator.

Core Features & Use Cases

  • Agent discovery: list available agents and evaluate their capabilities.
  • Serial and parallel delegation: delegate tasks to one or multiple agents, either in sequence or concurrently.
  • Task orchestration: manage cross-agent workflows and aggregate results for the user.

Quick Start

Delegate a task to a suitable agent using the provided delegation tools.

Frequently Asked Questions about chat_with_agent

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

FAQPage Schema
How do I delegate tasks to multiple agents for parallel processing?

To delegate tasks for parallel processing, you query available agents and concurrently distribute sub-tasks using the provided tooling. This enables cross-agent collaboration to achieve faster results by gathering specialized expertise simultaneously.

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

Multi-agent orchestration coordinates cross-agent collaboration by selecting and delegating tasks to other agents. You need it when a task requires specialized expertise, involves multiple sub-tasks, or needs parallel analysis and reviews from different agents.

How do I discover available agents and evaluate their capabilities for delegation?

You can discover available agents and evaluate their capabilities using the agent discovery feature. This allows you to identify the most suitable collaborator for specialized expertise before delegating tasks serially or concurrently.

Can I delegate tasks to multiple agents concurrently for parallel analysis?

Yes, you can delegate tasks to multiple agents concurrently for parallel analysis. The skill supports both serial and parallel delegation, allowing you to distribute work across agents and collect results for final consolidation.

What's the best way to coordinate cross-agent workflows and aggregate results?

The best way to coordinate cross-agent workflows is by delegating sub-tasks to suitable agents and collecting their outputs for consolidation. This task orchestration manages the workflow and aggregates specialized results for the user.

Do I need any specific dependencies or components to coordinate agent delegation?

No specific dependencies or components are required to coordinate agent delegation. The skill operates independently to discover available agents and manage task orchestration using the provided tooling.