Diversio Engineering
On this page
PACKAGE
backend-release
v0.4.1
Category
Process
Version
v0.4.1
Compatibility
Claude Code, Codex
PLUGIN PROCESS

Backend Release Manager

Django4Lyfe releases with captured-SHA scope, verified PR inclusion, exact-head validation, authorized deployment, exact-commit publication, and three-branch sync.

Overview

Django4Lyfe releases with captured-SHA scope, verified PR inclusion, exact-head validation, authorized deployment, exact-commit publication, and three-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.

release-manager

Prepare Django4Lyfe promotions and releases, validate deploy candidates, or publish an authorized release.

plugins/backend-release/skills/release-manager
Skill docs →

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

bash
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install backend-release@diversiotech

Codex

bash
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.