feat: add plugin-dev-guide meta-skill for skill navigation by kylesnowschwartz · Pull Request #196 · sjnims/plugin-dev

@kylesnowschwartz

Adds a guide skill that helps users navigate the 9 specialized plugin-dev
skills. Routes users to the appropriate skill based on their task.

- New skill: plugin-dev-guide with decision tree and workflows
- New command: plugin-dev-guide for autocomplete discoverability
- Update skill count to 10 in plugin.json and marketplace.json

Closes sjnims#184

sjnims

@sjnims

- Bump plugin version to 0.3.3 in plugin.json and marketplace.json
- Update CLAUDE.md version reference and component counts (10 skills, 3 agents, 4 slash commands)
- Add command frontmatter (allowed-tools, model) to plugin-dev-guide
- Clarify skill count statement in plugin-dev-guide SKILL.md

sjnims added a commit that referenced this pull request

Jan 28, 2026
Version bump to v0.3.3

## Changes

### Added
- **New skill: plugin-dev-guide** - Meta-skill providing overview of
plugin development and routing to specialized skills (#196)
- **New reference: commands-vs-skills.md** - Explains when to use
commands vs skills and migration path

### Changed
- **Update documentation for commands/skills merge** - Clarified that
commands and skills use the same Skill tool mechanism but differ in
complexity (fixes #198)

### Documentation
- **Add plugin-dev-guide to Available Commands table** - Updated README
with new command (#200)

### Maintenance
- **Update plugin author metadata** - Synced author info to match
marketplace owner

## Checklist
- [x] Version updated in plugin.json, marketplace.json, CLAUDE.md
- [x] CHANGELOG.md updated with release notes
- [x] Markdownlint passes
- [x] Version comparison links updated in CHANGELOG

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>