Skip to content

Commit fc97a0a

Browse files
chore: bump version 0.3.2 → 0.3.3 and update component counts
- Bump plugin version to 0.3.3 in plugin.json and marketplace.json - Update CLAUDE.md version reference and component counts (10 skills, 3 agents, 4 slash commands) - Add command frontmatter (allowed-tools, model) to plugin-dev-guide - Clarify skill count statement in plugin-dev-guide SKILL.md
1 parent 2991234 commit fc97a0a

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"metadata": {
88
"description": "Unofficial plugin-dev plugin marketplace. Originally created by Daisy Hollman at Anthropic, now maintained by Steve Nims.",
9-
"version": "0.3.2"
9+
"version": "0.3.3"
1010
},
1111
"plugins": [
1212
{
1313
"name": "plugin-dev",
1414
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.",
15-
"version": "0.3.2",
15+
"version": "0.3.3",
1616
"author": {
1717
"name": "Steve Nims",
1818
"url": "https://github.com/sjnims"

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Guidance for Claude Code working in this repository.
44

55
## What This Is
66

7-
Plugin marketplace containing the **plugin-dev** plugin - a toolkit for developing Claude Code plugins. Provides 9 skills, 3 agents, 3 slash commands.
7+
Plugin marketplace containing the **plugin-dev** plugin - a toolkit for developing Claude Code plugins. Provides 10 skills, 3 agents, 4 slash commands.
88

9-
**Version**: v0.3.2 | [CHANGELOG.md](CHANGELOG.md)
9+
**Version**: v0.3.3 | [CHANGELOG.md](CHANGELOG.md)
1010

1111
## MCP Tool Requirements (CRITICAL)
1212

plugins/plugin-dev/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-dev",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.",
55
"author": {
66
"name": "Steve Nims",

plugins/plugin-dev/commands/plugin-dev-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
description: Get an overview of plugin development capabilities and skill routing
33
argument-hint: [question or task]
4+
allowed-tools: Skill, AskUserQuestion
5+
model: sonnet
46
---
57

68
Invoke the plugin-dev:plugin-dev-guide skill to load plugin development guidance.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This meta-skill provides an overview of Claude Code plugin development and route
99

1010
## Plugin Development Skills Overview
1111

12-
The plugin-dev toolkit provides 9 specialized skills for building Claude Code plugins. Each skill handles a specific domain of plugin development.
12+
The plugin-dev toolkit provides 9 specialized skills for building Claude Code plugins, plus this guide. Each skill handles a specific domain of plugin development.
1313

1414
### Skill Quick Reference
1515

0 commit comments

Comments
 (0)