You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
},
7
7
"metadata": {
8
8
"description": "Unofficial plugin-dev plugin marketplace for plugin-dev Claude Code plugin - the plugin itself was initially created by Daisy Hollman at Anthropic.",
9
-
"version": "0.3.0"
9
+
"version": "0.3.1"
10
10
},
11
11
"plugins": [
12
12
{
13
13
"name": "plugin-dev",
14
14
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 9 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.3.1] - 2026-01-24
11
+
12
+
### Fixed
13
+
14
+
-**Replace `!` with `[BANG]` in skill-development** - Fixed regression from #192 where dynamic context injection examples used literal `!` backtick patterns, causing shell execution errors during skill loading
15
+
16
+
### Documentation
17
+
18
+
-**Update skill counts for LSP integration** - Updated CONTRIBUTING.md and README.md to reflect 9 skills (was 8)
19
+
-**Add LSP Integration to README skills table** - Added missing entry for LSP skill triggers
20
+
-**Add 0.3.x to SECURITY.md** - Added current version to supported versions table
21
+
10
22
## [0.3.0] - 2026-01-24
11
23
12
24
### Changed
@@ -207,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207
219
- Based on original plugin by Daisy Hollman at Anthropic
208
220
- Expanded with enhanced skills, additional utilities, and CI/CD infrastructure
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ A comprehensive toolkit for developing Claude Code plugins with expert guidance
33
33
34
34
## Overview
35
35
36
-
The plugin-dev toolkit provides **8 specialized skills**, **3 validation agents**, and **3 slash commands** to help you build high-quality Claude Code plugins:
36
+
The plugin-dev toolkit provides **9 specialized skills**, **3 validation agents**, and **3 slash commands** to help you build high-quality Claude Code plugins:
37
37
38
38
-**Skills** provide domain expertise loaded on-demand via trigger phrases
39
39
-**Agents** automate validation and generation tasks
@@ -118,6 +118,7 @@ Skills load automatically when you ask relevant questions. Each skill includes c
|**MCP Integration**|`add MCP server`, `integrate MCP`, `.mcp.json`, `Model Context Protocol`, `stdio/SSE server`| External service integration, API connections, database access |
121
+
|**LSP Integration**|`add LSP server`, `configure language server`, `set up LSP`, `code intelligence`, `pyright-lsp`| Language server integration, code navigation, type information |
Copy file name to clipboardExpand all lines: plugins/plugin-dev/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "plugin-dev",
3
-
"version": "0.3.0",
3
+
"version": "0.3.1",
4
4
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 9 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.",
0 commit comments