v1.3.2 - Official Plugin Structure + Open Source Maintainer
Summary
Major structural fix to match official Claude Code plugin format, plus a new skill for GitHub repository maintenance.
New Skills
- open-source-maintainer - End-to-end GitHub repository maintenance for open-source projects. Triage issues, review PRs, analyze contributor activity, and generate maintenance reports.
Breaking Changes
- Plugin structure completely reworked - Skills now use the official Claude Code format:
plugin-folder/ ├── .claude-plugin/plugin.json └── skills/<skill-name>/SKILL.md - Previous installs may need to be uninstalled and reinstalled
Bug Fixes
- Fixed skill auto-discovery - Claude Code now properly detects skills (SKILL.md must be in
skills/<name>/subfolder, not plugin root) - Fixed marketplace.json structure - Each skill is now a separate plugin entry per official spec (PR #4 by @siraht)
- Added plugin.json manifests - Each skill folder now has proper
.claude-plugin/plugin.json
Improvements
- open-source-maintainer templates - Richer default templates with detailed markdown scaffolding
- Auto-initialization - Triage script automatically creates
.github/maintainer/with template files on first run - Sync workflow updated - External skill sync now correctly places files in
skills/<name>/subfolder
Documentation
- Updated AGENTS.md maintainer notes with correct plugin structure
- Updated README.md repository structure diagram
- Fixed guidance that was contradicting official Claude Code format
Skills
| Skill | Category | Status | |-------|----------|--------| | orchestration | workflow | Updated structure | | open-source-maintainer | workflow | NEW | | gastown | tools | Updated structure | | zai-cli | tools | Updated structure | | dev-browser | automation | Updated structure |
Contributors
- @siraht - PR #4 fixing plugin structure