Automates the entire version bump and release workflow for the claude-mem project, touching every file that carries a version string across eight different manifests (package.json, plugin configs, marketplace metadata, and various plugin runtime files). It enforces a strict commit-everything policy and walks you through determining semver bump type, updating all version references, building artifacts, and pushing releases. This is hyper-specific to claude-mem's architecture, which ships as both an npm package and multiple plugin formats simultaneously. If you're maintaining a similar multi-target JavaScript tool with version strings scattered across a dozen files, the workflow structure here is worth studying, but you'll need to fork and adapt the paths.
npx skills add https://github.com/thedotmack/claude-mem --skill claude-code-plugin-release