plugin-management

Manage Claude Code plugin lifecycles, including creation, updates, and version control.

2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/onejaejae/skills --skill plugin-management-onejaejae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-management
Source: https://github.com/onejaejae/skills/tree/main/plugins/ai-registry/common/plugin-management/skills/plugin-management
Command: npx skills add https://github.com/onejaejae/skills --skill plugin-management-onejaejae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, updating, and overall management of Claude Code plugins, ensuring a consistent and organized plugin ecosystem.

Core Features & Use Cases

  • Plugin Creation: Guides users through setting up the correct directory structure and manifest files (plugin.json, marketplace.json).
  • Plugin Updates: Provides a clear process for modifying code, updating versioning, and generating pull requests for new releases.
  • Use Case: A developer needs to add a new custom command to an existing plugin. This Skill will guide them through updating the necessary files, versioning, and submitting the changes.

Quick Start

Use the plugin management skill to create a new plugin named 'user-profile'.

Frequently Asked Questions about plugin-management

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

FAQPage Schema
How do I create a new Claude Code plugin from scratch?

To create a Claude Code plugin, you need to set up a structured directory and generate manifest files like plugin.json and marketplace.json. This skill guides you through organizing plugin components such as skills, commands, and agents for seamless marketplace integration.

What files are required for Claude Code plugin registration?

Claude Code plugin registration requires manifest files like plugin.json and marketplace.json. These files ensure your plugin adheres to marketplace standards and enables seamless integration of your custom commands and agents.

How do I structure a Claude Code plugin directory?

A Claude Code plugin directory must organize components such as skills, commands, and agents within a structured layout. This ensures the plugin lifecycle is managed correctly and adheres to manifest standards.

Can I add custom commands to an existing Claude Code plugin?

Yes, you can add custom commands to an existing Claude Code plugin. This skill guides you through updating the necessary directory files, modifying the versioning, and submitting the changes via a pull request.

What is the best way to manage Claude Code plugin version control?

Managing Claude Code plugin version control involves updating the versioning within your manifest files and generating pull requests for new releases. This ensures a consistent and organized plugin ecosystem across deployments.