From experimental
Reference the latest Anthropic documentation when editing a Claude marketplace repo
How this skill is triggered — by the user, by Claude, or both
Slash command
/experimental:claude-marketplaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are editing a Claude marketplace repository. Before making any changes, you MUST consult the latest official Anthropic plugin marketplace documentation:
You are editing a Claude marketplace repository. Before making any changes, you MUST consult the latest official Anthropic plugin marketplace documentation:
https://code.claude.com/docs/en/plugin-marketplaces
marketplace.json, plugin.json, and skill files.claude-plugin/marketplace.json must follow the documented schema (required fields: name, owner, plugins).claude-plugin/plugin.json in each plugin directory (required fields: name, description, version)skills/<skill-name>/SKILL.md with YAML frontmatter (description required)experimental/ contains plugins under active developmentstable/ contains production-ready, fully tested pluginsDo NOT rely on cached or outdated knowledge of the marketplace format. Always fetch the live documentation to ensure compliance with the latest spec.
npx claudepluginhub jared-henry/claude-marketplace --plugin experimentalGuides creation of Claude Code plugins including commands, agents, hooks, MCP servers, skills, directory structure, and plugin.json manifest schema.
Guides creating, validating, and managing Claude Code plugin marketplaces including marketplace.json schema, plugin entries, and best practices for setup and distribution.
Guides creation, validation, and management of Claude Code plugin marketplaces and marketplace.json files.