Type object
File match **/.claude-plugin/marketplace.json
Schema URL https://catalog.lintel.tools/schemas/schemastore/claude-code-plugin-marketplace/latest.json
Source https://www.schemastore.org/claude-code-marketplace.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Marketplace manifest (.claude-plugin/marketplace.json) listing Claude Code plugins. Learn more: https://code.claude.com/docs/en/plugin-marketplaces

Properties

name string required
minLength=1
owner object required

Marketplace maintainer or curator information

3 nested properties
name string required

Display name of the plugin author or organization

minLength=1
email string

Contact email for support or feedback

url string

Website, GitHub profile, or organization URL

plugins object[] required

Collection of available plugins in this marketplace

$schema string

JSON Schema reference for editor autocomplete/validation; ignored at load time

version string

Marketplace manifest version

description string

Human-readable description of this marketplace

forceRemoveDeletedPlugins boolean

When true, plugins removed from this marketplace will be automatically uninstalled and flagged for users

metadata object

Optional marketplace metadata

3 nested properties
pluginRoot string

Base path for relative plugin sources

version string

Marketplace version

description string

Marketplace description

allowCrossMarketplaceDependenciesOn string[]

Marketplace names whose plugins may be auto-installed as dependencies. Only the root marketplace's allowlist applies — no transitive trust.