This skill handles the full release cycle for a Claude Code plugin that keeps its version in two files:
Ask the user which kind of version bump they want — patch, minor, or major — unless they already specified it. Show the current version from plugin.json and what the new version would be for each option so the choice is concrete.
Run make check (which verifies shared refs use correct paths and all shared files exist). This is the gate — if it fails, stop and report the errors so they can be fixed before retrying. Do not proceed past this step on failure.
Автоматизирует рабочий процесс выпуска этого плагина: запускает make check, добавляет версию в плагины.json и marketplace.json, при необходимости создает ветку Release/vX.Y.Z и фиксирует/отправляет/открывает PR. Используйте этот навык, когда пользователь говорит «выпустить», «вырезать выпуск», «улучшить версию», «подготовить выпуск», «сделать выпуск», «создать ветку выпуска» или любой другой вариант выпуска новой версии. Источник: mthds-ai/skills.