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
docs: update skill counts and security versions for v0.3.0
Updates missed from PR #192:
- Update skill count from 8 to 9 in CONTRIBUTING.md and README.md
- Add LSP Integration to README skills table
- Add 0.3.x to SECURITY.md supported versions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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 |
0 commit comments