github / github/copilot-plugins

Support external repository sources for plugins (don't require content to live in this repo)

未關閉
#15 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
PowerShell
星號
360
分支
125
平均合併
5 天 17 小時
30 天內合併 PR
2

描述

## Problem

`marketplace.json` requires all plugin content to live inside this repo via relative paths. This forces plugin authors to duplicate content here rather than pointing to their canonical source repo.

## Use Case

We maintain [AzureCosmosDB/cosmosdb-agent-kit](https://github.com/AzureCosmosDB/cosmosdb-agent-kit) - 57+ Cosmos DB best-practice rules in the standard skill format (SKILL.md + AGENTS.md). The same skill is consumed by Claude Code, Gemini CLI, Cursor, and other agents via [Agent Skills](https://agentskills.io/). We want it discoverable through this registry without duplicating content that would drift from the source.

## Proposal

Support a `repository` field in `marketplace.json` that points to an external GitHub repo:

```json
{
"name": "cosmosdb-best-practices",
"repository": "AzureCosmosDB/cosmosdb-agent-kit",
"path": "skills/cosmosdb-best-practices",
"description": "Azure Cosmos DB best practices — 57+ rules for data modeling, partitioning, queries, SDK patterns, and more.",
"version": "1.0.0"
}
```

This is the same pattern used by npm, Homebrew, and the VS Code Marketplace - the registry indexes, the external repo provides content. The `workiq` plugin already does this for its MCP server (`npx @microsoft/workiq`), so the precedent exists for skills too.

## Happy to Help

We can submit a PR, help define the schema, and serve as a test case once this is supported.

貢獻指南

開啟貢獻指南

研究方向

從 marketplace.json 開始,檢查現有的 workiq 外掛程式如何表示其外部 MCP 伺服器。定義外部 skill 內容應如何處理 repository 和 path,然後驗證 Cosmos DB 範例可以在不將內容重複到此 repository 中的情況下建立索引。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
github
領域
tooling
Issue 類型
功能
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。