Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,33 @@
"description": "A visual orb that users can ask the agent to recolor while showing a live activity log in the canvas.",
"version": "1.0.2"
},
{
"name": "connector-namespaces",
"description": "Interactive GitHub Copilot canvas for discovering, connecting, and managing hosted MCP servers from an Azure Connector Namespace.",
"version": "1.2.0",
"author": {
"name": "Microsoft",
"url": "https://github.com/Azure"
},
"repository": "https://github.com/Azure/Connectors",
"homepage": "https://github.com/Azure/Connectors/tree/connector-namespaces-canvas%401.2.0/connector-namespaces",
"license": "MIT",
"keywords": [
"azure",
"canvas",
"connector-namespace",
"mcp",
"mcp-connectors",
"model-context-protocol",
"tool-discovery"
],
"source": {
"source": "github",
"repo": "Azure/Connectors",
"path": "connector-namespaces",
"sha": "473d526fad34951ed0e12664912df4c7f393ed15"
}
},
{
"name": "context-engineering",
"source": "plugins/context-engineering",
Expand Down
81 changes: 54 additions & 27 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,33 @@
"sha": "0874b16210768d54b273c1395d9715bc8638b347"
}
},
{
"name": "connector-namespaces",
"description": "Interactive GitHub Copilot canvas for discovering, connecting, and managing hosted MCP servers from an Azure Connector Namespace.",
"version": "1.2.0",
"author": {
"name": "Microsoft",
"url": "https://github.com/Azure"
},
"repository": "https://github.com/Azure/Connectors",
"homepage": "https://github.com/Azure/Connectors/tree/connector-namespaces-canvas%401.2.0/connector-namespaces",
"license": "MIT",
"keywords": [
"azure",
"canvas",
"connector-namespace",
"mcp",
"mcp-connectors",
"model-context-protocol",
"tool-discovery"
],
"source": {
"source": "github",
"repo": "Azure/Connectors",
"path": "connector-namespaces",
"sha": "473d526fad34951ed0e12664912df4c7f393ed15"
}
},
{
"name": "copilot-goal-skill",
"description": "Goal-driven task orchestration with independent verification. Interviews the user to define a clear goal, then loops between a Builder subagent (does the work) and an Inspector subagent (judges the result with fresh context). The Inspector never trusts the Builder. Output is auditable in git commits from each subagent actions. Use when the user says \"achieve this goal\", \"make this work\", \"implement until done\", or wants verified autonomous task completion with independent quality review.",
Expand Down Expand Up @@ -336,33 +363,6 @@
"repo": "figma/mcp-server-guide"
}
},
{
"name": "microsoft-foundry",
"description": "Skills and interactive Copilot canvas for designing, configuring, testing and deploying agents to Microsoft Foundry.",
"version": "1.0.4",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"repository": "https://github.com/microsoft/foundry-toolkit",
"homepage": "https://github.com/microsoft/foundry-toolkit",
"license": "MIT",
"keywords": [
"agent-builder",
"agent-inspector",
"azure-ai",
"foundry",
"hosted-agents",
"microsoft-foundry",
"canvas"
],
"source": {
"source": "github",
"repo": "microsoft/foundry-toolkit",
"path": "microsoft-foundry",
"sha": "478668e6c62035d702ad3405361d4d229f31ca03"
}
},
{
"name": "gh-skills-builder",
"description": "Repo: https://github.com/arilivigni/gh-skills-builder\nThis plugin is for people that want to create a GitHub Skills exercise which are self-paced learning GitHub within GitHub.\nhttps://learn.github.com/skills\nexamples:\nhttps://github.com/skills/agent-orchestration-build-your-ai-dream-team\nhttps://github.com/skills/agentic-workflows-that-read-the-room",
Expand Down Expand Up @@ -499,6 +499,33 @@
"repo": "microsoft/Build-CLI"
}
},
{
"name": "microsoft-foundry",
"description": "Skills and interactive Copilot canvas for designing, configuring, testing and deploying agents to Microsoft Foundry.",
"version": "1.0.4",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"repository": "https://github.com/microsoft/foundry-toolkit",
"homepage": "https://github.com/microsoft/foundry-toolkit",
"license": "MIT",
"keywords": [
"agent-builder",
"agent-inspector",
"azure-ai",
"foundry",
"hosted-agents",
"microsoft-foundry",
"canvas"
],
"source": {
"source": "github",
"repo": "microsoft/foundry-toolkit",
"path": "microsoft-foundry",
"sha": "478668e6c62035d702ad3405361d4d229f31ca03"
}
},
{
"name": "modernize-dotnet",
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
Expand Down
Loading