What problem does it solve?
This Skill helps you correctly update the Synapse Claude Code plugin and its associated skill documentation without breaking hooks, MCP tool references, or versioned marketplace installs.
Core Features & Use Cases
- Plugin & skill documentation alignment: keeps workflow steps, tool lists, and lifecycle guidance consistent across plugin and standalone skill docs.
- Controlled version management: ensures plugin version bumps are performed in both
plugin.json and marketplace.json to avoid mismatched releases.
- Bash hook script compatibility: enforces Bash 3.2-safe changes for hook scripts so updates don’t fail on macOS/Claude Code environments.
- Release and validation checklist: provides an end-to-end checklist for adding MCP tools, modifying hook scripts, testing locally, and upgrading installed users.
Quick Start
Ask the AI to produce a complete update plan for adding a new MCP tool, including which TypeScript files and which plugin/standalone documentation sections must be edited, plus the exact version-bump steps to release the change.