diff --git a/plugins/plugin-dev/commands/create-marketplace.md b/plugins/plugin-dev/commands/create-marketplace.md index 6b69d6d..105dae1 100644 --- a/plugins/plugin-dev/commands/create-marketplace.md +++ b/plugins/plugin-dev/commands/create-marketplace.md @@ -1,7 +1,7 @@ --- -description: Guided end-to-end marketplace creation workflow with plugin organization and validation -argument-hint: Optional marketplace description -allowed-tools: ["Read", "Write", "Grep", "Glob", "Bash", "TodoWrite", "AskUserQuestion", "Skill", "Task"] +description: Create plugin marketplaces with guided workflow +argument-hint: [marketplace-description] +allowed-tools: Read, Write, Edit, Grep, Glob, Bash, TodoWrite, AskUserQuestion, Skill, Task --- # Marketplace Creation Workflow diff --git a/plugins/plugin-dev/commands/create-plugin.md b/plugins/plugin-dev/commands/create-plugin.md index dc58dd8..5e55257 100644 --- a/plugins/plugin-dev/commands/create-plugin.md +++ b/plugins/plugin-dev/commands/create-plugin.md @@ -1,6 +1,6 @@ --- description: Create plugins with guided 8-phase workflow -argument-hint: "[plugin-description]" +argument-hint: [plugin-description] allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), Bash(git init:*), TodoWrite, AskUserQuestion, Skill, Task ---