Favicon of Add Other Agents

Add Other Agents Skill

AI Agent SkillJavaScriptOpen source

Add child agents, connected agents, or other multi-agent patterns to a Copilot Studio agent. Use when the user asks to create a sub-agent, child agent, connected agent, or call another agent. Published by microsoft in skills-for-copilot-studio.

Decision snapshot

Is this a fit?

Best for

Developers using skills-for-copilot-studio, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Can write or update data, Write actions, Filesystem access, Shell access

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

Confirm write permissions and scope before use. Access note: Local files. Access note: Shell access.

What is Add Other Agents Skill?

Add child agents, connected agents, or other multi-agent patterns to a Copilot Studio agent. Use when the user asks to create a sub-agent, child agent, connected agent, or call another agent. Published by microsoft in skills-for-copilot-studio. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
63/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using skills-for-copilot-studio

Declared skill metadata

  • Source file: skills/add-other-agents/SKILL.md

Allowed tools declared by source

Bash(node *schema-lookup.bundle.js *)ReadWriteGlob

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory
  • Local files
  • Shell access

Requirements and access

Local filesShell access

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Write actionsFilesystem accessShell accessCan write or update data

When to use Add Other Agents Skill

  • Use it for developers using skills-for-copilot-studio.

Built with

JavaScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/skills-for-copilot-studio
  • Skill file: skills/add-other-agents/SKILL.md

What it does

Add child agents, connected agents, or other multi-agent patterns to a Copilot Studio agent. Use when the user asks to create a sub-agent, child agent, connected agent, or call another agent.

Skill instructions

Add Other Agents Add multi-agent capabilities to a Copilot Studio agent. Two patterns are supported: | Pattern | Use when | What it creates | |---------|----------|----------------| | Child agent | The agent needs a specialist sub-agent owned by the same parent | AgentDialog in agents/ subdirectory | | Connected agent | The agent needs to call an external, independently-managed agent | InvokeConnectedAgentTaskAction in a topic (TaskDialog) | Ask the user which pattern they need if unclear. --- Pattern 1: Child Agent Create a new child agent (AgentDialog) that the parent agent's orchestrator can delegate to. Instructions 1. Auto-discover the parent agent directory: Glob: /agent.mcs.yml Use the top-level agent (not one inside an agents/ subdirectory). NEVER hardcode an agent name. 2. Look up the AgentDialog schema: bash node ${CLAUDESKILLDIR}/../../scripts/schema-lookup.bundle.js resolve AgentDialog node ${CLAUDESKILLDIR}/../../scripts/schema-lookup.bundle.js resolve OnToolSelected 3. De

Verified compatibility and discovery

Frequently asked questions

What is Add Other Agents?

Add Other Agents is a open-source AI agent skill with Copy skill directory. Add child agents, connected agents, or other multi-agent patterns to a Copilot Studio agent. Use when the user asks to create a sub-agent, child agent, connected agent, or call another agent.

Who is Add Other Agents best for?

Add Other Agents is best for reusing agent instructions, scripts, and references.

How do I install Add Other Agents?

Install or run Add Other Agents using Copy skill directory. Check Add Other Agents for the latest setup command.

Is Add Other Agents actively maintained?

Add Other Agents may need a closer maintenance check before production use.

Share:

Stars
354
Forks
73
Last commit
2 months ago
Last verified
Aug 29, 2026
Metadata fetched
Aug 29, 2026
Repository age
8 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to Add Other Agents