Files
Cloud IX Team b5ed0a2f50 Consolidate the cloud plugins.
Renames google-cloud-core to google-cloud-developer, and removes five
plugin packages: google-cloud-well-architected, google-cloud-run,
google-cloud-gke, google-cloud-gke-workloads, and
gemini-enterprise-agent-platform.

Seven cloud plugins become two: google-cloud-developer and gemini-api.

No skill content is removed. The plugins are packaging over skills that
live in skills/cloud, and every one of those skills stays in the catalog
and remains individually installable. This change removes 5 bundles, not
57 skills. Specifically retained: 6 Well-Architected skills, 31 GKE
skills, 1 Cloud Run skill, 15 Agent Platform skills, and the 4 skills the
renamed developer plugin continues to bundle.

Changed alongside the packages:

  * copy.bara.sky, both in PLUGIN_SKILLS and in the exported package list
  * .claude-plugin/marketplace.json, 23 entries to 18
  * .agents/plugins/marketplace.json, 22 entries to 17

The marketplace entry for the renamed plugin also has its source path
repointed to ./plugins/cloud/google-cloud-developer. A renamed directory
behind a stale source path would leave the marketplace advertising a
plugin that cannot install.

PiperOrigin-RevId: 971948257
2026-08-27 07:45:15 -07:00

10 lines
227 B
JSON

{
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
"mcpServers": {
"developer-knowledge": {
"type": "streamable-http",
"url": "https://developerknowledge.googleapis.com/mcp"
}
}
}