Backend Atomic Commit
Pedantic pre-commit and atomic-commit workflow for Django/Optimo repos. Enforces AGENTS.md, repo-local docs, pre-commit hooks, and commit hygiene without AI signatures.
Overview
Pedantic pre-commit and atomic-commit workflow for Django/Optimo repos. Enforces AGENTS.md, repo-local docs, pre-commit hooks, and commit hygiene without AI signatures.
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.
Pedantic backend pre-commit + atomic-commit skill for Django/Optimo repos that enforces local AGENTS.md, repo-local docs, pre-commit hooks, and repo-local commit hygiene without AI signatures.
Slash Commands
Claude Code wrapper files live under plugins/backend-atomic-commit/commands/ and
surface as namespaced commands. Codex invokes the underlying skill by name
(for example, name: backend-atomic-commit).
/backend-atomic-commit:commit/backend-atomic-commit:pre-commit/backend-atomic-commit:atomic-commit 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-atomic-commit@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-atomic-commit/skills/backend-atomic-commit
Claude Code: invoke as /backend-atomic-commit:commit.
Codex: invoke as name: backend-atomic-commit.