0xDarkMatter

Git Ops — Git skill for Claude Code

Git community

Git + worktree orchestrator entry point.

How to install Git Ops

Installs to ~/.claude/skills/0xdarkmatter-claude-mods-git-ops/SKILL.md

Terminal
mkdir -p ~/.claude/skills/0xdarkmatter-claude-mods-git-ops && curl -fsSL https://raw.githubusercontent.com/0xDarkMatter/claude-mods/HEAD/commands/git-ops.md -o ~/.claude/skills/0xdarkmatter-claude-mods-git-ops/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Git Ops does


description: "Git + worktree orchestrator entry point. /git-ops --landall surveys every branch/worktree and batch-lands the ones that are done; bare /git-ops runs a status survey. Thin router over the git-ops skill."

/git-ops — git + worktree orchestrator

Thin command wrapper over the **git-ops** skill. The skill owns the logic (`SKILL.md`, `scripts/`); this command just routes `$ARGUMENTS` to the right mode.

Arguments

$ARGUMENTS

Invocation Mode
`/

Alternatives in Git

Full documentation available on GitHub

View Source Repository