new-plugin

Generate Claude marketplace plugins with structure, registration, and validation.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/kenziecreative/kenzie-creative --skill new-plugin-kenziecreative
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-plugin
Source: https://github.com/kenziecreative/kenzie-creative/tree/main/.claude/skills/new-plugin
Command: npx skills add https://github.com/kenziecreative/kenzie-creative --skill new-plugin-kenziecreative

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps streamline the process of creating a new plugin for the marketplace, ensuring it adheres to all necessary conventions and formats.

Core Features & Use Cases

  • Plugin Scaffolding: Automatically generates a full plugin structure with the necessary files and directories.
  • Registration: Adds the new plugin to the marketplace indexes.
  • Validation: Checks that the plugin meets all requirements for proper functionality.
  • Use Case: A user wanting to create a new plugin for the Claude marketplace can use this Skill to quickly generate a plugin with all the necessary components.

Quick Start

To create a new plugin, use the command: 'new-plugin create --name "plugin-name" --title "Plugin Title" --shape "triage-stream" --description "A brief description" --keywords "keyword1,keyword2,keyword3"'

Frequently Asked Questions about new-plugin

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

FAQPage Schema
How do I create a new plugin for the Claude marketplace?

To create a marketplace plugin, use the new-plugin command to input the plugin name, title, shape, description, and keywords. The tool automatically generates the full plugin structure, adds it to the marketplace indexes, and validates compliance with required formats.

What do I need to scaffold a marketplace plugin and register it?

Scaffolding a marketplace plugin requires providing a plugin name, title, shape, description, and keywords. The Skill generates the necessary directories and files, registers the plugin in the marketplace indexes, and validates functionality requirements.

Can I validate my plugin structure against marketplace format requirements?

Yes, you can validate your plugin structure by running the new-plugin generation process. The Skill checks the generated plugin against required formats and functionality to ensure it meets all marketplace compliance requirements.

What is the best way to generate a plugin structure with CLI automation?

The best way to generate a plugin structure with CLI automation is using the new-plugin command. It takes your plugin inputs, outputs the complete generated plugin structure, and automatically updates the marketplace indexes while validating compliance.

Does the new plugin generation process require any external dependencies?

No, the new plugin generation process requires zero external dependencies. The Skill operates independently using its internal scripts and references to scaffold the plugin, update indexes, and validate format compliance.

Why should I use an automated plugin scaffolding tool instead of manually creating files?

Automated plugin scaffolding ensures strict adherence to marketplace conventions and formats. Manually creating files risks validation failures, whereas the Skill guarantees the output structure meets all required functionality and index registration standards.