Skip to content

Commit f9492b1

Browse files
sjnimsclaude
andauthored
docs: add plugin-dev-guide to Available Commands table (#200)
## Summary Adds the `/plugin-dev:plugin-dev-guide` command to its own "Available Commands" table for consistency. ## Changes - Added missing command entry to the table in `plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md` ## Test plan - [x] Verify table now lists all 4 commands Fixes #199 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d897c44 commit f9492b1

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

  • plugins/plugin-dev/skills/plugin-dev-guide

plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The plugin-dev toolkit provides 9 specialized skills for building Claude Code pl
1414
### Skill Quick Reference
1515

1616
| Skill | Purpose |
17-
| ------- | --------- |
17+
| ------------------------- | -------------------------------------------------- |
1818
| **plugin-structure** | Directory layout, manifest, component organization |
1919
| **command-development** | Slash commands with frontmatter |
2020
| **agent-development** | Autonomous subagents |
@@ -183,21 +183,22 @@ User wants to...
183183

184184
The plugin-dev plugin also provides 3 agents:
185185

186-
| Agent | Purpose |
187-
|-------|---------|
186+
| Agent | Purpose |
187+
| -------------------- | ---------------------------------------- |
188188
| **plugin-validator** | Validates plugin structure and manifests |
189-
| **skill-reviewer** | Reviews skill quality and triggering |
190-
| **agent-creator** | Generates new agents from descriptions |
189+
| **skill-reviewer** | Reviews skill quality and triggering |
190+
| **agent-creator** | Generates new agents from descriptions |
191191

192192
Use agents proactively after creating components to ensure quality.
193193

194194
## Available Commands
195195

196-
| Command | Purpose |
197-
|---------|---------|
198-
| `/plugin-dev:start` | Entry point - choose plugin or marketplace creation |
199-
| `/plugin-dev:create-plugin` | 8-phase guided plugin creation workflow |
200-
| `/plugin-dev:create-marketplace` | 8-phase guided marketplace creation workflow |
196+
| Command | Purpose |
197+
| -------------------------------- | --------------------------------------------------- |
198+
| `/plugin-dev:plugin-dev-guide` | Overview and skill routing |
199+
| `/plugin-dev:start` | Entry point - choose plugin or marketplace creation |
200+
| `/plugin-dev:create-plugin` | 8-phase guided plugin creation workflow |
201+
| `/plugin-dev:create-marketplace` | 8-phase guided marketplace creation workflow |
201202

202203
---
203204

0 commit comments

Comments
 (0)