git-conventions

git-conventions is a skill for Claude Code from softspark/ai-toolkit. It costs 55 tokens per session (190 once invoked), scanned A, original, Apache-2.0.

A set of rules for writing Git commit messages, using labels such as feat, fix, docs, and test.

In plain words
What is it for?
Use it when creating commits, preparing changelogs, or following a team's commit-message convention.
Why use it?
It keeps the project history predictable and avoids adding unwanted AI attribution to commits.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the ai-toolkit plugin — 113 skills, 44 agents, 14 hooks shipped together

Good fit Use it when creating commits, preparing changelogs, or following a team's commit-message convention.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/softspark/ai-toolkit/git-conventions
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 softspark/ai-toolkit --skill git-conventions
Clone the repo
git clone --depth 1 https://github.com/softspark/ai-toolkit

Made for: Claude Code.

Or install ai-toolkit, the plugin that ships this one along with the rest of its 113 skills, 44 agents, 14 hooks.

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-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/softspark/ai-toolkit/git-conventions.svg)](https://agentmods.dev/skills/softspark/ai-toolkit/git-conventions)
Your own site
<a href="https://agentmods.dev/skills/softspark/ai-toolkit/git-conventions"><img src="https://agentmods.dev/badge/skills/softspark/ai-toolkit/git-conventions.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 190 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00055 $0.00190
Opus 5 $0.00028 $0.00095
Sonnet 5 $0.00011 $0.00038
Haiku 4.5 $0.00006 $0.00019

Measured 4d ago against content hash 980db6fb50dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

git-conventions 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 4d 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.

app/skills/git-conventions/SKILL.md · 19 lines

What it actually says

Git Conventions

This rule comes from app/rules/git-conventions.md in ai-toolkit. It applies to every task in this workspace, not only when it is loaded.

Git Conventions

  • Do NOT add Co-Authored-By: Claude or any AI co-authorship to commits
  • Do NOT add Claude signatures or attribution to commit messages
  • Conventional commits format: feat:, fix:, docs:, refactor:, test:, chore:
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. 4d ago First seen · 19 lines · 55 tokens per session scan A 980db6fb50dc

Subscribe to this mod's changes

git-conventions is a skill published in the GitHub repository softspark/ai-toolkit (170 stars, last pushed today), licensed Apache-2.0. It adds 55 tokens to every session and 190 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

git-commit

Safely create a git commit by validating repository state, staging intended changes, scanning for secrets/conflicts, generating a Conventional Commits message (repository convention first, else an English Angular default) from the staged diff, and committing without amend.

johnqtcg/awesome-skills · 52 tokens

git-workflow-helper

Guide pour les opérations Git complexes, résolution de conflits et bonnes pratiques de workflow. À utiliser quand l'utilisateur est bloqué avec Git ou veut mettre en place un workflow. Se déclenche aussi avec "git merge conflict", "comment revert", "git rebase", "branching strategy", "j'ai cassé mon git", ou toute…

khalilbenaz/claude-skills-collection · 96 tokens

github-readme

Generate, audit, or update GitHub READMEs with project-type-aware structure, voice calibration, and SEO/AEO discoverability guidance. Three modes: generate (new), audit (check existing), update (patch). Detects repo type and adapts sections, tone, and badges accordingly.

thatrebeccarae/claude-marketing · 63 tokens

safe-push

Pre-push hygiene check for GitHub repositories. Scans for PII, secrets, and sensitive data before pushing. Audits commit messages, enforces repo-specific blocklists, and rate-limits pushes to avoid GitHub abuse detection. Use before any git push, especially to public repos.

thatrebeccarae/claude-marketing · 63 tokens

git-workflow

Git workflow automation with conventional commits, merge vs rebase decision trees, worktrees, SSH signing, and monorepo sparse checkout patterns.

medy-gribkov/arcana · 32 tokens

git-conventions

Apply when committing, branching, or opening a pull request. Conventional commit format, branch naming, PR scope.

sordi-ai/skill-everything · 26 tokens