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/copilot-readmegit clone --depth 1 https://github.com/Ismola/personal-copilot-instructionsWrote 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/instructions/ismola/personal-copilot-instructions/copilot-readme)<a href="https://agentmods.dev/instructions/ismola/personal-copilot-instructions/copilot-readme"><img src="https://agentmods.dev/badge/instructions/ismola/personal-copilot-instructions/copilot-readme.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.00573 | $0.00573 |
| Opus 5 | $0.00287 | $0.00287 |
| Sonnet 5 | $0.00115 | $0.00115 |
| Haiku 4.5 | $0.00057 | $0.00057 |
Grade A, and why
personal-copilot-instructions copilot-readme.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 5d 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
Instrucciones para generación de README con Copilot
- Antes de generar o actualizar el README, analiza obligatoriamente la estructura y los archivos reales del proyecto (incluyendo archivos y carpetas presentes en el sistema de archivos).
- Solo incluye secciones en el README que correspondan a archivos o configuraciones realmente detectados en el proyecto. No generes secciones genéricas ni plantillas.
- Si el archivo README ya existe, preserva y adapta el contenido existente al nuevo formato, nunca elimines información relevante.
- El README debe comenzar con el nombre del proyecto y una breve descripción de su propósito.
- Explica claramente qué hace el proyecto y su caso de uso principal.
- Si el proyecto es grande y tiene una estructura algo compleja de archivos, incluye una sección de estructura del proyecto, detallando los directorios y archivos principales.
- Solo añade una sección de variables de entorno requeridas si existen archivos
.env, referencias a variables de entorno en el código (por ejemplo,process.env), o documentación relacionada en el proyecto. Si no existen, no incluyas ninguna sección de variables de entorno. - Si el proyecto necesita comandos para inciarse, como npm i, python install requirements o el comando similar al lenguaje del proyecto, incluye una sección de "Cómo iniciar el proyecto" con los pasos necesarios para la instalación y ejecución
- Si existe un archivo
.devcontainer, explica cómo usar el entorno de desarrollo remoto con VS Code. Si no existe, no incluyas ninguna sección sobre Devcontainer. - Si existe un archivo
docker-compose.yml, explica cómo levantar el entorno con Docker Compose, incluyendo los comandos necesarios. Si no existe, no incluyas ninguna sección sobre Docker Compose. - Si el proyecto tiene un archivo
package.json, documenta los comandos disponibles (scripts) y su función. Si no existe, no incluyas ninguna sección sobre scripts de package.json. - Si el proyecto es una API, genera un archivo adicional
API_DOC.mdque explique los endpoints, métodos, parámetros, respuestas y ejemplos de uso. - No incluyas secciones sobre Docker Compose, Devcontainer, scripts de package.json, variables de entorno, etc., si los archivos o referencias correspondientes no existen en el proyecto.
- El README debe ser siempre una adaptación fiel al contexto y archivos presentes, evitando plantillas genéricas.
- Si el proyecto tiene pruebas, explica cómo ejecutarlas.
- Si el proyecto tiene integración continua o despliegue automatizado (como una github action), documenta el flujo básico solo si aplica.
- Utiliza emojis y elementos visuales llamativos (tablas, listas, bloques destacados) para mejorar la legibilidad y hacer el README más atractivo.
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.
- 5d ago First seen · 25 lines · 573 tokens per session scan A 7c3805015e97
personal-copilot-instructions copilot-readme.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 573 tokens to every session, about $0.0029 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
DevoxxGenieIDEAPlugin GEMINI.md
Gemini CLI 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…
agent-rules child-process.instructions.md
Instructions for lirantal/agent-rules, covering system processes secure coding guidelines, your mission and spawning system processes.
skill.color-expert CLAUDE.md
Claude Code instructions for meodai/skill.color-expert, covering claude.md, project overview, architecture, no build/test/lint and editing guidelines.
agentconfig.org AGENTS.md
Instructions for agentconfig/agentconfig.org, covering agent instructions for agentconfig.org, project overview, target audience, site structure and tech stack.
plan-forge database.instructions.md
Database patterns for .NET — Dapper/EF Core, parameterized queries, migration strategy.
plan-forge naming.instructions.md
Azure naming conventions — Microsoft CAF abbreviations, constraints, uniqueness, tagging.