plugin-creator

Generate Claude Code plugin scaffolds, manifests, and starter components.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/MomoChenisMe/awesome-momochenisme-skills --skill plugin-creator-momochenisme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-creator
Source: https://github.com/MomoChenisMe/awesome-momochenisme-skills/tree/main/skills/plugin-creator
Command: npx skills add https://github.com/MomoChenisMe/awesome-momochenisme-skills --skill plugin-creator-momochenisme

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating Claude Code plugins from scratch is often complex and error-prone; this guide provides a ready-to-use structure, manifest template, and starter components to accelerate plugin development.

Core Features & Use Cases

  • Scaffold a plugin directory with standard layout ( .claude-plugin, commands, skills, hooks )
  • Generate a ready-to-edit manifest and starter examples for commands and skills
  • Use the included bootstrap tooling to prototype workflows and shareable templates with teams

Quick Start

Create a new plugin scaffold and begin customizing the manifest and components to fit your project.

Frequently Asked Questions about plugin-creator

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

FAQPage Schema
How do I scaffold a Claude Code plugin directory?

To scaffold a Claude Code plugin, generate a standard directory layout including .claude-plugin, commands, skills, and hooks folders. This provides a ready-to-use structure with starter components to accelerate plugin development.

What is the best way to create a manifest for a Claude Code plugin?

The best way to create a plugin manifest is using frontmatter-driven metadata in SKILL.md. This enforces standardized metadata and provides a ready-to-edit manifest template for consistent plugin layouts.

How does frontmatter-driven metadata work in SKILL.md?

Frontmatter-driven metadata in SKILL.md enforces standardized plugin layouts by defining key configurations at the top of the file. It ensures consistent plugin structures across individual developers and organizational teams.

Can I use bootstrap tooling to prototype workflows for my team?

Yes, you can use the included scripts directory for bootstrap tooling to prototype workflows. This enables teams and organizations to share standardized templates during Claude Code plugin creation.

Does Claude Code plugin creation require starter examples for commands and skills?

Generating starter examples for commands and skills is part of the scaffolding process. It provides ready-to-edit components that reduce complexity and errors when initializing a new plugin structure.

Why is creating Claude Code plugins from scratch error-prone?

Creating Claude Code plugins from scratch is error-prone due to complex manual directory and manifest setup. Using a scaffolding guide with standard layouts and starter components mitigates these initialization errors.