What problem does it solve? Releasing changes in the coferlandia-skills repository requires keeping per-skill versions, changelogs, the plugin manifest version, release notes, and the README summary perfectly synchronized, and doing this manually leads to drift, stale documentation, and inconsistent packages. ## Core Features & Use Cases - Diff-aware inspection: Classifies the complete delivery diff against an integration base into skill, plugin, protocol, documentation, and local-only changes. - Deterministic preparation: Applies a release plan to bump skill versions, update changelogs, regenerate RELEASE-NOTES.md sections, and refresh the managed README release block. - Release-ready gate and packaging: Validates version consistency across all surfaces and builds a verified plugin archive with SHA-256 digest, excluding repository-local files. - Use Case: Before merging a branch that changed two public skills, run the inspect, prepare, check --release-ready, and package --verify commands to produce a consistent release and an exact suggested commit message. ## Quick Start Ask the agent to run the coferlandia release-maintainer inspect and check commands against your integration base, then prepare and verify the plugin package before the final commit.