Claude Tools / Plugins / mcs-assistant
Plugins · microsoft/copilot-studio-plugin
mcs-assistant
Microsoft Copilot Studio new orchestration YAML authoring toolkit. Create, edit, validate, and test Copilot Studio agents using YAML files.
CLEARED_STATICclaude-onlyv1.0.2
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
agents/copilot-studio-architect.md
componentmedium
agents/copilot-studio-describer.md
componentmedium
agents/copilot-studio-init.md
componentmedium
agents/copilot-studio-manage.md
componentmedium
commands/chat.md
componentmedium
commands/migrate.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 5 lexical match(es)
README
From the repository
# Copilot Studio Plugin This repository is the successor to [skills-for-copilot-studio](https://github.com/microsoft/skills-for-copilot-studio). It contains an experimental plugin for creating, editing, validating, and migrating classic agents to the new experience. This plugin relies on the new version of the Power Platform CLI (`pac`), specifically version 2.9.3. A version greater that that is required to use the plugin. Install the latest version from [here](https://learn.microsoft.com/en-us/power-platform/developer/cli/introduction?tabs=windows) or just grab it from the [nuget feed](https://www.nuget.org/packages/Microsoft.PowerApps.CLI). ## Disclaimer This plugin is an experimental research project, not an officially supported Microsoft product. The Copilot Studio YAML schema may change without notice. Always review and validate generated YAML before pushing to your environment - AI-generated output may contain errors or unsupported patterns. This plugin is not meant for production use. ## Installation ```bash /plugin marketplace add microsoft/copilot-studio-plugin /plugin install mcs-assistant@copilot-studio-plugin ``` ## Contributing This project welcomes contributio…