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 commands/koshimizu-takehito/my-toybox/commitgit clone --depth 1 https://github.com/Koshimizu-Takehito/my-toyboxWrote 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.
[](https://agentmods.dev/commands/koshimizu-takehito/my-toybox/commit)<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>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.
| Model | Per session | Once 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 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- commit — 100% identical, 1 lines differ
What it actually says
Instructions
以下の3つを直列に実行してください。それ以外の行動は一切禁止です。
💡 このコマンドはデフォルトシェルが zsh であることを前提としています(Bash 互換構文)。
- 現在の Git の staged な変更を
git diff --cachedで確認する - Git の staged な変更をもとに、英語のコミットメッセージを作成する
- メッセージは Conventional Commits のフォーマットに必ず従うこと
- 単一行の要約に加え、必要に応じて複数行の詳細説明を含めてもよい
- 複数行の詳細説明は、行頭をハイフン(
-)で始める箇条書きとする - 詳細説明の行数は最大3行とする。コミットは 3. の方法で改行すること。
- 記述内容の指針:
- 変更の背景・理由(Why) と 影響範囲 を中心に。実装詳細(How) は必要な範囲で。
- 1行あたり 72 文字前後を目安(CLI やメール連携での可読性向上のため)。
- 必要に応じて 関連 Issue/PR、ブレイキングチェンジ、移行手順 などを記載。
- 作成したコミットメッセージを用いて
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.'
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.
- today First seen · 23 lines · 0 tokens per session scan A 166e4dbd3ea5
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.
Other commands, from other repositories
cr
When user uses /cr slash command, review uncommitted code changes with reusable language-aware rules, preferring project-local review commands or rules when they exist.
standup
Review my git commits from the past workday and generate a standup summary.
git
The pre-finish status: branch, hygiene findings, message checks, workflow lint, template state.
commit-claude-config
Version the Solana AI Kit config in git (un-ignores .claude/, CLAUDE.md, .mcp.json, .gitmodules and commits them).
commit
智能生成 Git 提交信息并提交.
session-report
Capture what changed this session and why, scoped to the current branch. Read by ship verbs when synthesizing the commit message; deleted after a successful commit.