plugin-creator

Installation
SKILL.md

Plugin Creator

Overview

Scaffolds new Claude Code plugins with proper directory structure, required files, marketplace catalog integration, and full validation. Supports all plugin types: command plugins, agent plugins, skill plugins, MCP server plugins, and hybrid combinations.

Prerequisites

  • Write access to the plugins/ directory and .claude-plugin/marketplace.extended.json
  • jq installed for JSON generation and validation
  • pnpm run sync-marketplace available at the repository root
  • ./scripts/validate-all-plugins.sh available for post-creation validation

Instructions

  1. Gather requirements from the user request: plugin name (kebab-case), category (productivity, security, devops, testing, etc.), plugin type (commands, agents, skills, MCP, or combination), description, and keywords. Default author to the repository owner if unspecified (see ${CLAUDE_SKILL_DIR}/references/plugin-creation-process.md).
  2. Create the plugin directory structure under plugins/[category]/[plugin-name]/:
Installs
2
GitHub Stars
2.6K
First Seen
14 days ago
plugin-creator — jeremylongshore/claude-code-plugins