mcp-create-declarative-agent とは?
mcp-create-declarative-agent.prompt.md から変換されたスキル ソース: github/awesome-copilot。
mcp-create-declarative-agent.prompt.md から変換されたスキル
コマンドラインで mcp-create-declarative-agent AI スキルを開発環境にすばやくインストール
ソース: 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-agentmcp-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