Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,457
总 Skills
95.0M
总安装量
2,622
贡献者
# Skill 仓库 描述 安装量
1301 update-markdown-file-index github/awesome-copilot
Update Markdown File Index Update markdown file ${file} with an index/table of files from folder ${input:folder} . Process Scan : Read the target markdown file ${file} to understand existing structure Discover : List all files in the specified folder ${input:folder} matching pattern ${input:pattern} Analyze : Identify if an existing table/index section exists to update, or create new structure Structure : Generate appropriate table/list format based on file types and existing content Update : Re...
8.7K
1302 workiq-copilot github/awesome-copilot
WorkIQ (Public Preview) lets Copilot query Microsoft 365 data with natural language. It supports schedules, documents, Teams messages, email threads, follow-up tracking, stakeholder summaries, and more. Use this skill whenever a task needs live organizational intelligence beyond the local repository. Supported Data & Sample Prompts - Emails – “Summarize emails from Sarah about the budget.” - Meetings – “What are my upcoming meetings this week?” - Documents – “Find recent documents about Q4 ...
8.7K
1303 java-refactoring-remove-parameter github/awesome-copilot
Refactoring Java Methods with Remove Parameter Role You are an expert in refactoring Java methods. Below are 2 examples (with titles code before and code after refactoring) that represents Remove Parameter . Code Before Refactoring 1: public Backend selectBackendForGroupCommit ( long tableId , ConnectContext context , boolean isCloud ) throws LoadException , DdlException { if ( ! Env . getCurrentEnv ( ) . isMaster ( ) ) { try { long backendId = new MasterOpExecutor ( context ) . getGroupCommitLo...
8.7K
1304 mcp-deploy-manage-agents github/awesome-copilot
--- mode: 'agent' tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Deploy and manage MCP-based declarative agents in Microsoft 365 admin center with governance, assignments, and organizational distribution' model: 'gpt-4.1' tags: [mcp, m365-copilot, deployment, admin, agent-management, governance] --- Deploy and Manage MCP-Based Agents Deploy, manage, and govern MCP-based declarative agents in Microsoft 365 using the admin center for organizational distribution ...
8.7K
1305 structured-autonomy-plan github/awesome-copilot
You are a Project Planning Agent that collaborates with users to design development plans. A development plan defines a clear path to implement the user's request. During this step you will not write any code . Instead, you will research, analyze, and outline a plan. Assume that this entire plan will be implemented in a single pull request (PR) on a dedicated branch. Your job is to define the plan in steps that correspond to individual commits within that PR. Step 1: Research and Gather Context ...
8.7K
1306 code-exemplars-blueprint-generator github/awesome-copilot
Code Exemplars Blueprint Generator Configuration Variables ${PROJECT_TYPE="Auto-detect|.NET|Java|JavaScript|TypeScript|React|Angular|Python|Other"} ${SCAN_DEPTH="Basic|Standard|Comprehensive"} ${INCLUDE_CODE_SNIPPETS=true|false} ${CATEGORIZATION="Pattern Type|Architecture Layer|File Type"} ${MAX_EXAMPLES_PER_CATEGORY=3} ${INCLUDE_COMMENTS=true|false} Generated Prompt "Scan this codebase and generate an exemplars.md file that identifies high-quality, representative code examples. The exempla...
8.7K
1307 quasi-coder github/awesome-copilot
Quasi-Coder Skill The Quasi-Coder skill transforms you into an expert 10x software engineer capable of interpreting and implementing production-quality code from shorthand notation, quasi-code, and natural language descriptions. This skill bridges the gap between collaborators with varying technical expertise and professional code implementation. Like an architect who can take a rough hand-drawn sketch and produce detailed blueprints, the quasi-coder extracts intent from imperfect descriptions a...
8.7K
1308 php-mcp-server-generator github/awesome-copilot
PHP MCP Server Generator You are a PHP MCP server generator. Create a complete, production-ready PHP MCP server project using the official PHP SDK. Project Requirements Ask the user for: Project name (e.g., "my-mcp-server") Server description (e.g., "A file management MCP server") Transport type (stdio, http, or both) Tools to include (e.g., "file read", "file write", "list directory") Whether to include resources and prompts PHP version (8.2+ required) Project Structure {project-name}/ ├── comp...
8.7K
1309 go-mcp-server-generator github/awesome-copilot
Go MCP Server Project Generator Generate a complete, production-ready Model Context Protocol (MCP) server project in Go. Project Requirements You will create a Go MCP server with: Project Structure : Proper Go module layout Dependencies : Official MCP SDK and necessary packages Server Setup : Configured MCP server with transports Tools : At least 2-3 useful tools with typed inputs/outputs Error Handling : Proper error handling and context usage Documentation : README with setup and usage instruc...
8.7K
1310 comment-code-generate-a-tutorial github/awesome-copilot
Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial. Refactor the code Apply standard Python best practices Ensure code follows the PEP 8 style guide Rename unclear variables and functions if needed for clarity Add comments throughout the code Use a beginner-friendly, instructional tone Explain what each part of the code is doing and why it's important Focus on the logic ...
8.7K
1311 power-bi-model-design-review github/awesome-copilot
Power BI Data Model Design Review You are a Power BI data modeling expert conducting comprehensive design reviews. Your role is to evaluate model architecture, identify optimization opportunities, and ensure adherence to best practices for scalable, maintainable, and performant data models. Review Framework Comprehensive Model Assessment When reviewing a Power BI data model, conduct analysis across these key dimensions: 1. Schema Architecture Review Star Schema Compliance: □ Clear separation of ...
8.7K
1312 flutter-handling-http-and-json flutter/skills
Handling HTTP and JSON Contents Core Guidelines Workflow: Executing HTTP Operations Workflow: Implementing JSON Serialization Workflow: Parsing Large JSON in the Background Examples Core Guidelines Enforce HTTPS: iOS and Android disable cleartext (HTTP) connections by default. Always use HTTPS endpoints. If HTTP is strictly required for debugging, configure network_security_config.xml (Android) and NSAppTransportSecurity (iOS). Construct URIs Safely: Always use Uri.https(authority, unencodedPath...
8.7K
1313 copilot-cli-quickstart github/awesome-copilot
🚀 Copilot CLI Quick Start — Your Friendly Terminal Tutor You are an enthusiastic, encouraging tutor that helps beginners learn GitHub Copilot CLI. You make the terminal feel approachable and fun — never scary. 🐙 Use lots of emojis, celebrate small wins, and always explain why before how . 🎯 Three Modes 🎓 Tutorial Mode Triggered when the user says things like "start tutorial", "teach me", "lesson 1", "next lesson", or "begin". ❓ Q&A Mode Triggered when the user asks a specific question like "what...
8.7K
1314 update-llms github/awesome-copilot
Update LLMs.txt File Update the existing llms.txt file in the root of the repository to reflect changes in documentation, specifications, or repository structure. This file provides high-level guidance to large language models (LLMs) on where to find relevant content for understanding the repository's purpose and specifications. Primary Directive Update the existing llms.txt file to maintain accuracy and compliance with the llms.txt specification while reflecting current repository structure and...
8.7K
1315 mkdocs-translations github/awesome-copilot
MkDocs AI Translator Role You are a professional technical writer and translator. Required Input Before proceeding, ask the user to specify the target translation language and locale code. Examples: Spanish ( es ) French ( fr ) Brazilian Portuguese ( pt-BR ) Korean ( ko ) Use this value consistently in folder names, translated content paths, and MkDocs configuration updates. Once confirmed, proceed with the instructions below. Objective Translate all documentation from the docs/docs/en and docs/...
8.7K
1316 create-tldr-page github/awesome-copilot
Create TLDR Page Overview You are an expert technical documentation specialist who creates concise, actionable tldr pages following the tldr-pages project standards. Your task is to transform verbose documentation into clear, example-driven command references. Objectives Require both URL and command - If either is missing, provide helpful guidance to obtain them Extract key examples - Identify the most common and useful command patterns Follow tldr format strictly - Use the template structure wi...
8.7K
1317 mintlify mintlify/docs
Mintlify reference Reference for building documentation with Mintlify. This file covers essentials that apply to every task. For detailed reference on specific topics, read the files listed in the reference index below. Reference index Read these files only when your task requires them . They are in the reference/ directory next to this file. To find them, look in the same directory as this skill file (e.g., .claude/skills/mintlify/reference/ ). File When to read reference/components.md Adding o...
8.7K
1318 helm-chart-scaffolding wshobson/agents
Helm Chart Scaffolding Comprehensive guidance for creating, organizing, and managing Helm charts for packaging and deploying Kubernetes applications. Purpose This skill provides step-by-step instructions for building production-ready Helm charts, including chart structure, templating patterns, values management, and validation strategies. When to Use This Skill Use this skill when you need to: Create new Helm charts from scratch Package Kubernetes applications for distribution Manage multi-envir...
8.7K
1319 parallel-monitor parallel-web/parallel-agent-skills
Web Monitor Action: $ARGUMENTS Requires parallel-cli ≥ 0.3.0 (the monitor command was added in 0.3.0). If parallel-cli monitor errors with no such command or similar, tell the user to run parallel-cli update (or pipx upgrade parallel-web-tools if installed via pipx), then retry. What this skill does Monitors are long-running, server-side jobs that re-check the web on a cadence and emit events when something changes. Unlike search/research/findall (one-shot lookups), monitors persist until delete...
8.7K
1320 parallel-findall parallel-web/parallel-agent-skills
FindAll: Entity Discovery Find: $ARGUMENTS Requires parallel-cli ≥ 0.3.0 (the findall command was added in 0.3.0). If parallel-cli findall errors with no such command or similar, tell the user to run parallel-cli update (or pipx upgrade parallel-web-tools if installed via pipx), then retry. When to use this skill Use FindAll when the user wants a structured list of entities matching a description, not webpages or a narrative answer. User asks for… Use "Find all X that…" / "List every Y…" paralle...
8.7K
1321 csharp-mstest github/awesome-copilot
MSTest Best Practices (MSTest 3.x/4.x) Your goal is to help me write effective unit tests with modern MSTest, using current APIs and best practices. Project Setup Use a separate test project with naming convention [ProjectName].Tests Reference MSTest 3.x+ NuGet packages (includes analyzers) Consider using MSTest.Sdk for simplified project setup Run tests with dotnet test Test Class Structure Use [TestClass] attribute for test classes Seal test classes by default for performance and design clarit...
8.7K
1322 deep-research 199-biotechnologies/claude-deep-research-skill
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
8.7K
1323 dart-resolve-package-conflicts dart-lang/skills
Managing Dart Dependencies Contents Core Concepts Version Constraints Workflow: Auditing Dependencies Workflow: Upgrading Dependencies Workflow: Resolving Version Conflicts Examples Core Concepts Dart enforces a strict single-version rule for dependencies: a project and all its transitive dependencies must resolve to a single, shared version of any given package. This prevents runtime type mismatches but introduces the risk of "version lock." To mitigate version lock, Dart relies on version cons...
8.7K
1324 dart-use-pattern-matching dart-lang/skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Implementing Dart Patterns Contents Pattern Selection Strategy Switch Statements vs. Expressions Core Pattern Implementations Workflows Examples Pattern Selection Strategy Apply specific pattern types based on the data structure and desired outcome. Follow these conditional guidelines: If validating and extracting from deserialized data (e.g., ...
8.7K
1325 power-bi-performance-troubleshooting github/awesome-copilot
Power BI Performance Troubleshooting Guide You are a Power BI performance expert specializing in diagnosing and resolving performance issues across models, reports, and queries. Your role is to provide systematic troubleshooting guidance and actionable solutions. Troubleshooting Methodology Step 1: Problem Definition and Scope Begin by clearly defining the performance issue: Issue Classification: □ Model loading/refresh performance □ Report page loading performance □ Visual interaction responsiv...
8.7K
1326 protocol-reverse-engineering wshobson/agents
Protocol Reverse Engineering Comprehensive techniques for capturing, analyzing, and documenting network protocols for security research, interoperability, and debugging. Traffic Capture Wireshark Capture Capture on specific interface wireshark -i eth0 -k Capture with filter wireshark -i eth0 -k -f "port 443" Capture to file tshark -i eth0 -w capture.pcap Ring buffer capture (rotate files) tshark -i eth0 -b filesize:100000 -b files:10 -w capture.pcap tcpdump Capture Basic capture tcpdu...
8.7K
1327 structured-autonomy-implement github/awesome-copilot
You are an implementation agent responsible for carrying out the implementation plan without deviating from it. Only make the changes explicitly specified in the plan. If the user has not passed the plan as an input, respond with: "Implementation plan is required." Follow the workflow below to ensure accurate and focused implementation.
8.7K
1328 sandbox-agent rivet-dev/skills
Sandbox Agent provides a universal API for orchestrating AI coding agents in sandboxed environments. What To Do If You Get Stuck If something is not working as intended or you are stuck, prompt the user to join the [Rivet Discord](https://rivet.dev/discord) or file an issue on [GitHub](https://github.com/rivet-dev/sandbox-agent/issues) to report an issue and get help. Provide the user with a pre-generated report with: - Symptoms If this is happening in local dev, deployed, or both - The e...
8.7K
1329 pi-planning-with-files othmanadi/planning-with-files
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session Before starting work , check for unsynced context from a previous session: Note: The scripts/ directory is inside this skill's installation folder. Linux/macOS python scripts/session-catchup.py " $( pwd ) " Windows PowerShell python scripts\session-catchup . py" ( Get-Location ) If you cannot find the script: Ask Pi to locate it for you: Run the session-catchup...
8.7K
1330 emblem-defi-yield emblemcompany/agent-skills
Emblem DeFi Yield DeFi yield research and liquid staking powered by EmblemAI . Research yield opportunities across protocols, review existing DeFi positions via Nansen, and enter liquid staking positions through token swaps on Solana, Ethereum, Base, BSC, Polygon, and Hedera. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability How Tools Used Research yield opportunities Ask about yields, APYs, protocols LLM knowledge + birdeyeTradeData , birdeyeTrendingTokens Rev...
8.6K
1331 emblem-memecoin-scout emblemcompany/agent-skills
Emblem Memecoin Scout Memecoin discovery and risk assessment powered by EmblemAI . Real-time new token alerts, trending memecoins, rug-pull detection, holder analysis, and smart money tracking across Solana, Base, and Hedera. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability Tools Used Chains Pump.fun new token launches getPumpFunTokens Solana LaunchLab / Bonk.fun new tokens discoverLaunchLabTokens Solana Trending memecoins findSolanaGems , birdeyeTrendingToken...
8.6K
1332 swift-mcp-server-generator github/awesome-copilot
Swift MCP Server Generator Generate a complete, production-ready MCP server in Swift using the official Swift SDK package. Project Generation When asked to create a Swift MCP server, generate a complete project with this structure: my-mcp-server/ ├── Package.swift ├── Sources/ │ └── MyMCPServer/ │ ├── main.swift │ ├── Server.swift │ ├── Tools/ │ │ ├── ToolDefinitions.swift │ │ └── ToolHandlers.swift │ ├── Resources/ │ │ ├── ResourceDefinitions.sw...
8.6K
1333 first-ask github/awesome-copilot
Act Informed: First understand together with the human, then do You are a curious and thorough AI assistant designed to help carry out tasks with high-quality, by being properly informed. You are powered by the joyride_request_human_input tool and you use it as a key part of your process in gathering information about the task. Understanding the task scope and objectives At all times when you need clarification on details, ask specific questions to the user using the joyride_request_human_input ...
8.6K
1334 emblem-token-swap emblemcompany/agent-skills
Emblem Token Swap Guided token swapping powered by EmblemAI . Swap tokens on Solana, Ethereum, Base, BSC, Polygon, and Hedera with automatic routing. Cross-chain bridging via ChangeNow. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Chain Quote Tool Swap Tool Balance Tool Token Search Solana splBuyIntent (quote mode) splBuyIntent (swap mode) solanaBalances findSolanaSwapToken Ethereum ethSwapQuote ethSwap ethGetBalances searchCryptoByName Base baseSwapQuote baseSwap ba...
8.6K
1335 bigquery-pipeline-audit github/awesome-copilot
BigQuery Pipeline Audit: Cost, Safety and Production Readiness You are a senior data engineer reviewing a Python + BigQuery pipeline script. Your goals: catch runaway costs before they happen, ensure reruns do not corrupt data, and make sure failures are visible. Analyze the codebase and respond in the structure below (A to F + Final). Reference exact function names and line locations. Suggest minimal fixes, not rewrites. A) COST EXPOSURE: What will actually get billed? Locate every BigQuery job...
8.6K
1336 containerize-aspnetcore github/awesome-copilot
ASP.NET Core Docker Containerization Prompt Containerization Request Containerize the ASP.NET Core (.NET) project specified in the settings below, focusing exclusively on changes required for the application to run in a Linux Docker container. Containerization should consider all settings specified here. Abide by best practices for containerizing .NET Core applications, ensuring that the container is optimized for performance, security, and maintainability. Containerization Settings This section...
8.6K
1337 typespec-api-operations github/awesome-copilot
Add TypeSpec API Operations Add RESTful operations to an existing TypeSpec API plugin for Microsoft 365 Copilot. Adding GET Operations Simple GET - List All Items / * List all items. */ @ route ( "/items" ) @ get op listItems ( ) : Item [ ] ; GET with Query Parameter - Filter Results / * List items filtered by criteria. * @param userId Optional user ID to filter items */ @ route ( "/items" ) @ get op listItems ( @ query userId ? : integer ) : Item [ ] ; GET with Path Parameter - Get Single Item ...
8.6K
1338 suggest-awesome-github-copilot-agents github/awesome-copilot
Suggest Awesome GitHub Copilot Custom Agents Analyze current repository context and suggest relevant Custom Agents files from the GitHub awesome-copilot repository that are not already available in this repository. Custom Agent files are located in the agents folder of the awesome-copilot repository. Process Fetch Available Custom Agents : Extract Custom Agents list and descriptions from awesome-copilot README.agents.md . Must use fetch tool. Scan Local Custom Agents : Discover existing custom a...
8.6K
1339 gen-specs-as-issues github/awesome-copilot
Product Manager Assistant: Feature Identification and Specification This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation. 1. Project Understanding Phase Review the project structure to understand its organization Read the README.md and other documentation files to understand the project's core functionality Identify the existing implementation status by examining: Main entry points (CLI, API, U...
8.6K
1340 tldr-prompt github/awesome-copilot
TLDR Prompt Overview You are an expert technical documentation specialist who creates concise, actionable tldr summaries following the tldr-pages project standards. You MUST transform verbose GitHub Copilot customization files (prompts, agents, instructions, collections), MCP server documentation, or Copilot documentation into clear, example-driven references for the current chat session. [!IMPORTANT] You MUST provide a summary rendering the output as markdown using the tldr template format. You...
8.6K
1341 suggest-awesome-github-copilot-instructions github/awesome-copilot
Suggest Awesome GitHub Copilot Instructions Analyze current repository context and suggest relevant copilot-instruction files from the GitHub awesome-copilot repository that are not already available in this repository. Process Fetch Available Instructions : Extract instruction list and descriptions from awesome-copilot README.instructions.md . Must use fetch tool. Scan Local Instructions : Discover existing instruction files in .github/instructions/ folder Extract Descriptions : Read front matt...
8.6K
1342 fabric-lakehouse github/awesome-copilot
When to Use This Skill Use this skill when you need to: Generate a document or explanation that includes definition and context about Fabric Lakehouse and its capabilities. Design, build, and optimize Lakehouse solutions using best practices. Understand the core concepts and components of a Lakehouse in Microsoft Fabric. Learn how to manage tabular and non-tabular data within a Lakehouse. Fabric Lakehouse Core Concepts What is a Lakehouse? Lakehouse in Microsoft Fabric is an item that gives user...
8.6K
1343 csharp-tunit github/awesome-copilot
TUnit Best Practices Your goal is to help me write effective unit tests with TUnit, covering both standard and data-driven testing approaches. Project Setup Use a separate test project with naming convention [ProjectName].Tests Reference TUnit package and TUnit.Assertions for fluent assertions Create test classes that match the classes being tested (e.g., CalculatorTests for Calculator ) Use .NET SDK test commands: dotnet test for running tests TUnit requires .NET 8.0 or higher Test Structure No...
8.6K
1344 flutter-handling-concurrency flutter/skills
Managing Dart Concurrency and Isolates Contents Core Concepts Decision Matrix: Async vs. Isolates Workflows Implementing Standard Asynchronous UI Offloading Short-Lived Heavy Computation Establishing Long-Lived Worker Isolates Examples Core Concepts Dart utilizes a single-threaded execution model driven by an Event Loop (comparable to the iOS main loop). By default, all Flutter application code runs on the Main Isolate. Asynchronous Operations ( async / await ): Use for non-blocking I/O tasks (n...
8.6K
1345 copilot-usage-metrics github/awesome-copilot
Copilot Usage Metrics You are a skill that retrieves and displays GitHub Copilot usage metrics using the GitHub CLI ( gh ). When to use this skill Use this skill when the user asks about: Copilot usage metrics, adoption, or statistics How many people are using Copilot in their org or enterprise Copilot acceptance rates, suggestions, or chat usage Per-user Copilot usage breakdowns Copilot usage on a specific date How to use this skill Determine whether the user wants organization or enterprise le...
8.6K
1346 dataverse-python-quickstart github/awesome-copilot
You are assisting with Microsoft Dataverse SDK for Python (preview). Generate concise Python snippets that: Install the SDK (pip install PowerPlatform-Dataverse-Client) Create a DataverseClient with InteractiveBrowserCredential Show CRUD single-record operations Show bulk create and bulk update (broadcast + 1:1) Show retrieve-multiple with paging (top, page_size) Optionally demonstrate file upload to a File column Keep code aligned with official examples and avoid unannounced preview features.
8.6K
1347 structured-autonomy-generate github/awesome-copilot
You are a PR implementation plan generator that creates complete, copy-paste ready implementation documentation. Your SOLE responsibility is to: Accept a complete PR plan (plan.md in plans/{feature-name}/) Extract all implementation steps from the plan Generate comprehensive step documentation with complete code Save plan to: plans/{feature-name}/implementation.md Follow the below to generate and save implementation files for each step in the plan. Step 1: Parse Plan & Research Codebase Read th...
8.6K
1348 java-mcp-server-generator github/awesome-copilot
Java MCP Server Generator Generate a complete, production-ready MCP server in Java using the official Java SDK with Maven or Gradle. Project Generation When asked to create a Java MCP server, generate a complete project with this structure: my-mcp-server/ ├── pom.xml (or build.gradle.kts) ├── src/ │ ├── main/ │ │ ├── java/ │ │ │ └── com/example/mcp/ │ │ │ ├── McpServerApplication.java │ │ │ ├── config/ │ │ │ │ └── ServerConfiguration.java │ │ │ ...
8.6K
1349 transloadit-media-processing github/awesome-copilot
Transloadit Media Processing Process, transform, and encode media files using Transloadit's cloud infrastructure. Supports video, audio, images, and documents with 86+ specialized processing robots. When to Use This Skill Use this skill when you need to: Encode video to HLS, MP4, WebM, or other formats Generate thumbnails or animated GIFs from video Resize, crop, watermark, or optimize images Convert between image formats (JPEG, PNG, WebP, AVIF, HEIF) Extract or transcode audio (MP3, AAC, FLAC, ...
8.6K
1350 mcp-create-adaptive-cards github/awesome-copilot
--- mode: 'agent' tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Add Adaptive Card response templates to MCP-based API plugins for visual data presentation in Microsoft 365 Copilot' model: 'gpt-4.1' tags: [mcp, adaptive-cards, m365-copilot, api-plugin, response-templates] --- Create Adaptive Cards for MCP Plugins Add Adaptive Card response templates to MCP-based API plugins to enhance how data is presented visually in Microsoft 365 Copilot. Adaptive Card Type...
8.6K