Backend Release Manager
Full release workflow for Django4Lyfe: create release PRs, version bumping (YYYY.MM.DD), conflict resolution, GitHub releases, and post-release branch sync.
Overview
Full release workflow for Django4Lyfe: create release PRs, version bumping (YYYY.MM.DD), conflict resolution, GitHub releases, and post-release branch sync.
Bundles 1 skill with 3 Claude Code wrappers. Codex users install the same skill directories directly from GitHub.
Skills
Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.
Create and manage release PRs against master branch. Handles the full release workflow including merging release into master, version bumping in pyproject.toml, running uv lock, and creating GitHub releases.
Slash Commands
Claude Code wrapper files live under plugins/backend-release/commands/ and
surface as namespaced commands. Codex invokes the underlying skill by name
(for example, name: release-manager).
/backend-release:check/backend-release:create/backend-release:publish Installation
Install the plugin for Claude Code, or install one or more skill paths for Codex.
Claude Code
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install backend-release@diversiotech Codex
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
--repo DiversioTeam/agent-skills-marketplace \
--path plugins/backend-release/skills/release-manager
Claude Code: invoke as /backend-release:check.
Codex: invoke as name: release-manager.