plugin-creator

Create Claude Code plugin scaffolds with shiiman- naming and metadata files.

6|1|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/shiiman/claude-code-plugins --skill plugin-creator-shiiman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-creator
Source: https://github.com/shiiman/claude-code-plugins/tree/main/.claude/skills/plugin-creator
Command: npx skills add https://github.com/shiiman/claude-code-plugins --skill plugin-creator-shiiman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

新しい Claude Code プラグインを作成するための構造とファイルを自動生成します。

Core Features & Use Cases

  • ディレクトリ構造の作成: plugins/shiiman-{name}/ の基本構造を作成。
  • メタデータ生成: plugin.json と marketplace.json の自動生成。
  • README の生成: プラグインの使い方や説明を整備。

Quick Start

プラグイン名と説明を伝えると、shiiman- プレフィックスを付与したプラグイン骨格を作成します。例: 'shiiman-example のプラグインを作成'。

Frequently Asked Questions about plugin-creator

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

FAQPage Schema
How do I generate a Claude Code plugin scaffold with the required directory structure?

Plugin scaffolding automates creation of a complete plugin skeleton with the shiiman- naming convention, directory structure, and metadata files. The Skill generates plugins/shiiman-{name}/ with plugin.json, marketplace.json, and README.md pre-configured to match Claude Code plugin standards.

What files are automatically created when I generate a new plugin?

The plugin generator creates plugin.json for plugin metadata, marketplace.json for marketplace registration, README.md with usage documentation, and the full directory structure. These files follow the shiiman- naming convention and align with the official plugin documentation requirements.

Can I use plugin scaffolding to enforce naming conventions and structure consistency?

Yes. The Skill enforces shiiman- naming rules and builds a standardized directory structure for every plugin, ensuring consistency across your plugin collection and compliance with Claude Code plugin documentation guidelines.

Do I need to manually configure plugin metadata after generation?

Metadata files are generated automatically as part of the scaffold. The plugin.json and marketplace.json are pre-created, but you can review and customize them after generation to add plugin-specific details and configuration.

What's the fastest way to start building a new Claude Code plugin?

Provide a plugin name and description to the scaffolding tool, which instantly creates the complete boilerplate with enforced directory structure, naming conventions, and all required metadata files ready for development.