From c95d9adf5bd54f8ebdbdf257c195759478d7db78 Mon Sep 17 00:00:00 2001 From: Steve Nims Date: Tue, 27 Jan 2026 20:06:09 -0500 Subject: [PATCH 1/2] docs: add plugin-dev-guide to Available Commands table Fixes #199 Co-Authored-By: Claude Opus 4.5 --- plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md b/plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md index 33ab28b..e545ccb 100644 --- a/plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md +++ b/plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md @@ -195,6 +195,7 @@ Use agents proactively after creating components to ensure quality. | 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 | From 9ab85fa03329411e06c900dd207df69059b5192b Mon Sep 17 00:00:00 2001 From: Steve Nims Date: Tue, 27 Jan 2026 20:09:27 -0500 Subject: [PATCH 2/2] style: fix table alignment in plugin-dev-guide Co-Authored-By: Claude Opus 4.5 --- .../skills/plugin-dev-guide/SKILL.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md b/plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md index e545ccb..043398a 100644 --- a/plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md +++ b/plugins/plugin-dev/skills/plugin-dev-guide/SKILL.md @@ -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 | @@ -183,22 +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: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 | +| 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 | ---