add-other-agents

Automate adding child and connected agents to Copilot Studio agents.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill add-other-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-other-agents
Source: https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio/tree/main/.github/skills/add-other-agents
Command: npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill add-other-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps Copilot Studio agents integrate child agents, connected agents, or other multi-agent patterns, enhancing their functionality and flexibility.

Core Features & Use Cases

  • Child Agent Creation: Automate the creation of child agents for specialized tasks.
  • Connected Agent Invocation: Call external agents for additional functionality.
  • Use Case: Imagine you have a Copilot Studio agent for customer support. Use this Skill to add a child agent for handling billing inquiries, which can be called directly from the main agent.

Quick Start

Use the add-other-agents skill to create a child agent for handling billing inquiries.

Frequently Asked Questions about add-other-agents

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

FAQPage Schema
How do I add child agents to a Copilot Studio agent for multi-agent orchestration?

You can add child agents to a Copilot Studio agent by automating the creation and invocation of specialized agents. This multi-agent orchestration allows a parent agent to route specialized tasks, like billing inquiries, directly to a configured child agent.

What is the best way to connect external agents to Copilot Studio for workflow automation?

The best way to connect external agents is by using connected agent invocation patterns. This workflow automation approach calls external agents from your main Copilot Studio agent to extend its functionality with additional external capabilities.

Do I need parent agent configuration knowledge to set up multi-agent workflows in Copilot Studio?

Yes, setting up multi-agent workflows requires knowledge of parent agent configuration and external agent setup. You need this foundational understanding to properly handle agent orchestration and task invocation within Copilot Studio.

Can I use this approach to create a specialized child agent for customer support tasks?

Yes, you can create a specialized child agent for customer support tasks. For example, you can automate the creation of a child agent specifically to handle billing inquiries, which is then called directly from your main support agent.

When should I not use child agents for agent integration in Copilot Studio?

You should avoid using child agents when your workflow does not require specialized task delegation or external functionality. If your parent agent can handle all tasks independently without complex agent orchestration, adding child agents is unnecessary.