Skip to content

Commit c21b864

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 c19b767 commit c21b864

2 files changed

Lines changed: 4 additions & 4 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Create plugins with guided 8-phase workflow
3-
argument-hint: "[plugin-description]"
3+
argument-hint: [plugin-description]
44
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), Bash(git init:*), TodoWrite, AskUserQuestion, Skill, Task
55
---
66

0 commit comments

Comments
 (0)