commit

commit is a skill for Claude Code from brayandiazc/project-starter-template-es-ai. It costs 78 tokens per session (445 once invoked), scanned A, original, MIT.

A workflow for creating a Git commit with a Conventional Commits message, a standard format that describes the kind of change made. It also follows the project's contribution rules and adds AI co-author attribution.

In plain words
What is it for?
Use it when you need to save staged changes as a commit or prepare a commit message that follows repository conventions.
Why use it?
It removes the guesswork from writing consistent commit messages and helps ensure the right files and required footers are included.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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.

agentmods
npx agentmods add skills/brayandiazc/project-starter-template-es-ai/commit
Any agent
npx skills add brayandiazc/project-starter-template-es-ai --skill commit
Clone the repo
git clone --depth 1 https://github.com/brayandiazc/project-starter-template-es-ai

Made for: Claude Code.

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 commit

README.md
[![agentmods](https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/commit.svg)](https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/commit)
Your own site
<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/commit"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/commit.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 445 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.00078 $0.00445
Opus 5 $0.00039 $0.00222
Sonnet 5 $0.00016 $0.00089
Haiku 4.5 $0.00008 $0.00044

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

Security

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

.claude/skills/commit/SKILL.md · 23 lines

What it actually says

Crea un commit bien formado para los cambios actuales.

  1. Lee CONTRIBUTING.md para conocer las reglas de commit del proyecto (tipos permitidos, convenciones de scope, estilo del asunto, footers requeridos). Sigue ese documento por encima de los valores por defecto de abajo.
  2. Inspecciona lo que está en stage con git status y git diff --staged. Si no hay nada en stage, revisa git diff y agrega al stage los archivos correspondientes; pregunta antes de hacer stage si es ambiguo.
  3. Redacta un mensaje de Conventional Commits:
    • Formato: <type>(<optional scope>): <short imperative subject>
    • Tipos comunes: feat, fix, docs, refactor, test, chore, build, ci.
    • Mantén el asunto por debajo de ~72 caracteres; añade un cuerpo que explique el porqué cuando el cambio no sea trivial.
    • Usa ! o un footer BREAKING CHANGE: para cambios que rompen compatibilidad.
  4. Para trabajo asistido por IA, añade la línea de atribución/coautoría en el footer según lo definido en CONTRIBUTING.md (un trailer Co-Authored-By:).
  5. Crea el commit. Muestra el mensaje final a la persona.

Ejemplo de asunto: feat(auth): add password reset via email.

NO hagas push, NO modifiques (amend) ni reescribas el historial existente, y NO incluyas cambios no relacionados — mantén cada commit enfocado.

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 · 23 lines · 78 tokens per session scan A b8ba77860696

Subscribe to this mod's changes

commit is a skill published in the GitHub repository brayandiazc/project-starter-template-es-ai (15 stars, last pushed 29d ago), licensed MIT. It adds 78 tokens to every session and 445 once invoked, about $0.0004 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-01.