Что такое mcp-create-declarative-agent?
Навык преобразован из mcp-create-declarative-agent.prompt.md Источник: github/awesome-copilot.
Навык преобразован из mcp-create-declarative-agent.prompt.md
Быстро установите AI-навык 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.
Стабильные поля и команды для ссылок в AI/поиске.
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 После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/github/awesome-copilot