Skip to content

Commit d27eb24

Browse files
sjnimsclaude
andcommitted
fix: correct phase count and add Edit tool to create-plugin command
The create-plugin command had two issues: - Line 29 referenced "7 phases" but the command defines 8 phases - Phase 8 requires updating marketplace.json but Edit tool was missing from allowed-tools, preventing file modification Fixes #98 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent af67349 commit d27eb24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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: Guided end-to-end plugin creation workflow with component design, implementation, and validation
33
argument-hint: Optional plugin description
4-
allowed-tools: ["Read", "Write", "Grep", "Glob", "Bash", "TodoWrite", "AskUserQuestion", "Skill", "Task"]
4+
allowed-tools: ["Read", "Write", "Edit", "Grep", "Glob", "Bash", "TodoWrite", "AskUserQuestion", "Skill", "Task"]
55
---
66

77
# Plugin Creation Workflow
@@ -26,7 +26,7 @@ Guide the user through creating a complete, high-quality Claude Code plugin from
2626
**Goal**: Understand what plugin needs to be built and what problem it solves
2727

2828
**Actions**:
29-
1. Create todo list with all 7 phases
29+
1. Create todo list with all 8 phases
3030
2. If plugin purpose is clear from arguments:
3131
- Summarize understanding
3232
- Identify plugin type (integration, workflow, analysis, toolkit, etc.)

0 commit comments

Comments
 (0)