diff --git a/plugins/plugin-dev/commands/create-marketplace.md b/plugins/plugin-dev/commands/create-marketplace.md index cb54479..e3dc5e4 100644 --- a/plugins/plugin-dev/commands/create-marketplace.md +++ b/plugins/plugin-dev/commands/create-marketplace.md @@ -2,6 +2,7 @@ description: Create plugin marketplaces with guided workflow argument-hint: [marketplace-description] allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), Bash(git init:*), TodoWrite, AskUserQuestion, Skill, Task +disable-model-invocation: true --- # Marketplace Creation Workflow diff --git a/plugins/plugin-dev/commands/create-plugin.md b/plugins/plugin-dev/commands/create-plugin.md index 5e55257..5de2c5a 100644 --- a/plugins/plugin-dev/commands/create-plugin.md +++ b/plugins/plugin-dev/commands/create-plugin.md @@ -2,6 +2,7 @@ description: Create plugins with guided 8-phase workflow argument-hint: [plugin-description] allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), Bash(git init:*), TodoWrite, AskUserQuestion, Skill, Task +disable-model-invocation: true --- # Plugin Creation Workflow