mcp-create-declarative-agent
Skill converted from mcp-create-declarative-agent.prompt.md
npx skills add github/awesome-copilot --skill mcp-create-declarative-agent --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
````prompt --- mode: 'agent' tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Create a declarative agent for Microsoft 365 Copilot by integrating an MCP server with authentication, tool selection, and configuration' model: 'gpt-4.1' tags: [mcp, m365-copilot, declarative-agent, model-context-protocol, api-plugin] --- # Create MCP-based Declarative Agent for Microsoft 365 Copilot Create a complete declarative agent for Microsoft 365 Copilot that integrates with a Model Context Protocol (MCP) server to access external systems and data. ## Requirements Generate the following project structure using Microsoft 365 Agents Toolkit: ### Project Setup 1. **Scaffold declarative agent** via Agents Toolkit 2. **Add MCP action** pointing to MCP server 3. **Select tools** to import from MCP server 4. **Configure authentication** (OAuth 2.0 or SSO) 5. **Review generated files** (manifest.json, ai-plugin.json, declarativeAgent.json) ### Key Files Generated **appPackage/manifest.json** - Teams app manifest with plugin reference: ```json { "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", "manifestVersion": "devPre
What does the mcp-create-declarative-agent skill do?
Skill converted from mcp-create-declarative-agent.prompt.md
How do I install it?
Run `npx skills add github/awesome-copilot --skill mcp-create-declarative-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.