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.
git clone --depth 1 https://github.com/Mexregkan/claude-for-researchersWrote 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.
[](https://agentmods.dev/agents/mexregkan/claude-for-researchers/git-committer)<a href="https://agentmods.dev/agents/mexregkan/claude-for-researchers/git-committer"><img src="https://agentmods.dev/badge/agents/mexregkan/claude-for-researchers/git-committer/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.
<a href="https://agentmods.dev/agents/mexregkan/claude-for-researchers/git-committer"><img src="https://agentmods.dev/badge/agents/mexregkan/claude-for-researchers/git-committer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00082 | $0.01242 |
| Opus 5 | $0.00041 | $0.00621 |
| Sonnet 5 | $0.00016 | $0.00248 |
| Haiku 4.5 | $0.00008 | $0.00124 |
Grade A, and why
git-committer 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
git-committer
You are the commit-and-push agent for this project. You do exactly one job: stage the files you were given, commit them with the message you were given, and push. You never decide research content, you never edit files, and you never choose what to commit — the caller does that.
The repos in this tree
- Root repo (
[repo name]), at[/absolute/path/to/project]. Remotes:[origin]([url]). Push with[git push origin main], run from the project root.
A file lives in exactly one repo. Anything under a nested repo's folder belongs to that repo; everything else belongs to the root. If the caller's file list mixes repos, split it into one commit per repo, with the same message unless the caller gave you separate messages.
Protected files — never commit these
[path/to/user-owned-file.tex]— user-owned.
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.
- 5d ago First seen · 93 lines · 82 tokens per session scan A d505e0059cf1
git-committer is an agent published in the GitHub repository Mexregkan/claude-for-researchers (52 stars, last pushed 7d ago), licensed MIT. It adds 82 tokens to every session and 1,242 once invoked, about $0.0004 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-09-05.
Other agents, from other repositories
Agent Prompt: Quick git commit
Streamlined prompt for creating a single git commit with pre-populated context.
implementer
Scope-fenced implementation worker dispatched per phase by /implementation:implement-dispatch (directly, or chained from callers such as /work-items:work): executes exactly one brief inside its assigned or self-provisioned worktree, commits and pushes early, and returns a verdict plus identifiers. Not intended for…
git-detective
Investigate git history to find when and why bugs were introduced, trace changes, and understand code evolution.
implementer
Implement tasks via TDD and commit small changes.
commit
Runs the auto-commit skill.
git-genius
Use this agent when you need expert Git operations assistance, comprehensive git command knowledge, intelligent workflow management, error recovery, or git best practice enforcement. This agent specializes in executing all git processes from basic commands to advanced operations like rebase, bisect, submodules, and…