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 skills/brayandiazc/project-starter-template-es-ai/commitnpx skills add brayandiazc/project-starter-template-es-ai --skill commitgit clone --depth 1 https://github.com/brayandiazc/project-starter-template-es-aiWrote 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.
[](https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/commit)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
Crea un commit bien formado para los cambios actuales.
- Lee
CONTRIBUTING.mdpara 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. - Inspecciona lo que está en stage con
git statusygit diff --staged. Si no hay nada en stage, revisagit diffy agrega al stage los archivos correspondientes; pregunta antes de hacer stage si es ambiguo. - 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 footerBREAKING CHANGE:para cambios que rompen compatibilidad.
- Formato:
- 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 trailerCo-Authored-By:). - 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.
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.
- 4d ago First seen · 23 lines · 78 tokens per session scan A b8ba77860696
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.
Other skills, from other repositories
commit-history
List recent git commits linked to agent sessions, optionally filtered by branch or repo. Use when the user asks "show agent commits", "what has the agent shipped", "list linked commits", or wants commits with their session context.
workflow-patterns
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
security-pipeline
Use when security verification is needed - pre-commit security checks, vulnerability scanning, STRIDE threat analysis. Integrates with /handoff-verify --security and /commit-push-pr. CWE Top 25 based.
install-skill
Install a community skill pack into this fork from a GitHub repo and ship it as an auto-merged PR.
map-diff
Analyze the impact of staged git changes against the committed Cortex function knowledge graph — shows which downstream functions are affected before you commit.
cloudron-app-packaging
Official Cloudron app packaging skill - Dockerfile patterns, manifest, addons, build methods.