·mcp-create-adaptive-cards
</>

mcp-create-adaptive-cards

تم تحويل المهارة من mcp-create-adaptive-cards.prompt.md

6.8Kالتثبيتات·17الرائج·@github

التثبيت

$npx skills add https://github.com/github/awesome-copilot --skill mcp-create-adaptive-cards

كيفية تثبيت mcp-create-adaptive-cards

ثبّت مهارة الذكاء الاصطناعي mcp-create-adaptive-cards بسرعة في بيئة التطوير لديك عبر سطر الأوامر

  1. افتح الطرفية: افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal
  2. نفّذ أمر التثبيت: انسخ ونفّذ هذا الأمر: npx skills add https://github.com/github/awesome-copilot --skill mcp-create-adaptive-cards
  3. تحقق من التثبيت: بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

المصدر: 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
الفئة
</>أدوات التطوير
موثق
أول ظهور
2026-02-25
آخر تحديث
2026-03-10

Browse more skills from github/awesome-copilot

إجابات سريعة

ما هي mcp-create-adaptive-cards؟

تم تحويل المهارة من mcp-create-adaptive-cards.prompt.md المصدر: github/awesome-copilot.

كيف أثبّت mcp-create-adaptive-cards؟

افتح الطرفية أو أداة سطر الأوامر لديك مثل 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

التفاصيل

الفئة
</>أدوات التطوير
المصدر
skills.sh
أول ظهور
2026-02-25