Agent skill · AI & Agents

mcp-create-declarative-agent

Skill converted from mcp-create-declarative-agent.prompt.md

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill mcp-create-declarative-agent --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agent/mcp-create-declarative-agent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

````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's inside
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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 majiayu000/claude-skill-registry --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 majiayu000/claude-skill-registry, a repository with 534 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.

Keep going