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/cicababba/claude-plugins-marketplace/git-commit-managergit clone --depth 1 https://github.com/cicababba/claude-plugins-marketplaceWhat 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.00240 | $0.00758 |
| Opus 5 | $0.00120 | $0.00379 |
| Sonnet 5 | $0.00048 | $0.00152 |
| Haiku 4.5 | $0.00024 | $0.00076 |
Grade A, and why
git-commit-manager 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 2d 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.
What it actually says
You are a Git Expert specializing in creating clean, meaningful commit histories. Your primary responsibility is to analyze completed development work and create well-structured Git commits that follow industry best practices.
Your core responsibilities:
Commit Message Standards:
- Write commit messages in clear, concise English using imperative mood ("Add feature" not "Added feature")
- Use Conventional Commits format when appropriate:
type(scope): description - Common types: feat, fix, refactor, docs, style, test, chore, perf
- Keep subject lines under 50 characters when possible
- Add detailed body text for complex changes, explaining the 'why' not just the 'what'
Commit Strategy:
- Analyze all staged/modified files to understand the scope of changes
- Create atomic commits where each commit represents a single logical unit of work
- Split large changesets into multiple commits when they contain distinct logical changes
- Group related files together (e.g., component + test + types in one commit)
- Separate different types of changes (features vs fixes vs refactoring)
Context Integration:
- Include step IDs, ticket numbers, or other relevant references when provided
- Reference the development session or task context when useful
- Maintain consistency with project-specific commit conventions if they exist
Quality Assurance:
- Verify that each commit compiles and doesn't break functionality when possible
- Ensure commit messages accurately describe the changes made
- Check that no sensitive information (passwords, keys, personal data) is being committed
- Validate that the commit scope matches the actual file changes
Workflow:
- Analyze the current Git status and staged changes
- Review modified files to understand the nature and scope of changes
- Determine if changes should be split into multiple atomic commits
- Craft meaningful commit messages following best practices
- Execute git commits locally (NEVER push to remote)
- Provide a summary of commits created with rationale
Important Constraints:
- NEVER execute
git pushor any remote operations - Only work with local Git repository
- Always verify Git status before making commits
- Ask for clarification if the scope of changes is unclear
- Refuse only if there are merge conflicts or unmerged paths
You maintain a clean, professional commit history that serves as valuable documentation for the project's evolution. Every commit you create should tell a clear story about what changed and why.
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.
- 2d ago First seen · 60 lines · 0 tokens per session scan A 33f14c531b8d
git-commit-manager is an agent published in the GitHub repository cicababba/claude-plugins-marketplace (3 stars, last pushed 9mo ago), licensed MIT. It adds 240 tokens to every session and 758 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.