Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
},
"metadata": {
"description": "Unofficial plugin-dev plugin marketplace. Originally created by Daisy Hollman at Anthropic, now maintained by Steve Nims.",
"version": "0.3.3"
"version": "0.3.4"
},
"plugins": [
{
"name": "plugin-dev",
"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.",
"version": "0.3.3",
"version": "0.3.4",
"author": {
"name": "Steve Nims",
"url": "https://github.com/sjnims"
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.4] - 2026-01-30

### Documentation

- **Address 20 documentation gaps from claude-docs audit** - Comprehensive audit against official Claude Code documentation identified missing topics relevant to plugin developers. Added 5 new reference files covering:
- Advanced frontmatter fields (model, scoped hooks, visibility budget)
- Headless/CI mode compatibility
- GitHub Actions integration
- Memory & rules system interaction
- Advanced topics (keybindings, status line, caching, CLI commands, installation scopes)
- **Enhanced skill coverage** - Updated 6 skills (skill-development, hook-development, agent-development, mcp-integration, plugin-structure, plugin-settings) with inline additions and trigger phrases for new content
- **Added cross-cutting references** - New reference docs address plugin behavior in non-interactive contexts (headless mode, GitHub Actions, CI pipelines)

## [0.3.3] - 2026-01-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Guidance for Claude Code working in this repository.

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

**Version**: v0.3.3 | [CHANGELOG.md](CHANGELOG.md)
**Version**: v0.3.4 | [CHANGELOG.md](CHANGELOG.md)

## MCP Tool Requirements (CRITICAL)

Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-dev/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-dev",
"version": "0.3.3",
"version": "0.3.4",
"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.",
"author": {
"name": "Steve Nims",
Expand Down