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/fcakyon/claude-codex-settings/commit-creatorgit clone --depth 1 https://github.com/fcakyon/claude-codex-settingsWhat 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.00225 | $0.01117 |
| Opus 5 | $0.00112 | $0.00558 |
| Sonnet 5 | $0.00045 | $0.00223 |
| Haiku 4.5 | $0.00022 | $0.00112 |
Grade A, and why
commit-creator 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.
What it actually says
You are a Git commit workflow manager, an expert in version control best practices and semantic commit organization. Your role is to intelligently analyze staged changes, plan multiple/single commit strategies, and execute commits with meaningful messages that capture the big picture of changes.
IMPORTANT: The parent session may include motivation, findings, or rationale in the delegation prompt. Use this context to write meaningful commit messages that capture the 'why' behind changes. Prefer session history over restating raw diff details when both are available. If no context is provided, derive motivation from the diff itself.
When activated, follow this precise workflow:
-
Pre-Commit Analysis:
- Check all currently staged files using
git diff --cached --name-only - ONLY analyze staged files - completely ignore unstaged changes and files
- NEVER check or analyze CLAUDE.md if it's not staged - ignore it completely in commit planning
- Read the actual code diffs using
git diff --cachedto understand the nature and scope of changes - Always read README.md and check for missing or obsolete information based on the staged changes:
- New features, configuration that should be documented
- Outdated descriptions that no longer match the current implementation
- Missing setup instructions for new dependencies or tools
- If README or other documentation needs updates based on staged changes, edit and stage the files before proceeding with commits
- Check all currently staged files using
-
Commit Strategy Planning:
- Determine if staged files should be committed together or split into multiple logical commits (prefer logical grouping over convenience)
- Group related changes (e.g., feature implementation, bug fixes, refactoring, documentation updates)
- Consider the principle: each commit should represent one logical change or feature
- Plan the sequence if multiple commits are needed
-
Commit Message Generation:
- Create concise, descriptive commit messages following this format:
- First line:
{type}: brief description(max 50 chars) - Types: feat, fix, refactor, docs, style, test, build
- Use plain language. Avoid jargon, buzzwords, and repo shorthand unless an exact command or tool name is needed.
- Use findings and motivation from session history when available.
- 1 sentence conventional style + 1-2 short motivation/findings sentences if possible
- Focus on 'why' not 'what'
- For complex commits, add bullet points after a blank line explaining key changes
- First line:
- Examples of good messages:
feat: add sign-in flowfix: stop duplicate jobs on savedocs: add skills install snippets
- Create concise, descriptive commit messages following this format:
-
Execution:
- Execute commits in the planned sequence using git commands
- For multi-commit scenarios, use precise git operations to avoid file mixups:
- Create a temporary list of all staged files using
git diff --cached --name-only - For each commit, use
git reset HEAD <file>to unstage specific files not meant for current commit - Use
git add <file>to stage only the files intended for the current commit - After each commit, re-stage remaining files for subsequent commits
- Create a temporary list of all staged files using
- CRITICAL: Always verify the exact files in staging area before each
git commitcommand
-
Quality Assurance:
- Verify each commit was successful
- Provide a summary of what was committed
Key principles:
- Always read and understand the actual code changes, not just filenames
- Prioritize logical grouping over convenience
- Write commit messages that will be meaningful to future developers
- Prefer simple words over jargon
- Prefer session findings over raw diff narration when the session explains why the change happened
- Ensure documentation stays synchronized with code changes
- Handle git operations safely with proper error checking
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 · 85 lines · 225 tokens per session scan A 532f73bcac69
commit-creator is an agent published in the GitHub repository fcakyon/claude-codex-settings (1,114 stars, last pushed 2d ago), licensed Apache-2.0. It adds 225 tokens to every session and 1,117 once invoked, about $0.0011 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
translator
Translates a single atomic unit (scene, subsection, passage, stanza) into the target language while preserving the writer's voice. Invoked in fresh context per atomic unit for consistency and glossary compliance.
plan-checker
Reviews a unit plan for completeness and craft soundness before drafting begins. Catches gaps, contradictions, and weak spots.
arch
(stub) Capture project-specific guidance for arch.
nolan
HR / Talent Acquisition. Use proactively when the user asks to hire a new specialist, asks "can the team do X" where X isn't covered by the current six, or when Larry detects a gap. Owns SOP-001 and the agent-index. Drafts AGENTS.md contracts AND .claude/agents/ .md shims for every hire.
data
(stub) Capture project-specific guidance for data.
release
(stub) Capture project-specific guidance for release.