meta:plugin-creator

Generate Claude Code plugin skeletons and standardized plugin.json manifests.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/oakoss/open-saas-kit --skill meta-plugin-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta:plugin-creator
Source: https://github.com/oakoss/open-saas-kit/tree/main/.claude/skills/meta-plugin-creator
Command: npx skills add https://github.com/oakoss/open-saas-kit --skill meta-plugin-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the initial creation of Claude Code plugins, providing a complete scaffolding and manifest framework to speed up plugin development.

Core Features & Use Cases

  • Auto-generates plugin manifests and a standardized directory structure for Claude Code plugins.
  • Sets up commands, agents, skills, hooks, and optional configuration to jumpstart marketplace-ready plugins.
  • Use Case: A developer wants to publish a new plugin to a marketplace; this skill provides a ready-to-distribute skeleton with validated metadata.

Quick Start

Run the plugin-creator to scaffold a new plugin directory, then customize the generated manifest and components to fit your project.

Frequently Asked Questions about meta:plugin-creator

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

FAQPage Schema
How do I scaffold a new Claude Code plugin for marketplace distribution?

To scaffold a Claude Code plugin, this tool auto-generates a standardized directory structure and a validated plugin.json manifest, including commands, agents, skills, and hooks to jumpstart marketplace-ready distribution.

What is included in a generated Claude Code plugin manifest?

A generated Claude Code plugin manifest includes standardized plugin.json metadata, relative paths, and optional components like commands, agents, skills, and hooks with built-in validation to ensure correct configuration.

Do I need any dependencies to auto-generate a plugin skeleton?

No dependencies are required to auto-generate a plugin skeleton. The tool operates independently to create the standardized directory structure and manifest for your Claude Code plugin.

Can I customize the plugin directory structure after scaffolding?

Yes, after scaffolding the plugin directory, you can customize the generated manifest and optional components like commands and hooks to fit your specific project requirements before marketplace distribution.

What's the best way to package Claude Code commands and agents into a distributable plugin?

The best way to package commands and agents is using an automated scaffolding tool to generate a validated manifest and standardized directory structure, ensuring all components are correctly configured for marketplace distribution.