ユーザーに挨拶するシンプルなプラグイン
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install greeting-plugin@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/greeting-plugin.json
Step 2: Install the plugin
/plugin install greeting-plugin@greeting-plugin
このディレクトリには、Claude Code用のカスタムプラグインマーケットプレイスが含まれています。
.
├── .claude-plugin/
│ └── marketplace.json # マーケットプレイス設定
├── plugins/
│ ├── greeting-plugin/ # 挨拶プラグイン
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ └── commands/
│ │ ├── hello.md
│ │ └── goodbye.md
│ └── formatter-plugin/ # フォーマッタープラグイン
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ │ ├── format.md
│ │ └── review.md
│ └── agents/
│ └── code-analyzer.md
└── README.md # このファイル
cd /Users/mrsekut/Desktop/cc
claude
Claude Code内で:
/plugin marketplace add /Users/mrsekut/Desktop/cc
/plugin install greeting-plugin@custom-plugins-marketplace
提供される機能:
/hello
- 温かい挨拶をします/goodbye
- お別れの挨拶をします/plugin install formatter-plugin@custom-plugins-marketplace
提供される機能:
/format
- コードをフォーマットします/review
- コードレビューを実行しますcode-analyzer
エージェント - コード分析とリファクタリング提案/help
インストールしたプラグインのコマンドが表示されることを確認してください。
シンプルな挨拶機能を提供するプラグインです。Claude Codeの使用開始と終了を気持ちよくサポートします。
バージョン: 1.0.0
コードのフォーマットとレビュー機能を提供する高度なプラグインです。コード品質の向上をサポートします。
バージョン: 1.0.0
特徴:
plugins/
ディレクトリに新しいプラグインフォルダを作成mkdir -p plugins/your-plugin/.claude-plugin
mkdir -p plugins/your-plugin/commands
plugins/your-plugin/.claude-plugin/plugin.json
を作成.claude-plugin/marketplace.json
にプラグインを追加各プラグインには以下のディレクトリを含めることができます:
commands/
- カスタムスラッシュコマンド(.mdファイル)agents/
- カスタムエージェント定義(.mdファイル)skills/
- エージェントスキル(各スキルフォルダにSKILL.md)hooks/
- イベントハンドラー(hooks.json)新しいプラグインの追加や既存プラグインの改善は歓迎します。
MIT License
Your Organization
1.0.0