Skip to content

Commit 28f83d7

Browse files
Add external plugin cockroachdb
1 parent 3169734 commit 28f83d7

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,32 @@
174174
"description": "Skills for CMS development across themes, plugins, admin tooling, media workflows, markdown rendering, and static export pipelines.",
175175
"version": "1.1.0"
176176
},
177+
{
178+
"name": "cockroachdb",
179+
"description": "Connect GitHub Copilot to your CockroachDB clusters: run and explore SQL through MCP, with DBA/Developer/Operator agents, CockroachDB best-practice skills, and safety hooks that block destructive statements.",
180+
"version": "0.1.4",
181+
"author": {
182+
"name": "Cockroach Labs",
183+
"url": "https://github.com/cockroachdb"
184+
},
185+
"repository": "https://github.com/cockroachdb/copilot-plugin",
186+
"license": "Apache-2.0",
187+
"keywords": [
188+
"cockroachdb",
189+
"database",
190+
"sql",
191+
"distributed-sql",
192+
"postgres-compatible",
193+
"mcp",
194+
"migration"
195+
],
196+
"source": {
197+
"source": "github",
198+
"repo": "cockroachdb/copilot-plugin",
199+
"ref": "v0.1.4",
200+
"sha": "0874b16210768d54b273c1395d9715bc8638b347"
201+
}
202+
},
177203
{
178204
"name": "context-engineering",
179205
"source": "context-engineering",

plugins/external.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,32 @@
103103
"ref": "chrome-devtools-mcp-v1.0.1"
104104
}
105105
},
106+
{
107+
"name": "cockroachdb",
108+
"description": "Connect GitHub Copilot to your CockroachDB clusters: run and explore SQL through MCP, with DBA/Developer/Operator agents, CockroachDB best-practice skills, and safety hooks that block destructive statements.",
109+
"version": "0.1.4",
110+
"author": {
111+
"name": "Cockroach Labs",
112+
"url": "https://github.com/cockroachdb"
113+
},
114+
"repository": "https://github.com/cockroachdb/copilot-plugin",
115+
"license": "Apache-2.0",
116+
"keywords": [
117+
"cockroachdb",
118+
"database",
119+
"sql",
120+
"distributed-sql",
121+
"postgres-compatible",
122+
"mcp",
123+
"migration"
124+
],
125+
"source": {
126+
"source": "github",
127+
"repo": "cockroachdb/copilot-plugin",
128+
"ref": "v0.1.4",
129+
"sha": "0874b16210768d54b273c1395d9715bc8638b347"
130+
}
131+
},
106132
{
107133
"name": "copilot-goal-skill",
108134
"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.",

0 commit comments

Comments
 (0)