repository-manager-bulk-git-operations

repository-manager-bulk-git-operations is a skill for Claude Code, Codex from Knuckles-Team/repository-manager. It costs 143 tokens per session (1,479 once invoked), scanned A, original, MIT.

A service for performing approved Git operations across many repositories at once. A repository is a project folder tracked by Git, and a workspace may contain many of them.

In plain words
What is it for?
Use it to clone, pull, push, add, commit, run pre-commit checks, push in dependency order, or enumerate repositories from GitLab or GitHub.
Why use it?
It removes repetitive repository-by-repository work while keeping actions limited to defined operations instead of arbitrary shell commands.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to clone, pull, push, add, commit, run pre-commit checks, push in dependency order, or enumerate repositories from GitLab or GitHub.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/repository-manager/repository-manager-bulk-git-operations
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Knuckles-Team/repository-manager --skill repository-manager-bulk-git-operations
Clone the repo
git clone --depth 1 https://github.com/Knuckles-Team/repository-manager

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for repository-manager-bulk-git-operations

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/repository-manager/repository-manager-bulk-git-operations/github.svg)](https://agentmods.dev/skills/knuckles-team/repository-manager/repository-manager-bulk-git-operations)
Your own site
<a href="https://agentmods.dev/skills/knuckles-team/repository-manager/repository-manager-bulk-git-operations"><img src="https://agentmods.dev/badge/skills/knuckles-team/repository-manager/repository-manager-bulk-git-operations/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for repository-manager-bulk-git-operations

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/repository-manager/repository-manager-bulk-git-operations"><img src="https://agentmods.dev/badge/skills/knuckles-team/repository-manager/repository-manager-bulk-git-operations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,479 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00143 $0.01479
Opus 5 $0.00072 $0.00740
Sonnet 5 $0.00029 $0.00296
Haiku 4.5 $0.00014 $0.00148

Measured 10d ago against content hash 701734c6ac55, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

repository-manager-bulk-git-operations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

repository_manager/skills/repository-manager-bulk-git-operations/SKILL.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repository Manager — Bulk Git Operations

Fan-out git operations across every repository in a workspace, plus enterprise-scale remote enumeration, over the repository-manager MCP server. Long-running actions run as background jobs; poll them via the job status path.

When to use

  • Clone / pull / push / add / commit across many repos in parallel.
  • Run pre-commit hooks or a gated commit_code (hooks then commit) across projects.
  • Phased push (push respecting inter-repo dependency phases).
  • enumerate every repository across a GitLab instance / GitHub org into an ingest manifest — and natively ingest them into the KG as :GitRepository nodes.

There is no arbitrary/raw git command action. action="raw" is accepted by the action resolver (so it does not read as a typo) but the handler always returns a refusal — "Raw host commands are permanently retired; use a typed repository-manager action through governed delegation." — regardless of command. If the task genuinely has no typed action here, that is a signal to stop and report the gap, not to route around it with a raw command.

When NOT to use

  • Isolated per-session branch worktrees → repository-manager-worktree-orchestration.
  • Install / build / validate / version-bump managed projects → repository-manager-workspace-validation.

Prerequisites & environment

Connect via the mcp-client skill against the repository-manager MCP server.

Variable Required Notes
REPOSITORY_MANAGER_WORKSPACE / WORKSPACE_PATH Workspace root holding the checkouts
REPOSITORY_MANAGER_THREADS / RM_MAX_WORKERS optional Parallelism for bulk ops
RM_GATE_BEFORE_PUSH optional Run the pre-push validation gate before pushing
GITLAB_URL / GITLAB_PRIVATE_TOKEN for enumerate gitlab GitLab instance + PAT
GITHUB_TOKEN / GH_TOKEN for enumerate github GitHub PAT
GIT_OPERATIONSTOOL optional Gate the git-operations tool tag on

Read the full file on GitHub · 112 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 112 lines · 143 tokens per session scan A 701734c6ac55

Subscribe to this mod's changes

repository-manager-bulk-git-operations is a skill published in the GitHub repository Knuckles-Team/repository-manager (2 stars, last pushed 12d ago), licensed MIT. It adds 143 tokens to every session and 1,479 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

git-workflow

Git workflow patterns including branching strategies, commit conventions, merge vs rebase, atomic commits, worktrees, change summaries, and disciplined version control for AI agents and developer teams.

JunMystery/Agent-Guidance-Python · 39 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts). Verify, commit. Stops at "committed locally on main" — or, when the project releases through a release PR, at "release branch pushed, PR open". No tag, no push to…

cyanheads/mcp-ts-core · 104 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts). Verify, commit. Stops at "committed locally on main" — or, when the project releases through a release PR, at "release branch pushed, PR open". No tag, no push to…

cyanheads/pubmed-mcp-server · 104 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/clinicaltrialsgov-mcp-server · 82 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/workflows-mcp-server · 82 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/ntfy-mcp-server · 82 tokens