commit

commit is a command for Claude Code from Koshimizu-Takehito/my-toybox. It costs 0 tokens per session (451 once invoked), scanned A, original, MIT.

A command that turns already staged Git changes into an English commit message and creates the commit. Git is a tool that records changes, while staged changes are the edits selected for the next record.

In plain words
What is it for?
Use it to inspect staged changes, write a concise message with optional detail, and run the Git commit.
Why use it?
It standardizes commit messages and prevents unrelated actions while preparing the commit. The message follows Conventional Commits, a format that labels changes such as features or fixes.

Command for Claude Code

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.

agentmods
npx agentmods add commands/koshimizu-takehito/my-toybox/commit
Clone the repo
git clone --depth 1 https://github.com/Koshimizu-Takehito/my-toybox

Made for: Claude Code.

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 commit

README.md
[![agentmods](https://agentmods.dev/badge/commands/koshimizu-takehito/my-toybox/commit.svg)](https://agentmods.dev/commands/koshimizu-takehito/my-toybox/commit)
Your own site
<a href="https://agentmods.dev/commands/koshimizu-takehito/my-toybox/commit"><img src="https://agentmods.dev/badge/commands/koshimizu-takehito/my-toybox/commit.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 451 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00000 $0.00451
Opus 5 $0.00000 $0.00226
Sonnet 5 $0.00000 $0.00090
Haiku 4.5 $0.00000 $0.00045

Measured today against content hash 166e4dbd3ea5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

commit 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 today.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • commit — 100% identical, 1 lines differ
.claude/commands/commit.md · 23 lines

What it actually says

Instructions

以下の3つを直列に実行してください。それ以外の行動は一切禁止です。

💡 このコマンドはデフォルトシェルが zsh であることを前提としています(Bash 互換構文)。

  1. 現在の Git の staged な変更を git diff --cached で確認する
  2. Git の staged な変更をもとに、英語のコミットメッセージを作成する
    • メッセージは Conventional Commits のフォーマットに必ず従うこと
    • 単一行の要約に加え、必要に応じて複数行の詳細説明を含めてもよい
    • 複数行の詳細説明は、行頭をハイフン(-)で始める箇条書きとする
    • 詳細説明の行数は最大3行とする。コミットは 3. の方法で改行すること。
    • 記述内容の指針:
      • 変更の背景・理由(Why)影響範囲 を中心に。実装詳細(How) は必要な範囲で。
      • 1行あたり 72 文字前後を目安(CLI やメール連携での可読性向上のため)。
      • 必要に応じて 関連 Issue/PRブレイキングチェンジ移行手順 などを記載。
  3. 作成したコミットメッセージを用いて git commit を実行する
    例(zsh):
    git commit \
     -m 'feat: add new animation easing function' \
     -m $'- Introduces a custom elastic ease-in-out curve.\n- Focused on smoother transition and natural rebound effect.'
    
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. today First seen · 23 lines · 0 tokens per session scan A 166e4dbd3ea5

Subscribe to this mod's changes

commit is a command published in the GitHub repository Koshimizu-Takehito/my-toybox (117 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 451 tokens. 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-09-04.