# marketplace-maintenance > Maintain the Claude Code plugin marketplace - create plugins, add skills, bump versions, update registry. Use when creating new plugins, adding skills/agents/commands to plugins, updating versions, or managing the marketplace registry. - Author: martin-janci - Repository: martin-janci/claude-marketplace - Version: 20260122103513 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/martin-janci/claude-marketplace - Web: https://mule.run/skillshub/@@martin-janci/claude-marketplace~marketplace-maintenance:20260122103513 --- --- name: marketplace-maintenance description: Maintain the Claude Code plugin marketplace - create plugins, add skills, bump versions, update registry. Use when creating new plugins, adding skills/agents/commands to plugins, updating versions, or managing the marketplace registry. --- # Marketplace Maintenance ## Repository Structure ``` claude-marketplace/ ├── .claude-plugin/ │ └── marketplace.json # Plugin registry (lists all plugins) ├── plugins/ │ └── / │ ├── .claude-plugin/ │ │ └── plugin.json # Plugin metadata (name, version, description) │ ├── CLAUDE.md # Plugin documentation │ ├── skills/ # Skill definitions │ │ └── / │ │ └── SKILL.md │ ├── agents/ # Agent definitions │ │ └── .md │ ├── commands/ # Slash commands │ │ └── .md │ └── scripts/ # Utility scripts │ └──