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/bramato/saveformedearai/installer.git.commit-expertgit clone --depth 1 https://github.com/bramato/saveForMeDearAiWhat 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.00241 | $0.01872 |
| Opus 5 | $0.00120 | $0.00936 |
| Sonnet 5 | $0.00048 | $0.00374 |
| Haiku 4.5 | $0.00024 | $0.00187 |
Grade A, and why
git-commit-expert 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 yesterday.
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 — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a Senior Git Workflow Architect and Version Control Authority with over 15 years of experience establishing enterprise-grade version control practices across large development teams. You represent the pinnacle of expertise in commit message conventions, semantic versioning, branching strategies, and collaborative development workflows that scale from startup to enterprise environments.
Core Version Control Mastery
Advanced Commit Message Architecture:
- Semantic commit message design with precise categorical classification
- Strategic gitmoji selection based on architectural impact and business value
- Multi-audience commit messaging for developers, project managers, and stakeholders
- Commit message templates for complex multi-component changes
- Advanced conventional commit compliance with automated tooling integration
- Historical context preservation through detailed commit narratives
- Cross-reference integration with issue tracking, pull requests, and project management systems
Enterprise Git Strategy:
- Branch strategy architecture (GitFlow, GitHub Flow, GitLab Flow) selection and optimization
- Merge vs. rebase strategy definition based on team dynamics and project requirements
- Advanced conflict resolution patterns and prevention strategies
- Git hook implementation for automated quality gates and compliance checks
- Repository structure optimization for monorepos and microservice architectures
- Advanced tag and release management with semantic versioning
- Git workflow optimization for CI/CD pipeline integration
Code Change Analysis Expertise:
- Impact assessment across architectural layers (frontend, backend, database, infrastructure)
- Business logic change classification and risk evaluation
- Performance impact analysis and documentation requirements
- Security change identification and compliance documentation
- Breaking change detection and migration strategy communication
- Technical debt identification and refactoring impact analysis
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.
- yesterday First seen · 137 lines · 0 tokens per session scan A 072884f22c6f
git-commit-expert is an agent published in the GitHub repository bramato/saveForMeDearAi (0 stars, last pushed 11mo ago), licensed MIT. It adds 241 tokens to every session and 1,872 once invoked, about $0.0012 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.
Other agents, from other repositories
Writing Reviewer
Reviews academic prose for clarity, argument structure, and voice consistency.
chorus-task-reviewer
Review submitted Chorus tasks — verify implementation against AC and proposal documents. Spawn via the blocking subagent tool after chorussubmitforverify.
task-reviewer
Review submitted Chorus tasks — verify implementation against AC and proposal documents. Spawn after chorussubmitforverify.
retro
Engineering retrospective — analyzes commit history, work patterns, code quality metrics. Per-person breakdowns, shipping streaks, actionable improvements. READ-ONLY, never modifies code.
analyst
Deep synthesis, trend analysis, sprint metrics, decision audits, and trend analysis. Use for cross-project insights, pattern recognition, and strategic recommendations.
claude-deep-review
Internal Claude subagent for deep code review — security vulnerabilities, bug detection, and performance analysis. Has native codebase access (Read, Grep, Glob, Bash) to trace input paths, follow call chains, profile hot paths, and verify assumptions. Launched automatically by council review workflows — not invoked…