git

git is a skill for Claude Code, Codex from luismiglezmohino/ai-dev-agents. It costs 13 tokens per session (2,155 once invoked), scanned A, original, Apache-2.0.

A set of Git rules for branch names, commit messages, pull requests, and a GitHub Flow workflow. Git is a system for tracking code changes and collaborating on them.

In plain words
What is it for?
Use it when creating branches, writing Conventional Commits, opening pull requests, or applying the documented Git workflow.
Why use it?
It gives a team consistent conventions for organizing branches and describing changes, making history and reviews easier to follow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; positional $N argument; mentions Gemini CLI.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is cd backend && ./vendor/bin/pest --bail 2>/dev/null || exit 1.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/luismiglezmohino/ai-dev-agents/git.svg)](https://agentmods.dev/skills/luismiglezmohino/ai-dev-agents/git)
Your own site
<a href="https://agentmods.dev/skills/luismiglezmohino/ai-dev-agents/git"><img src="https://agentmods.dev/badge/skills/luismiglezmohino/ai-dev-agents/git.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,155 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.00013 $0.02155
Opus 5 $0.00006 $0.01077
Sonnet 5 $0.00003 $0.00431
Haiku 4.5 $0.00001 $0.00215

Measured 6d ago against content hash 38d5e2bffbce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

git 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 6d 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.

.ai/skills/git/SKILL.md · 301 lines

How it starts

The opening of the file, as written. The whole thing — 301 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SKILL: Git

REVIEW: This skill was generated with generic best practices. Adapt it to your project's conventions before using in production. Last review: 2026-02-24

Tech Stack

  • Git >= 2.40
  • Husky >= 9.0 (git hooks)
  • GitHub Flow (simplified trunk-based)
  • Conventional Commits 1.0.0

Project Patterns

Branch Naming

Format: <type>/<description-kebab-case>

feature/add-user-auth
fix/login-redirect-loop
docs/update-api-readme
refactor/extract-payment-service
chore/upgrade-dependencies
hotfix/critical-null-pointer

Rules:

  • Always in English, kebab-case
  • Short but descriptive (3-5 words max)
  • Base branch: main (never develop in GitHub Flow)
  • Delete branch after merge

Conventional Commits

Format: <type>(<scope>): <description>

feat(auth): add JWT token refresh endpoint
fix(auth): correct token refresh on expired sessions
docs(api): update OpenAPI spec for /users endpoint
test(auth): add integration tests for login flow
refactor(domain): extract ValueObject base class
perf(search): add index for user full-text search
chore(deps): upgrade symfony to 7.2

Allowed types:

Type When to use Example
feat New feature feat(dashboard): add drag-and-drop widgets
fix Bug fix fix(tts): handle empty text in speech synthesis
docs Documentation only docs(readme): add setup instructions
test Add or fix tests test(api): add e2e tests for auth flow
refactor No behavior change refactor(users): extract repository interface
perf Performance improvement perf(api): cache user profile responses
chore Maintenance, deps, CI chore(docker): update PHP base image
ci CI/CD changes ci(github): add deploy workflow

Message rules:

  • Description in imperative, lowercase, no trailing period
  • Scope optional but recommended (affected module or layer)
  • First line < 72 characters
  • Optional body: separated by blank line, explains the "why"
  • Footer: BREAKING CHANGE: if it breaks compatibility, Closes #123 for issues

Read the full file on GitHub · 301 lines

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. 6d ago First seen · 301 lines · 13 tokens per session scan A 38d5e2bffbce

Subscribe to this mod's changes

git is a skill published in the GitHub repository luismiglezmohino/ai-dev-agents (3 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 13 tokens to every session and 2,155 once invoked, about $0.0001 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.