Skip to content

Commit 885107d

Browse files
sjnimsclaude
andcommitted
docs(README): update skill count to 8 and add marketplace-structure
Add missing marketplace-structure skill documentation that was added in #89 but not reflected in README.md. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 324ddbf commit 885107d

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A comprehensive toolkit for developing Claude Code plugins with expert guidance
44

55
## Overview
66

7-
The plugin-dev toolkit provides seven specialized skills to help you build high-quality Claude Code plugins:
7+
The plugin-dev toolkit provides eight specialized skills to help you build high-quality Claude Code plugins:
88

99
1. **Hook Development** - Advanced hooks API and event-driven automation
1010
2. **MCP Integration** - Model Context Protocol server integration
@@ -13,6 +13,7 @@ The plugin-dev toolkit provides seven specialized skills to help you build high-
1313
5. **Command Development** - Creating slash commands with frontmatter and arguments
1414
6. **Agent Development** - Creating autonomous agents with AI-assisted generation
1515
7. **Skill Development** - Creating skills with progressive disclosure and strong triggers
16+
8. **Marketplace Structure** - Plugin marketplace creation and distribution
1617

1718
Each skill follows best practices with progressive disclosure: lean core documentation, detailed references, working examples, and utility scripts.
1819

@@ -193,6 +194,25 @@ Use this workflow for structured, high-quality plugin development from concept t
193194

194195
**Use when:** Creating new skills for plugins or improving existing skill quality.
195196

197+
### 8. Marketplace Structure
198+
199+
**Trigger phrases:** "create a marketplace", "set up marketplace.json", "organize multiple plugins", "distribute plugins", "host plugins", "marketplace schema", "plugin marketplace structure"
200+
201+
**What it covers:**
202+
- Marketplace directory structure and manifest configuration
203+
- marketplace.json schema and all fields
204+
- Plugin source options (relative paths, GitHub repos, git URLs)
205+
- Team vs. community distribution patterns
206+
- Version management and update strategies
207+
- Installation and testing workflows
208+
209+
**Resources:**
210+
- Core SKILL.md
211+
- 3 examples: minimal-marketplace, team-marketplace, community-marketplace
212+
- 2 reference docs: schema-reference, distribution-patterns
213+
214+
**Use when:** Creating plugin marketplaces, distributing plugins to teams, or organizing multiple plugins for sharing.
215+
196216
## Installation
197217

198218
Add this marketplace and install the plugin:
@@ -314,7 +334,7 @@ All skills follow consistent standards:
314334

315335
## Total Content
316336

317-
- **Core Skills**: ~12,750 words across 7 SKILL.md files
337+
- **Core Skills**: ~12,750 words across 8 SKILL.md files
318338
- **Reference Docs**: ~10,000+ words of detailed guides
319339
- **Examples**: 20+ working examples (hook scripts, MCP configs, plugin layouts, settings files, commands, agents)
320340
- **Utilities**: 12 production-ready validation/testing/parsing scripts
@@ -416,7 +436,7 @@ This repository ([sjnims/plugin-dev](https://github.com/sjnims/plugin-dev)) is a
416436

417437
## Version
418438

419-
0.1.0 - Initial release with seven comprehensive skills and three validation agents
439+
0.1.0 - Initial release with eight comprehensive skills and three validation agents
420440

421441
## License
422442

0 commit comments

Comments
 (0)