Create, validate, and update plugin metadata including plugin.json and marketplace entries
From plugin-quickstart-generatornpx claudepluginhub dhofheinz/open-plugins --plugin plugin-quickstart-generatorplugin-metadata//skillEnforce OpenPlugins and Claude Code best practices for naming, versioning, and standards compliance
/skillValidate documentation completeness, format, and quality for plugins and marketplaces
/skillDeep quality analysis with scoring, recommendations, and actionable reports
/skillValidate JSON schemas, required fields, and format compliance for marketplaces and plugins
/skillComprehensive security scanning for secrets, vulnerabilities, and unsafe practices
/skillIntelligent validation orchestrator with auto-detection and progressive validation workflows
Expert metadata management for Claude Code plugins with validation, versioning, and marketplace entry generation.
# Validate metadata
/plugin-metadata validate plugin:my-plugin
# Update version
/plugin-metadata update-version plugin:my-plugin version:1.1.0
# Add keywords
/plugin-metadata add-keywords plugin:my-plugin keywords:"testing,automation,python"
# Generate marketplace entry
/plugin-metadata marketplace-entry plugin:my-plugin source:"github:username/plugin-name"
Parse operation from $ARGUMENTS and route to appropriate instruction file:
{plugin-path}/commands/plugin-metadata/validate-metadata.md{plugin-path}/commands/plugin-metadata/update-version.md{plugin-path}/commands/plugin-metadata/add-keywords.md{plugin-path}/commands/plugin-metadata/create-marketplace-entry.mdCurrent request: $ARGUMENTS