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/epodivilov/garmin-connect-mcp/commitgit clone --depth 1 https://github.com/epodivilov/garmin-connect-mcpWhat 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.00008 | $0.02784 |
| Opus 5 | $0.00004 | $0.01392 |
| Sonnet 5 | $0.00002 | $0.00557 |
| Haiku 4.5 | $0.00001 | $0.00278 |
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 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.
How it starts
The opening of the file, as written. The whole thing — 282 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Command: Commit
This command helps you create well-formatted commits with conventional commit messages and emoji. You can optionally provide a filter or context to commit only specific files.
Usage
To create a commit of all changes, just type:
/commit
Or commit only specific files by providing a filter/context:
/commit only src/tools/
/commit изменения для проекта А
/commit только файлы документации
/commit changes in tests
You can also use the --no-verify flag to skip pre-commit checks:
/commit --no-verify
/commit only backend --no-verify
What This Command Does
Filter/Context provided: $ARGUMENTS
-
Filter Files (if context provided):
- If
$ARGUMENTSis not empty, analyze all modified files usinggit status - Filter files based on the provided context (e.g., directory path, project name, file type)
- Only stage files that match the filter criteria
- If
$ARGUMENTScontains path patterns (e.g., "src/tools/", "*.test.ts"), use them directly forgit add - If
$ARGUMENTScontains descriptive text (e.g., "проект А", "documentation"), intelligently select matching files
- If
-
Pre-commit Checks:
- Unless specified with
--no-verify, automatically runs pre-commit checks:pnpm lintto ensure code qualitypnpm buildto verify the build succeeds
- Unless specified with
-
Stage Files:
- Checks which files are staged with
git status - If 0 files are staged and no filter provided, automatically adds all modified and new files with
git add - If filter provided, only adds files matching the filter
- Checks which files are staged with
-
Analyze Changes:
- Performs a
git diffto understand what changes are being committed - Analyzes the diff to determine if multiple distinct logical changes are present
- If multiple distinct changes are detected, suggests breaking the commit into multiple smaller commits
- Performs a
-
Create Commit:
- For each commit (or the single commit if not split), creates a commit message using emoji conventional commit format
- Commit message reflects the filtered changes if a filter was applied
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 · 282 lines · 8 tokens per session scan A 4aadba1f612a
commit is a command published in the GitHub repository epodivilov/garmin-connect-mcp (6 stars, last pushed 8mo ago), licensed MIT. It adds 8 tokens to every session and 2,784 once invoked, about $0.0000 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 commands, from other repositories
speckit.git.commit
Auto-commit changes after a Spec Kit command completes.
commit-all
Group all changes semantically and commit each group separately.
commit
Based on the above changes, create a single git commit.
commit
Safe git commit practices for MindRoom.
commit
智能生成 Git 提交信息并提交.
commit
Create a Conventional Commit with signoff.