Team Internal Marketplace (example)
plugin-marketplace:team-internal-example
PluginMarketplaceextensions/plugin-marketplaces/canonical-marketplaces.yaml·Open in Graph → {
"id": "plugin-marketplace:team-internal-example",
"_kind": "PluginMarketplace",
"_file": "extensions/plugin-marketplaces/canonical-marketplaces.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Team Internal Marketplace (example)",
"description": "Hypothetical team-private marketplace served from a local\nmarketplace.json or a remote URL — registered via\n`extraKnownMarketplaces` in `.claude/settings.json` so all team\nmembers trust the same source.\n",
"marketplaceId": "team-internal",
"source": "local",
"sourceUri": "./.claude-plugin/marketplace.json",
"categories": [
"development-workflows"
],
"autoUpdate": false,
"official": false
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-platform-impl:claude-code.platform@1.x",
"to": "plugin-marketplace:team-internal-example",
"kind": "has_marketplace",
"attributes": {}
}
]
}