Skip to content

[Docs]: plugin-dev-guide skill should list itself in Available Commands #199

@sjnims

Description

@sjnims

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions