plugin-creator

Solid

Automatically creates new Claude Code plugins with proper structure, validation, and marketplace integration when user mentions creating a plugin, new plugin, or plugin from template. Specific to claude-code-plugins repository workflow.

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Plugin Creator ## Purpose Automatically scaffolds new Claude Code plugins with complete directory structure, required files, proper formatting, and marketplace catalog integration - specifically optimized for the claude-code-plugins repository. ## Trigger Keywords - "create plugin" or "new plugin" - "plugin from template" - "scaffold plugin" - "generate plugin" - "add new plugin to marketplace" ## Plugin Creation Process When activated, I will: 1. **Gather Requirements** - Plugin name (kebab-case) - Category (productivity, security, devops, etc.) - Type (commands, agents, skills, MCP, or combination) - Description and keywords - Author information 2. **Create Directory Structure** ``` plugins/[category]/[plugin-name]/ ├── .claude-plugin/ │ └── plugin.json ├── README.md ├── LICENSE └── [commands|agents|skills|hooks|mcp]/ ``` 3. **Generate Required Files** - **plugin.json** with proper schema (name, version, description, author) - **README.md** with comprehensive documentation - **LICENSE** (MIT by default) - Component files based on type 4. **Add to Marketplace Catalog** - Update `.claude-plugin/marketplace.extended.json` - Run `npm run sync-marketplace` automatically - Validate catalog schema 5. **Validate Everything** - Run `./scripts/validate-all.sh` on new plugin - Check JSON syntax with `jq` - Verify frontmatter in markdown files - Ensure scripts are executable ## Plugin Types Supported ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

plugin-forge

Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.

27,705 Updated today
davila7
AI & Automation Solid

plugin-forge

Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.

1,931 Updated 2 months ago
softaworks
AI & Automation Listed

plugin-forge

Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.

335 Updated today
aiskillstore
AI & Automation Listed

create-plugin

Scaffold a complete Claude Code plugin from scratch

3 Updated today
richfrem
AI & Automation Solid

public-plugin-builder

Activate when the user wants to build a Claude plugin, create a Claude skill, make a Claude agent, structure a Claude Code plugin, says "build a plugin", "create a skill", "new claude skill", "new agent", "help me make a plugin", "plugin builder", "claude plugin helper", "how do I build a Claude skill", "I want to create a Claude plugin", "plugin building", or asks how to structure a Claude Code plugin or publish to the Claude marketplace. Works on both claude.ai (generates files as code blocks) and Claude Code (writes and pushes files).

2,996 Updated yesterday
davepoon