plugin-creator

Generate Claude Code plugin scaffolds with standardized files and marketplace updates.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/hheydaroff/common-agent-skills --skill plugin-creator-hheydaroff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-creator
Source: https://github.com/hheydaroff/common-agent-skills/tree/main/skills/plugin-creator
Command: npx skills add https://github.com/hheydaroff/common-agent-skills --skill plugin-creator-hheydaroff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill simplifies and automates the process of creating new Claude Code plugins, reducing manual effort and ensuring proper structure and marketplace integration.

Core Features & Use Cases

  • Automated Directory Setup: Quickly generate complete plugin scaffolds with correct layout.
  • Template Generation: Create standardized plugin.json, README, LICENSE, and component files based on user specifications.
  • Marketplace Integration: Update marketplace catalogs and validate plugin metadata automatically.
  • Use Case: Developer needs to add a new security plugin. Use this Skill to generate all necessary files and register it without manual configuration.

Quick Start

Use the plugin-creator skill to generate a new plugin with a specified name, category, and type, then customize before deployment.

Frequently Asked Questions about plugin-creator

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

FAQPage Schema
How do I automate Claude Code plugin scaffolding?

Automating Claude Code plugin scaffolding requires generating a complete directory structure, core files like plugin.json, and component templates. This process ensures proper layout and reduces manual setup errors.

What files are needed to create a Claude Code plugin?

Creating a Claude Code plugin requires standardized files including plugin.json, README, LICENSE, and component files. Generating these files from customizable templates ensures metadata consistency and marketplace validation.

How do I update the marketplace catalog after generating a plugin?

Updating the marketplace catalog after plugin generation involves validating plugin metadata and registering the new directory structure. This automated integration eases deployment workflows without manual configuration.

Can I use customizable templates for different plugin types?

Customizable templates support multiple plugin types for Claude Code. You can specify the name, category, and type to generate the appropriate scaffold, ensuring proper structure before deployment.

Why does manual plugin setup cause marketplace integration errors?

Manual plugin setup causes marketplace integration errors due to inconsistent directory structures and missing core files. Automating scaffold generation and metadata validation prevents these manual configuration mistakes.

What is the best way to streamline plugin deployment workflows?

Streamlining plugin deployment workflows is best achieved by automating directory setup, template generation, and marketplace catalog updates. This ensures consistency across multiple plugin types and reduces manual effort.