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 instructions/ismola/personal-copilot-instructions/commit-messagesgit clone --depth 1 https://github.com/Ismola/personal-copilot-instructionsWhat 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.03178 | $0.03178 |
| Opus 5 | $0.01589 | $0.01589 |
| Sonnet 5 | $0.00636 | $0.00636 |
| Haiku 4.5 | $0.00318 | $0.00318 |
Grade A, and why
personal-copilot-instructions commit-messages.instructions.md 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 — 431 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Instrucciones para Mensajes de Commit - Proyecto General
Estándar de Conventional Commits con Emojis
Todos los mensajes de commit deben seguir el formato de Conventional Commits incluyendo emojis apropiados.
Formato:
<emoji> <tipo>[ámbito opcional]: <descripción>
[cuerpo opcional]
[pie(s) opcional(es)]
Tipos de Commit con Emojis:
🚀 feat: Nueva funcionalidad
🚀 feat: agregar autenticación de usuarios✨ feat(auth): implementar login con Google
🐛 fix: Corrección de errores
🐛 fix: corregir error de validación en formulario🔧 fix(api): resolver problema de timeout en peticiones
📚 docs: Documentación
📚 docs: actualizar README con instrucciones de instalación📖 docs(api): agregar documentación de endpoints
🎨 style: Formato de código (sin cambios de lógica)
🎨 style: formatear código según ESLint💄 style: mejorar diseño del botón de login
♻️ refactor: Refactorización de código
♻️ refactor: simplificar lógica de autenticación🔨 refactor(utils): optimizar funciones de validación
✅ test: Agregar o modificar tests
✅ test: agregar tests para servicio de usuarios🧪 test(auth): implementar tests de integración
📦 build: Cambios en el sistema de build
📦 build: actualizar dependencias de desarrollo⚙️ build(docker): optimizar configuración de contenedores
🔄 ci: Cambios en CI/CD
🔄 ci: configurar GitHub Actions para tests automáticos🚀 ci: mejorar pipeline de despliegue
🧹 chore: Tareas de mantenimiento
🧹 chore: limpiar archivos temporales🔧 chore: actualizar configuración de ESLint
⚡ perf: Mejoras de rendimiento
⚡ perf: optimizar consultas a la base de datos🚀 perf(client): implementar lazy loading en componentes
🔥 remove: Eliminar código o archivos
🔥 remove: eliminar componente obsoleto🗑️ remove: limpiar código comentado
🚑 hotfix: Corrección crítica
🚑 hotfix: corregir vulnerabilidad de seguridad🆘 hotfix: resolver error crítico en producción
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 · 431 lines · 3,178 tokens per session scan A 57337e6a7ff5
personal-copilot-instructions commit-messages.instructions.md is an instructions file published in the GitHub repository Ismola/personal-copilot-instructions (1 stars, last pushed 11mo ago), licensed MIT. It adds 3,178 tokens to every session, about $0.0159 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 instructions, from other repositories
claude-code-settings copilot-instructions.md
Instructions for feiskyer/claude-code-settings, covering claude.md, environment setup, required dependencies, configuration and skills.
DevoxxGenieIDEAPlugin GEMINI.md
Instructions for devoxx/DevoxxGenieIDEAPlugin, a project described as: DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development…
packmind packmind-rest-api-endpoint-design.instructions.md
Instructions for PackmindHub/packmind: Conventions for designing REST API endpoints that are predictable, self-documenting, and aligned with distinct business actions. Favors dedicated action endpoints over generic status updates, and rout... .
calva-backseat-driver changelog.instructions.md
CHANGELOG.md conventions — audience, scope, and entry format for the Backseat Driver extension changelog.
agent-rules child-process.instructions.md
Instructions for lirantal/agent-rules, covering system processes secure coding guidelines, your mission and spawning system processes.
agentconfig.org AGENTS.md
Instructions for agentconfig/agentconfig.org, covering agent instructions for agentconfig.org, project overview, target audience, site structure and tech stack.