How this command is triggered — by the user, by Claude, or both
Slash command
/plugin-generator:create-agent agent-nameThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Create Agent
既存プラグインに新しいサブエージェントを追加します。
`agent-creator` エージェントと `agent-spec` スキルを使用して、
正しい形式の agent ファイルを生成します。
## 使用方法
## 引数
- `$ARGUMENTS`: エージェント名(kebab-case)
## 実行
1. プラグインルートにいることを確認(.claude-plugin/plugin.json 存在)
2. エージェント名を検証(kebab-case)
3. `agent-spec` スキルの知識に従って agent を生成
4. `agents/{agent-name}.md` を作成
5. plugin.json の更新を案内
6. 次のステップを案内
## ユーザー確認ガイドライン
以下の場面では **AskUserQuestion ツール**を使用してユーザーに確認を求める。
### 必須確認
- 同名ファイルが既に存在する場合(上書き/別名/キャンセル)
### 推奨確認
- 名前が引数で未指定の場合
- 追加先プラグインが複数候補ある場合の選択
- 作成する内容の概要確認(description, tools, model 等)
引数: $ARGUMENTS既存プラグインに新しいサブエージェントを追加します。
agent-creator エージェントと agent-spec スキルを使用して、
正しい形式の agent ファイルを生成します。
/plugin-generator:create-agent [agent-name]
$ARGUMENTS: エージェント名(kebab-case)agent-spec スキルの知識に従って agent を生成agents/{agent-name}.md を作成以下の場面では AskUserQuestion ツールを使用してユーザーに確認を求める。
引数: $ARGUMENTS
npx claudepluginhub biwakonbu/cc-plugins --plugin plugin-generator/add-agentCreates a new sub-agent file with proper frontmatter and structure in the current plugin directory or a specified marketplace plugin.
/create-agentCreates a new custom subagent (.md) file for specialized tasks with frontmatter (name, description, tools, model) and generated system prompt/instructions. Supports --user, --tools, --model flags; outputs status/path.
/new-agentGenerates a complete, ready-to-use Claude Code sub-agent configuration file from a natural language description.
/devkit-create-agentCreates a new AI agent in a target addon or framework using templates (simple, complex, orchestrator, validator) with optional interactive guidance following Agent Design Bible.
/create-agentScaffolds production-ready Google Cloud agent project using ADK templates, generates Python code structure, CI/CD pipelines, and deployment guides for Cloud Run, GKE, or Agent Engine.
/create-agentCreates domain expert agent fragments for Orchestr8 with YAML metadata, role definitions, core knowledge, best practices, code examples, and discoverable structure from input arguments.