Skip to content

Commit 5e02113

Browse files
sjnimsclaude
andcommitted
fix: standardize command frontmatter across plugin commands
Align both plugin commands with documented best practices from the command-development skill and official Claude Code docs: - create-plugin.md: Remove unnecessary quotes from argument-hint - create-plugin.md: Use comma-separated allowed-tools format - create-marketplace.md: Shorten description to under 60 chars - create-marketplace.md: Use bracket notation for argument-hint - create-marketplace.md: Add Edit tool for consistency - create-marketplace.md: Use comma-separated allowed-tools format Fixes #105 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 55edb26 commit 5e02113

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/plugin-dev/commands/create-marketplace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
description: Guided end-to-end marketplace creation workflow with plugin organization and validation
3-
argument-hint: Optional marketplace description
4-
allowed-tools: ["Read", "Write", "Grep", "Glob", "Bash", "TodoWrite", "AskUserQuestion", "Skill", "Task"]
2+
description: Create plugin marketplaces with guided workflow
3+
argument-hint: [marketplace-description]
4+
allowed-tools: Read, Write, Edit, Grep, Glob, Bash, TodoWrite, AskUserQuestion, Skill, Task
55
---
66

77
# Marketplace Creation Workflow

plugins/plugin-dev/commands/create-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Create plugins with guided 8-phase workflow
3-
argument-hint: "[plugin-description]"
4-
allowed-tools: ["Read", "Write", "Edit", "Grep", "Glob", "Bash(mkdir:*)", "TodoWrite", "AskUserQuestion", "Skill", "Task"]
3+
argument-hint: [plugin-description]
4+
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), TodoWrite, AskUserQuestion, Skill, Task
55
---
66

77
# Plugin Creation Workflow

0 commit comments

Comments
 (0)