What is mcp-create-declarative-agent?
Skill converted from mcp-create-declarative-agent.prompt.md Source: github/awesome-copilot.
Skill converted from mcp-create-declarative-agent.prompt.md
Quickly install mcp-create-declarative-agent AI skill to your development environment via command line
Source: 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": [ {
Skill converted from mcp-create-declarative-agent.prompt.md Source: github/awesome-copilot.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/github/awesome-copilot --skill mcp-create-declarative-agentSkill converted from mcp-create-declarative-agent.prompt.md Source: github/awesome-copilot.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/github/awesome-copilot --skill mcp-create-declarative-agent Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/github/awesome-copilot