ما هي mcp-create-adaptive-cards؟
تم تحويل المهارة من mcp-create-adaptive-cards.prompt.md المصدر: github/awesome-copilot.
تم تحويل المهارة من mcp-create-adaptive-cards.prompt.md
ثبّت مهارة الذكاء الاصطناعي mcp-create-adaptive-cards بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: github/awesome-copilot.
{ "functions": [ { "name": "GetBudgets", "description": "Returns budget details including name and available funds", "capabilities": { "responsesemantics": { "datapath": "$", "properties": { "title": "$.name", "subtitle": "$.availableFunds" }, "statictemplate": { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5", "body": [ { "type": "Container", "$data": "${$root}", "items": [ { "type": "TextBlock", "text": "Name: ${if(name, name, 'N/A')}", "wrap": true }, { "type": "TextBlock", "text": "Available funds: ${if(availableFunds, formatNumber(availableFunds, 2), 'N/A')}", "wrap": true } ] } ] } } } } ] }
{ "name": "GetTransactions", "description": "Returns transaction details with dynamic templates", "capabilities": { "responsesemantics": { "datapath": "$.transactions", "properties": { "templateselector": "$.displayTemplate" } } } }
تم تحويل المهارة من mcp-create-adaptive-cards.prompt.md المصدر: github/awesome-copilot.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/github/awesome-copilot --skill mcp-create-adaptive-cardsتم تحويل المهارة من mcp-create-adaptive-cards.prompt.md المصدر: github/awesome-copilot.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/github/awesome-copilot --skill mcp-create-adaptive-cards بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/github/awesome-copilot