plugins/microsoft-agents-expert/skills/copilot-studio/SKILL.md
Design, govern, and extend Microsoft Copilot Studio agents — topics, generative orchestration, knowledge, tools and MCP, agent flows, autonomous triggers, publishing channels, Copilot Credits pricing, and solution-based ALM on Power Platform.
npx skillsauth add markus41/claude plugins/microsoft-agents-expert/skills/copilot-studioInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
SaaS low-code agent platform on Power Platform (copilotstudio.microsoft.com). GA. Docs hub: https://learn.microsoft.com/microsoft-copilot-studio/
Tools tab → + Add a tool → Model Context Protocol wizard (server name/URL, OAuth). Supports MCP tools and resources; server-side changes reflect dynamically. Requires generative orchestration. Docs: https://learn.microsoft.com/microsoft-copilot-studio/agent-extend-action-mcp
Teams, Microsoft 365 Copilot, SharePoint, Power Pages, demo/custom websites, mobile apps, and custom clients via the Direct Line API (REST + WebSocket). Entra ID auth is the default for organizational channels.
Copilot Credits are the common currency (renamed from "messages", effective 2025-09-01). Representative rates: classic answer 1 · generative answer 2 · agent action 5 · tenant graph grounding 10 · agent flow actions 13/100 actions · tiered AI-tool rates · voice 10/35/75 per minute. Purchase via prepaid packs, the Azure pay-as-you-go meter, or Copilot Credit prepurchase (CCCUs). M365 Copilot-licensed users are no-charge for most features. Monthly enforcement, no rollover — budget autonomous triggers especially, since nobody is watching the meter mid-run.
Agents are Dataverse solution components:
Never edit prod agents in place — all changes travel as solutions.
agent-framework-copilotstudio
package provides CopilotStudioAgent (see skills/agent-framework); the M365 Agents SDK
has on-behalf-of auth samples calling Copilot Studio agents.skills/agent-interop.tools
Build Teams-native agents with the Teams SDK (formerly Teams AI Library v2) — App class, activity routing, adaptive cards, streaming, AI-generated labels, feedback, message extensions, Teams-as-MCP-server, and the bring-your-own-AI pattern with Agent Framework.
tools
Run agents on Microsoft Foundry (formerly Azure AI Foundry) Agent Service — prompt agents vs hosted agents, threads/runs and the Responses API, built-in tools (Bing grounding, code interpreter, file search, MCP, OpenAPI, A2A), connected agents, Entra agent identity, SDKs, and observability/evaluations.
tools
Build and host custom engine agents with the Microsoft 365 Agents SDK — AgentApplication, the Activity protocol, channel reach via Azure Bot Service, hosting Agent Framework or Semantic Kernel engines, and the Agents Toolkit/Playground workflow. Successor to the Bot Framework SDK.
tools
Choose and combine Microsoft agent stacks — the Copilot Studio vs Teams SDK vs M365 Agents SDK vs Agent Framework vs Foundry decision matrix, plus interop patterns - MCP as the tool fabric, A2A as the agent protocol, hosting matrices, and Agent 365 identity/observability.