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/jaan-mustafa/10x-team/commitgit clone --depth 1 https://github.com/Jaan-Mustafa/10x-TeamWhat 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.00000 | $0.00698 |
| Opus 5 | $0.00000 | $0.00349 |
| Sonnet 5 | $0.00000 | $0.00140 |
| Haiku 4.5 | $0.00000 | $0.00070 |
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 — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/commit — Smart Commit Message Generator
Analyze all staged and unstaged changes, then create a well-structured commit.
Steps
-
Gather context — Run these commands to understand the full picture:
git statusto see all changed, staged, and untracked filesgit diffto see unstaged changesgit diff --cachedto see staged changesgit log --oneline -5to see recent commit style
-
Analyze the changes — For each changed file, understand:
- What was added, removed, or modified
- The intent behind the change (feature, fix, refactor, docs, test, chore)
- Whether multiple concerns are mixed (suggest splitting if so)
-
Stage files — If nothing is staged, stage the relevant files by name. Never use
git add -Aorgit add .. Skip files that look like secrets (.env, credentials, tokens). -
Write the commit message using this format:
<type>(<scope>): <short summary> <body — what changed and why, not how> Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>Types:
feat,fix,refactor,docs,test,chore,style,perf,ci,buildRules:
- Summary line: imperative mood, lowercase, no period, under 50 chars
- Body: wrap at 72 chars, explain WHY not WHAT
- If changes span multiple concerns, suggest separate commits
- Match the project's existing commit style from
git log
-
Show the proposed commit message to the user and ask for confirmation before committing.
-
Commit using a HEREDOC to preserve formatting:
git commit -m "$(cat <<'EOF' <the message> EOF )"
Examples
feat(auth): add OAuth2 login flow
Users can now sign in with Google and GitHub. Session tokens
are stored in HTTP-only cookies per security requirements.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
fix(api): prevent duplicate webhook deliveries
Race condition in the queue consumer caused the same event to
fire twice when processing lagged. Added idempotency key check.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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 · 83 lines · 0 tokens per session scan A c6d6e1d93a6c
commit is a command published in the GitHub repository Jaan-Mustafa/10x-Team (11 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 698 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-08-30.
Other commands, from other repositories
upgrade
Upgrade the skillshare CLI binary and/or the built-in skillshare skill.
speckit.assess.intake
Capture and normalize a raw idea (text, URL, ticket, or codebase pointer) into an intake note.
marketing
Command "marketing" from Infrasity-Labs/dev-gtm-claude-skills, covering seo & discoverability, content & copy, demand gen & growth, lifecycle & retention and research & competitive.
verify
Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.
triage
Triage review findings one by one — present pending TODOs for user decision (approve, skip, modify).
release
Git geçmişinden hedef kitleye uygun sürüm notları oluştur.