Skip to content

Commit dcadad4

Browse files
sjnimsclaude
andcommitted
docs: update create-plugin command frontmatter to follow best practices
- Shorten description from 96 to 43 characters (under 60 limit) - Add bracket convention to argument-hint: [plugin-description] - Restrict Bash tool to mkdir commands: Bash(mkdir:*) Fixes #99 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b1b3d80 commit dcadad4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/plugin-dev/commands/create-plugin.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 plugin creation workflow with component design, implementation, and validation
3-
argument-hint: Optional plugin description
4-
allowed-tools: ["Read", "Write", "Edit", "Grep", "Glob", "Bash", "TodoWrite", "AskUserQuestion", "Skill", "Task"]
2+
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"]
55
---
66

77
# Plugin Creation Workflow

0 commit comments

Comments
 (0)