marketplace-update
CommunityKeep your plugin catalog current, effortlessly.
System Documentation
What problem does it solve?
Manually maintaining the marketplace.json file for a growing collection of plugins is error-prone and time-consuming. This Skill automates the process of adding, updating, and removing plugin entries, ensuring the catalog is always accurate and validated.
Core Features & Use Cases
- Plugin Management: Add new plugins with metadata and component lists, update existing plugin details (version, description, components), and remove obsolete plugins.
- Marketplace Validation: Automatically validates the
marketplace.jsonstructure, checks for required fields, file path existence, and duplicate plugin names, preventing errors. - Integration: Designed to be invoked by plugin creation/update commands to ensure the marketplace catalog is always synchronized with your codebase.
- Use Case: A developer has just created a new plugin and needs to register it in the marketplace. Instead of manually editing the JSON, they use this Skill to add the plugin, its components, and metadata, ensuring the entry is correctly formatted and validated.
Quick Start
Add a new plugin entry
python marketplace_update.py add
--name "my-new-plugin"
--description "A fantastic new plugin"
--version "1.0.0"
--category "development"
Update an existing plugin's version
python marketplace_update.py update
--name "my-new-plugin"
--version "1.1.0"
Validate the marketplace.json file
python marketplace_update.py validate
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: marketplace-update Download link: https://github.com/geoffjay/claude-plugins/archive/main.zip#marketplace-update Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.