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
Required Steps
- •Fetch the documentation using the WebFetch tool at the URL above to get the latest standards, schemas, and best practices
- •Follow the marketplace schema exactly as defined in the documentation for
marketplace.json,plugin.json, and skill files - •Validate your changes against the documented specifications before committing
Key References
- •Marketplace file:
.claude-plugin/marketplace.jsonmust follow the documented schema (required fields:name,owner,plugins) - •Plugin manifest:
.claude-plugin/plugin.jsonin each plugin directory (required fields:name,description,version) - •Skills:
skills/<skill-name>/SKILL.mdwith YAML frontmatter (descriptionrequired) - •Plugin sources: Use relative paths, GitHub repos, or git URLs as documented
- •Naming: Use kebab-case for all identifiers (marketplace names, plugin names, skill directories)
Conventions
- •
experimental/contains plugins under active development - •
stable/contains production-ready, fully tested plugins - •Always check https://code.claude.com/docs/en/plugins and https://code.claude.com/docs/en/plugins-reference for the full plugin authoring and reference docs
Do NOT rely on cached or outdated knowledge of the marketplace format. Always fetch the live documentation to ensure compliance with the latest spec.