marketplace-maintenance

Guide plugin creation, skill additions, version bumps, and registry updates.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/martin-janci/claude-marketplace --skill marketplace-maintenance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-maintenance
Source: https://github.com/martin-janci/claude-marketplace/tree/main/.claude/skills/marketplace-maintenance
Command: npx skills add https://github.com/martin-janci/claude-marketplace --skill marketplace-maintenance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintain and extend the Claude Marketplace by guiding plugin creation, skill additions, version bumps, and registry updates.

Core Features & Use Cases

  • Create new plugins and update marketplace entries
  • Add or modify skills, agents, and commands within plugins
  • Bump plugin versions and refresh registry after changes
  • Use for onboarding new plugin authors and maintaining ecosystem

Quick Start

Run the maintenance workflow for your plugin by updating the required files and then bump the version to apply changes.

Frequently Asked Questions about marketplace-maintenance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new plugin to the Claude Code marketplace registry?

To add a new plugin to the Claude marketplace, you create the required plugin directory structure, attach your skills, agents, and commands, and then update the marketplace registry to apply the new entry.

What is the correct way to bump plugin versions in a marketplace?

Bumping plugin versions in a marketplace requires running the designated version management scripts to refresh the registry after modifying skills, agents, or commands, ensuring structural conventions are maintained.

What structural conventions are required for Claude marketplace plugin directories?

Claude marketplace plugin directories require specific structural conventions including required files for skills, agents, and commands, along with version management scripts to maintain registry integrity.

Can I attach new skills and commands to an existing marketplace plugin?

Yes, you can attach new skills, agents, and commands to an existing plugin by modifying the required files within the plugin directory and then bumping the version to apply the changes to the registry.

Do I need any specific dependencies to maintain a Claude Code marketplace?

No specific dependencies are required to maintain a Claude Code marketplace; the workflow relies on standard plugin directory structures, required files, and version management scripts to guide plugin creation and registry updates.

When should I update the marketplace registry after making plugin changes?

You should update the marketplace registry immediately after creating new plugins, adding or modifying skills, agents, and commands, or bumping plugin versions to ensure all changes are properly applied and documented.