ما هي mcp-create-declarative-agent؟
تم تحويل المهارة من mcp-create-declarative-agent.prompt.md المصدر: github/awesome-copilot.
تم تحويل المهارة من mcp-create-declarative-agent.prompt.md
ثبّت مهارة الذكاء الاصطناعي mcp-create-declarative-agent بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: 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تم تحويل المهارة من mcp-create-declarative-agent.prompt.md المصدر: github/awesome-copilot.
افتح الطرفية أو أداة سطر الأوامر لديك مثل 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