-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
component:commandCommands layerCommands layercomponent:skillSkills layerSkills layerdocumentationImprovements or additions to documentationImprovements or additions to documentationeffort:small< 1 hour< 1 hourpriority:lowNice to haveNice to have
Description
Which documentation needs improvement?
Skill documentation
Specific Location
plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md - "Available Commands" section (lines 201-205)
What's unclear or missing?
The "Available Commands" table lists only 3 commands:
| Command | Purpose |
|---|---|
/plugin-dev:start |
Entry point - choose plugin or marketplace creation |
/plugin-dev:create-plugin |
8-phase guided plugin creation workflow |
/plugin-dev:create-marketplace |
8-phase guided marketplace creation workflow |
However, PR #196 adds a 4th command (/plugin-dev:plugin-dev-guide), which means the guide doesn't include itself. This creates an inconsistency since:
- CLAUDE.md correctly states "4 slash commands"
- The plugin now has 4 commands but the guide only shows 3
Suggested Improvement
Add the new command to the table:
| Command | Purpose |
|---------|---------|
| `/plugin-dev:plugin-dev-guide` | Overview and skill routing |
| `/plugin-dev:start` | Entry point - choose plugin or marketplace creation |
| `/plugin-dev:create-plugin` | 8-phase guided plugin creation workflow |
| `/plugin-dev:create-marketplace` | 8-phase guided marketplace creation workflow |Type of issue
- Missing information
Additional Context
Found during code review of PR #196. This is a minor fix that can be addressed before merging the PR.
Related: #196
🤖 Created with Claude Code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component:commandCommands layerCommands layercomponent:skillSkills layerSkills layerdocumentationImprovements or additions to documentationImprovements or additions to documentationeffort:small< 1 hour< 1 hourpriority:lowNice to haveNice to have