This major release standardizes skill naming with python:following-conventions and replaces the plugin-specific release command with the generic /changelog:release command. It also adds a dependency upgrade guide for Python projects.
💥 Breaking Changes
Section titled “💥 Breaking Changes”Rename python-conventions skill to following-conventions
Section titled “Rename python-conventions skill to following-conventions”Dec 11, 2025 · @mavam, @claude
The skill name follows the pattern <language>:following-conventions, allowing consistent naming across future language plugins (e.g., rust:following-conventions, go:following-conventions).
Replace /python:release with /changelog:release
Section titled “Replace /python:release with /changelog:release”The /python:release command has been removed. Use /changelog:release
instead, which auto-detects Python projects and applies the appropriate quality
gates and version bumping.
🚀 Features
Section titled “🚀 Features”Add dependency upgrade guide for Python plugin
Section titled “Add dependency upgrade guide for Python plugin”New reference document specifies the uv lock --upgrade command and canonical commit message for dependency upgrades.