Skip to content

Commit a1d289b

Browse files
sjnimsclaude
andcommitted
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>
1 parent 22fd7e1 commit a1d289b

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ Before contributing, ensure you have:
4949
```
5050
plugins/plugin-dev/
5151
├── commands/ # 3 slash commands
52-
├── skills/ # 8 skills
52+
├── skills/ # 9 skills
5353
└── agents/ # 3 specialized agents
5454
```
5555

5656
3. **Understand the plugin components**:
57-
- 8 skills for different plugin development aspects
57+
- 9 skills for different plugin development aspects
5858
- 3 agents for validation and generation
5959
- 3 slash commands: `/plugin-dev:start` (entry point), `/plugin-dev:create-plugin`, `/plugin-dev:create-marketplace`
6060

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A comprehensive toolkit for developing Claude Code plugins with expert guidance
3333

3434
## Overview
3535

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:
3737

3838
- **Skills** provide domain expertise loaded on-demand via trigger phrases
3939
- **Agents** automate validation and generation tasks
@@ -118,6 +118,7 @@ Skills load automatically when you ask relevant questions. Each skill includes c
118118
| ------------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
119119
| **Hook Development** | `create a hook`, `PreToolUse hook`, `validate tool use`, `prompt-based hooks`, `block dangerous commands` | Event-driven automation, operation validation, policy enforcement |
120120
| **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 |
121122
| **Plugin Structure** | `plugin structure`, `plugin.json`, `auto-discovery`, `component organization` | Starting new plugins, organizing components, manifest configuration |
122123
| **Plugin Settings** | `plugin settings`, `.local.md files`, `YAML frontmatter`, `per-project settings` | Configuration storage, user preferences, per-project state |
123124
| **Command Development** | `create a slash command`, `command frontmatter`, `command arguments` | Slash commands, argument handling, command organization |

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ We release patches for security vulnerabilities for the following versions:
66

77
| Version | Supported |
88
| ------- | ------------------ |
9+
| 0.3.x | :white_check_mark: |
910
| 0.2.x | :white_check_mark: |
1011
| 0.1.x | :white_check_mark: |
1112

0 commit comments

Comments
 (0)