manage-agent

Automate Copilot Studio agent sync, clone, diff, and authentication via LanguageServerHost.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies managing Copilot Studio agents through direct access to the VS Code extension's LanguageServerHost binary, providing a comprehensive set of operations to handle authentication, sync, and version control without manual code modifications.

Core Features & Use Cases

  • Agent Management Operations: Handle authentication, synchronization, cloning, and version comparison for Copilot Studio agents.
  • Secure Authentication: Utilizes device code flow for authentication, offering both interactive and automated options.
  • Use Case: Ideal for teams managing multiple Copilot Studio agents, providing a streamlined approach to maintain agent content integrity and collaboration.

Quick Start

Run the pull command to synchronize local agent content with the remote version. For example, to sync changes for the local agent, you would use: node .github/scripts/manage-agent.bundle.js pull --workspace "<path-to-agent-folder>".

Frequently Asked Questions about manage-agent

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

FAQPage Schema
How do I synchronize local Copilot Studio agent content with the remote version?

To synchronize Copilot Studio agent content, you run the pull command via the LanguageServerHost binary, which syncs your local agent folder with the remote version without requiring manual code modifications.

Can I automate Copilot Studio agent authentication for enterprise environments?

Yes, Copilot Studio agent authentication can be automated using the device code flow, which provides both interactive and automated options to securely handle access in enterprise environments.

What is the best way to compare version differences between Copilot Studio agents?

The best way to compare version differences between Copilot Studio agents is by using the diff operation, which directly invokes the LanguageServerHost binary to compare agent content integrity.

Does Copilot Studio agent management work without modifying code manually?

Yes, Copilot Studio agent management works without manual code modifications by directly invoking the VS Code extension's LanguageServerHost binary to handle sync, clone, and authentication operations.

How do I clone a Copilot Studio agent using VS Code extension commands?

You clone a Copilot Studio agent by executing the clone command through the manage-agent script, which invokes the LanguageServerHost binary to duplicate the agent content efficiently.