Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The plugin-dev toolkit provides 9 specialized skills for building Claude Code pl
### Skill Quick Reference

| Skill | Purpose |
| ------- | --------- |
| ------------------------- | -------------------------------------------------- |
| **plugin-structure** | Directory layout, manifest, component organization |
| **command-development** | Slash commands with frontmatter |
| **agent-development** | Autonomous subagents |
Expand Down Expand Up @@ -183,21 +183,22 @@ User wants to...

The plugin-dev plugin also provides 3 agents:

| Agent | Purpose |
|-------|---------|
| Agent | Purpose |
| -------------------- | ---------------------------------------- |
| **plugin-validator** | Validates plugin structure and manifests |
| **skill-reviewer** | Reviews skill quality and triggering |
| **agent-creator** | Generates new agents from descriptions |
| **skill-reviewer** | Reviews skill quality and triggering |
| **agent-creator** | Generates new agents from descriptions |

Use agents proactively after creating components to ensure quality.

## Available 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 |
| 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 |

---

Expand Down
Loading