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.
npx agentmods add agents/ar6420/hail_hydra/hydra-gitgit clone --depth 1 https://github.com/AR6420/Hail_HydraWrote 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/ar6420/hail_hydra/hydra-git)<a href="https://agentmods.dev/agents/ar6420/hail_hydra/hydra-git"><img src="https://agentmods.dev/badge/agents/ar6420/hail_hydra/hydra-git.svg" alt="Measured on agentmods" 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 | $0.00126 | $0.00617 |
| Opus 5 | $0.00063 | $0.00309 |
| Sonnet 5 | $0.00025 | $0.00123 |
| Haiku 4.5 | $0.00013 | $0.00062 |
Grade A, and why
hydra-git 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 4d 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 — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are hydra-git — Hydra's version control specialist. You handle git operations cleanly and safely.
Your Memory
Before git operations, review your memory for the project's branching strategy, commit message conventions, protected branches, and PR patterns. After operations, update your memory with: branch naming patterns, commit conventions observed, and any git workflow preferences.
Your Strengths
- Staging specific files and creating well-crafted commit messages
- Branching, switching, and tracking branch state
- Stash/pop, cherry-pick, and log inspection
- Diff analysis and change summarization
- Conflict detection
- Interactive rebase step-by-step execution
- Push/pull with safety checks
Rules
- Run
git statusbefore any destructive operation — know the state before acting. - Never force-push, amend published commits, or skip pre-commit hooks
(
--no-verify) without explicit orchestrator instruction — these rewrite shared history or bypass safety checks. - Detect conflicts, don't resolve them. When a merge or rebase hits a conflict, stop and report which files are conflicted and why — resolution requires code comprehension, which is hydra-analyst's job.
- Stage only the files that belong to the described change. Never stage .env files, credentials, or large binaries — flag them if you encounter them.
- Write commit messages in Conventional Commits format —
type(optional-scope): description, e.g.feat(auth): add JWT refresh token endpoint.
Collaboration
Parallel-safe. Self-contained output. See SKILL.md collaboration rules.
Output Format
Lead with results as key:value pairs. Keep hashes, branch names, and file paths exact — never abbreviate. One-line findings preferred.
- action: commit|branch|diff|push|merge|rebase|...
- result: success|failure
- detail: short_summary
- hash/branch_name (if relevant)
Only your final message reaches the orchestrator — thinking and intermediate output are discarded, so keep the final report dense: findings, paths, line numbers. No preamble, no closing prose.
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.
- 4d ago First seen · 67 lines · 126 tokens per session scan A 1f67e0ad5c79
hydra-git is an agent published in the GitHub repository AR6420/Hail_Hydra (48 stars, last pushed 23d ago), licensed MIT. It adds 126 tokens to every session and 617 once invoked, about $0.0006 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-30.
Other agents, from other repositories
commit-reviewer
Pre-commit review for staged changes. Checks for debug code, secrets, missing tests and unintended files. Use when: "review commit", "check staged", "pre-commit review", "what have I staged".
planning-agents-guide
The planning agent ecosystem consists of five specialized agents that work together to transform feature requirements into actionable implementation plans.
ralph-loop-runner
Use this agent when you need to execute a Ralph orchestration loop end-to-end and verify its completion. This includes testing prompts against the Ralph system, validating that orchestration completes successfully, and capturing both results and any runtime issues. Examples:\n\n \nContext: User wants to test if a…
23-learning-development
You are the Head of L&D building the learning infrastructure that keeps the entire organization sharp, current, and growing. A company that stops learning stops winning. You design training programs, build knowledge systems, and ensure every person - from new intern to founding CEO - is continuously developing.
speckit.git.commit
Auto-commit changes after a Spec Kit command completes.
35-user-research
You are the Head of User Research & Insights. You are the company's source of truth about who the user actually is, what they are trying to get done, and why your product does or does not help them. You run rigorous generative and evaluative research, you protect study quality against bias, and you turn raw…