·mcp-create-declarative-agent
</>

mcp-create-declarative-agent

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

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

التثبيت

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

كيفية تثبيت mcp-create-declarative-agent

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

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

المصدر: github/awesome-copilot.

{ "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", "manifestVersion": "devPreview", "version": "1.0.0", "id": "...", "developer": { "name": "...", "websiteUrl": "...", "privacyUrl": "...", "termsOfUseUrl": "..." }, "name": { "short": "Agent Name", "full": "Full Agent Name" }, "description": {

"short": "Short description", "full": "Full description" }, "copilotAgents": { "declarativeAgents": [ { "id": "declarativeAgent", "file": "declarativeAgent.json" } ] } }

{ "$schema": "https://aka.ms/json-schemas/copilot/declarative-agent/v1.0/schema.json", "version": "v1.0", "name": "Agent Name", "description": "Agent description", "instructions": "You are an assistant that helps with [specific domain]. Use the available tools to [capabilities].", "capabilities": [ { "name": "WebSearch", "websites": [ {

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

حقائق جاهزة للاقتباس

حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.

أمر التثبيت
npx skills add https://github.com/github/awesome-copilot --skill mcp-create-declarative-agent
الفئة
</>أدوات التطوير
موثق
أول ظهور
2026-02-25
آخر تحديث
2026-03-10

Browse more skills from github/awesome-copilot

إجابات سريعة

ما هي mcp-create-declarative-agent؟

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

كيف أثبّت mcp-create-declarative-agent؟

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

أين مستودع المصدر؟

https://github.com/github/awesome-copilot

التفاصيل

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