What problem does it solve?
This Skill codifies the checklists, compatibility rules, and release steps needed to safely modify the Chorus plugin, update skill documentation, and publish new plugin versions without creating version mismatches or breaking hook behavior.
Core Features & Use Cases
- Version Synchronization: Ensures the plugin.json and marketplace.json version fields are updated together to avoid mismatched releases.
- Hook Script Compatibility: Documents forbidden Bash 4+ features and prescribes macOS Bash 3.2-compatible alternatives and verification steps.
- Release & Testing Checklist: Provides reproducible steps to run syntax tests, load plugins locally, and verify plugin updates before publishing.
- Use Case: A maintainer edits a hook script, verifies Bash 3.2 compatibility, bumps versions in both files, and tests the plugin locally before issuing an update so users receive a safe upgrade.
Quick Start
Update the plugin version in both plugin.json and marketplace.json, run the macOS Bash 3.2 syntax checks for hook scripts, and test the plugin locally before publishing the update.