一键导入
copilot-studio
Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Authors and validates Microsoft Copilot Studio agent definitions (.mcs.yml) for the agents under src/agents/ in this M365 masterclass repo. Covers the topic YAML schema, the prebuilt entity catalog, Adaptive Card nodes, conversation design, and the language-server verification loop that settles "is this valid Copilot Studio YAML?" without guessing. Use when editing a topic, adding a Question or Adaptive Card, picking an entity, or when YAML might be Power Apps syntax instead of Copilot Studio syntax. Trigger phrases: copilot studio yaml, mcs.yml, topic yaml, AdaptiveDialog, Question node, AdaptiveCardPrompt, adaptive card, prebuilt entity, DatePrebuiltEntity, slot filling, trigger queries, is this valid copilot studio yaml, powerapps yaml, agent topic, onboarding agent, travel agent, food stock buddy.
Draft a concise sales follow-up email after a customer meeting or call. Use when a Northwind Traders seller asks to follow up, recap next steps, thank a customer, confirm an order, or send a note after a demo or discovery call.
Help a seller respond to common customer objections and push-back about price, timing, budget, or competitors during an active deal. Use when the user asks how to reply to, handle, or overcome a customer objection, a "too expensive" or "not the right time" comment, or a competitor comparison.
Research and summarize a customer account before a sales call. Use when a seller asks for an account brief, account summary, account research, pre-call prep, or a quick briefing on a Northwind Traders customer before a meeting.
Automate creation of Azure DevOps workload identity federation service connections with deployment metadata from deploy.json. Use when users need to create or delete Azure service connections with workload identity federation for secure, passwordless authentication.
Repo-local brand-voice checker for this Microsoft 365 / Copilot Studio & Copilot Cowork masterclass. Audits and fixes Markdown in demos/ and labs/ against the four house rules (no em dashes, quoted Mermaid labels, 4-sentence paragraph cap, topic-specific slash-command tables). Run after writing or significantly editing any readme.md or guide. The create-class master skill discovers this skill by globbing .claude/skills/brand-voice-*. Trigger phrases: brand voice check, brand-voice-copilot, quality check readme, fix em dashes, check mermaid labels, cowork brand voice, audit readme, polish demos readme.
基于 SOC 职业分类
| name | copilot-studio |
| description | Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support |
Generate a complete Power Platform custom connector with Model Context Protocol (MCP) integration for Microsoft Copilot Studio. This prompt creates all necessary files following Power Platform connector standards with MCP streamable HTTP support.
Create a complete MCP server implementation that:
Uses Copilot Studio MCP Pattern:
x-ms-agentic-protocol: mcp-streamable-1.0/mcpSchema Compliance Requirements:
MCP Components to Include:
Implementation Structure:
/apiDefinition.swagger.json (Power Platform connector schema)
/apiProperties.json (Connector metadata and configuration)
/script.csx (Custom code transformations and logic)
/server/ (MCP server implementation)
/tools/ (Individual MCP tools)
/resources/ (MCP resource handlers)
Generate:
apiDefinition.swagger.json with:
x-ms-agentic-protocol: mcp-streamable-1.0/mcpapiProperties.json with:
script.csx with:
MCP Server Code with:
Individual Tools that:
Deployment Configuration for:
Ensure generated code:
Server Purpose: Customer data management and analysis
Tools Needed:
- searchCustomers
- getCustomerDetails
- analyzeCustomerTrends
Resources:
- Customer profiles
- Analysis reports
Authentication: oauth2
Host Environment: Azure Function
Target APIs: CRM System REST API