mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
refactor: migrate plugins to Claude Code spec format
- Move plugin manifests from .github/plugin/ to .claude-plugin/ - Convert items[] to Claude Code spec fields (agents, commands, skills) - Rename tags to keywords, drop display/featured/instructions from plugins - Delete all symlinks and materialized files from plugin directories - Add eng/materialize-plugins.mjs to copy source files into plugin dirs at publish time - Add .github/workflows/publish.yml for staged->main publishing - Update CI triggers to target staged branch - Update validation, creation, marketplace, and README generation scripts - Update CONTRIBUTING.md and AGENTS.md documentation - Include all new content from main (polyglot-test-agent, gem-browser-tester, fabric-lakehouse, fluentui-blazor, quasi-coder, transloadit-media-processing, make-repo-contribution hardening, website logo/gradient changes) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
109
plugins/partners/.github/plugin/plugin.json
vendored
109
plugins/partners/.github/plugin/plugin.json
vendored
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT",
|
||||
"tags": [
|
||||
"keywords": [
|
||||
"devops",
|
||||
"security",
|
||||
"database",
|
||||
@@ -19,91 +19,26 @@
|
||||
"migration",
|
||||
"performance"
|
||||
],
|
||||
"featured": true,
|
||||
"display": {
|
||||
"ordering": "alpha",
|
||||
"show_badge": true
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"path": "agents/amplitude-experiment-implementation.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/apify-integration-expert.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/arm-migration.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/diffblue-cover.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/droid.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/dynatrace-expert.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/elasticsearch-observability.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/jfrog-sec.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/launchdarkly-flag-cleanup.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/lingodotdev-i18n.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/monday-bug-fixer.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/mongodb-performance-advisor.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/neo4j-docker-client-generator.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/neon-migration-specialist.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/neon-optimization-analyzer.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/octopus-deploy-release-notes-mcp.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/stackhawk-security-onboarding.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/terraform.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/pagerduty-incident-responder.agent.md",
|
||||
"kind": "agent"
|
||||
},
|
||||
{
|
||||
"path": "agents/comet-opik.agent.md",
|
||||
"kind": "agent"
|
||||
}
|
||||
"agents": [
|
||||
"./agents/amplitude-experiment-implementation.md",
|
||||
"./agents/apify-integration-expert.md",
|
||||
"./agents/arm-migration.md",
|
||||
"./agents/diffblue-cover.md",
|
||||
"./agents/droid.md",
|
||||
"./agents/dynatrace-expert.md",
|
||||
"./agents/elasticsearch-observability.md",
|
||||
"./agents/jfrog-sec.md",
|
||||
"./agents/launchdarkly-flag-cleanup.md",
|
||||
"./agents/lingodotdev-i18n.md",
|
||||
"./agents/monday-bug-fixer.md",
|
||||
"./agents/mongodb-performance-advisor.md",
|
||||
"./agents/neo4j-docker-client-generator.md",
|
||||
"./agents/neon-migration-specialist.md",
|
||||
"./agents/neon-optimization-analyzer.md",
|
||||
"./agents/octopus-deploy-release-notes-mcp.md",
|
||||
"./agents/stackhawk-security-onboarding.md",
|
||||
"./agents/terraform.md",
|
||||
"./agents/pagerduty-incident-responder.md",
|
||||
"./agents/comet-opik.md"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/amplitude-experiment-implementation.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/apify-integration-expert.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/arm-migration.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/comet-opik.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/diffblue-cover.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/droid.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/dynatrace-expert.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/elasticsearch-observability.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/jfrog-sec.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/launchdarkly-flag-cleanup.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/lingodotdev-i18n.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/monday-bug-fixer.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/mongodb-performance-advisor.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/neo4j-docker-client-generator.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/neon-migration-specialist.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/neon-optimization-analyzer.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/octopus-deploy-release-notes-mcp.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/pagerduty-incident-responder.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/stackhawk-security-onboarding.agent.md
|
||||
@@ -1 +0,0 @@
|
||||
../../../agents/terraform.agent.md
|
||||
Reference in New Issue
Block a user