Project release helper for corezoid-ai-plugin. Prepares a new tagged release end-to-end. Use this skill whenever the user says "release", "релиз", "новый релиз", "сделай релиз", "выпусти версию", "bump version", "обновить версию", "tag a release", "/release", or anything that implies cutting a new version of this plugin. Walks the user through six explicit phases: (1) compare main with the latest git tag and summarise what changed, (2) ask which new version to publish, (3) draft a CHANGELOG.md entry in the existing format, (4) sync that version across all four manifest files (.claude-plugin/marketplace.json, plugins/corezoid/.claude-plugin/plugin.json, plugins/corezoid/.codex-plugin/plugin.json, .agents/plugins/marketplace.json), (5) show the user the full proposed change set and wait for explicit confirmation, (6) commit on the current branch and create the matching vX.Y.Z tag. Always use this skill instead of running release steps manually — it keeps the four manifests in lock-step, formats the changelog consistently, and prevents partial releases.
$npx -y skills add corezoid/corezoid-ai-plugin --skill releaseInstalls into the current project.
Run `npx skills use "https://github.com/corezoid/corezoid-ai-plugin" --skill "corezoid/corezoid-ai-plugin/release"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/corezoid/corezoid-ai-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/corezoid/corezoid-ai-plugin"` and select the relevant skills, then follow their instructions.