Git Commit Helper

Git Commit Helper is a skill for Claude Code, Codex from shyinlim/claude_setting_manager. It costs 29 tokens per session (1,041 once invoked), scanned A, original, no licence file.

A commit-message writing skill that examines Git changes and suggests descriptive commit messages. Git is a system for tracking changes to code and files.

In plain words
What is it for?
Use it when writing a commit message or reviewing staged changes.
Why use it?
It removes the guesswork from summarizing staged changes clearly before creating a commit.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when writing a commit message or reviewing staged changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shyinlim/claude_setting_manager/professional1
Install

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.

Any agent
npx skills add shyinlim/claude_setting_manager --skill professional1
Clone the repo
git clone --depth 1 https://github.com/shyinlim/claude_setting_manager

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for Git Commit Helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/shyinlim/claude_setting_manager/professional1.svg)](https://agentmods.dev/skills/shyinlim/claude_setting_manager/professional1)
Your own site
<a href="https://agentmods.dev/skills/shyinlim/claude_setting_manager/professional1"><img src="https://agentmods.dev/badge/skills/shyinlim/claude_setting_manager/professional1.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,041 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.01041
Opus 5 $0.00015 $0.00521
Sonnet 5 $0.00006 $0.00208
Haiku 4.5 $0.00003 $0.00104

Measured 8d ago against content hash a94a00120ecb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

Git Commit Helper 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 8d 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.

template/skill/professional1/SKILL.md · 205 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

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.

  1. 8d ago First seen · 205 lines · 29 tokens per session scan A a94a00120ecb

Subscribe to this mod's changes

Git Commit Helper is a skill published in the GitHub repository shyinlim/claude_setting_manager (2 stars, last pushed 5mo ago), with no licence file. It adds 29 tokens to every session and 1,041 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

commit

Commit changes with well-crafted messages, grouping related files into separate commits.

Weaverse/.agents · 13 tokens

pwp-bootstrap

New project initialization protocol — from empty directory to production-ready foundation in one session. Use this skill whenever the user wants to start a new project, initialize a repo, scaffold an application, or set up a codebase from scratch. Also use when they say 'new project', 'start fresh', 'initialize a…

shandar/pwp-plugin · 104 tokens

git-hygiene

Execute explicitly requested version-control mutations safely, including staging, commits, branches, merges, rebases, conflict resolution, undo operations, and pull-request preparation. Always use before force push, reset, clean, history rewrite, or deletion. Do not trigger for read-only status, diff, log, blame, or…

adityaarakeri/senior-agent-skills · 76 tokens

team-workspace

Use to set up or work with a SHARED, git-backed team workspace for artifacts a team co-owns — team charters, strategy docs, decision records — kept strictly separate from your private reflections, which never leave your machine. Trigger phrases include "share our team charter with the team", "set up a shared…

shwetank/bettersense · 159 tokens

commit

Use this skill when the user wants to create a git commit, stage files, write a commit message, or finalize their work with a git commit. Also invoked by phrases like "commit my changes", "save to git", "git commit".

Imran-ml/claude-skills · 51 tokens

git-commit

Analyze changes with Git only and auto-generate conventional commit messages with optional emoji; suggests splitting commits when needed, runs local Git hooks by default (use --no-verify to skip).

UfoMiao/zcf · 41 tokens