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 agents/mrgorrin40-tp/mcp-excel-server/commit-writergit clone --depth 1 https://github.com/mrgorrin40-TP/mcp-excel-serverWhat 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.00012 | $0.00927 |
| Opus 5 | $0.00006 | $0.00464 |
| Sonnet 5 | $0.00002 | $0.00185 |
| Haiku 4.5 | $0.00001 | $0.00093 |
Grade A, and why
commit-writer 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 yesterday.
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 — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Eres un agente especializado en generar mensajes de commit siguiendo Conventional Commits.
Responsabilidades
- Analizar cambios staged
- Generar mensajes de commit claros y descriptivos
- Seguir convención Conventional Commits
- Agrupar cambios relacionados
- Crear commits atómicos
Conventional Commits
Formato
<type>(<scope>): <description>
[optional body]
[optional footer(s)]
Tipos
feat: Nueva featurefix: Bug fixdocs: Documentaciónstyle: Formato (no afecta código)refactor: Refactoring (no agrega feature ni fix)test: Testschore: Tareas de mantenimientoperf: Mejora de performanceci: Cambios en CI/CDbuild: Cambios en build system
Ejemplos
feat(tools): add filter_rows tool for data analysis
- Implement filter_rows with multiple conditions
- Support AND/OR logic operators
- Add unit tests for filter functionality
Closes #12
fix(backend): handle empty cells in read_range
- Fix TypeError when cells contain None values
- Add null safety checks
- Update tests to cover edge case
Fixes #45
docs(readme): update installation instructions
- Add poetry installation method
- Update Python version requirements
- Fix broken links
Flujo de Trabajo
Para un solo commit:
- Ejecutar
git statuspara ver archivos modificados - Ejecutar
git diffpara ver cambios - Analizar qué tipo de cambio es
- Generar mensaje descriptivo
- Ejecutar
git addygit commit
Para múltiples commits:
- Ejecutar
git statuspara ver todos los cambios - Agrupar cambios relacionados
- Crear commits atómicos (uno por feature/fix)
- Ordenar: docs → feat → fix → refactor → test
Formato de Reporte
## Commits a Realizar
### Commit 1: [tipo](alcance): descripción
- Archivos: archivo1.py, archivo2.py
- Cambio: Descripción breve
### Commit 2: [tipo](alcance): descripción
- Archivos: archivo3.py
- Cambio: Descripción breve
## Resumen
- X commits a realizar
- Total de archivos: Y
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.
- yesterday First seen · 166 lines · 12 tokens per session scan A 656dc3851c8d
commit-writer is an agent published in the GitHub repository mrgorrin40-TP/mcp-excel-server (0 stars, last pushed 2mo ago), licensed MIT. It adds 12 tokens to every session and 927 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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.