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/alplox/mis-recursos-webdev/agents-mdgit clone --depth 1 https://github.com/Alplox/mis-recursos-webdevWrote 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/alplox/mis-recursos-webdev/agents-md)<a href="https://agentmods.dev/instructions/alplox/mis-recursos-webdev/agents-md"><img src="https://agentmods.dev/badge/instructions/alplox/mis-recursos-webdev/agents-md.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 | $0.02790 | $0.02790 |
| Opus 5 | $0.01395 | $0.01395 |
| Sonnet 5 | $0.00558 | $0.00558 |
| Haiku 4.5 | $0.00279 | $0.00279 |
Grade A, and why
mis-recursos-webdev AGENTS.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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Mis Recursos WEB DEV
Documento autoevolutivo para asistentes IA.
Regla fundamental: Si modificas la estructura del proyecto, los componentes, o el flujo de datos, actualiza este documento.
📋 Stack
| Área | Tecnología | Versión |
|---|---|---|
| Framework | Astro | ^7.0 |
| Lenguaje | TypeScript / JavaScript (ESM) | |
| CSS | Vanilla CSS con variables (modo oscuro/claro) | |
| Critical CSS | astro-critters (inline automático) | |
| Minificación | @playform/compress (CSS/HTML/JS/JSON) | |
| Build | npm run build → /dist |
|
| Package manager | npm | |
| Node.js requerido | ^22 |
🏗️ Estructura del proyecto
mis-recursos-webdev/
├── src/
│ ├── pages/
│ │ └── index.astro # Página principal (única ruta)
│ ├── components/
│ │ ├── Sidebar.astro # Sidebar de navegación
│ │ ├── SidebarSection.astro # Sección colapsable del sidebar
│ │ ├── LinkGrid.astro # Grid de links (vacio, JS renderiza cards)
│ │ ├── SearchBar.astro # Barra de búsqueda + header actions
│ │ ├── ThemeToggle.astro # Cambio dark/light mode
│ │ ├── BookmarkExport.astro # Exportar a bookmarks.html
│ │ └── ContributeButton.astro # Botón "Añadir recurso"
│ ├── layouts/
│ │ └── BaseLayout.astro # Layout base (head, scripts globales, SVG sprite)
│ ├── lib/
│ │ └── search.js # Lógica de búsqueda/flatten
│ ├── scripts/
│ │ ├── client.ts # 🧠 TODO el JS cliente (sidebar, search, preview, tooltip, IntersectionObserver)
│ │ └── render-cards.ts # createCard() + renderBrowseCards() progresivo
│ ├── styles/
│ │ └── global.css # CSS global con variables de tema
│ └── data/
│ └── recursos.json # ⚙️ Auto-generado desde README.md (gitignored)
├── public/
│ └── data/
│ └── recursos.json # Copia del JSON (generada en build, gitignored)
├── scripts/
│ ├── parse-readme.mjs # Parser compartido (slugify, parse, countLinks)
│ ├── readme-to-json.mjs # README.md → recursos.json (prebuild)
│ └── validate-links.mjs # Valida links duplicados
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── nuevo-recurso.md
│ │ ├── sugerir-cambio.md
│ │ └── reportar-enlace.md
├── astro.config.mjs
├── package.json
├── AGENTS.md # ← Este archivo
└── README.md # 🗂️ FUENTE DE VERDAD — editar aquí
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.
- 3d ago First seen · 216 lines · 2,790 tokens per session scan A 06b9fee8d4da
mis-recursos-webdev AGENTS.md is an instructions file published in the GitHub repository Alplox/mis-recursos-webdev (11 stars, last pushed 9d ago), licensed CC0-1.0. It adds 2,790 tokens to every session, about $0.0140 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-30.
Other instructions, from other repositories
electron CLAUDE.md
Instructions for electron/electron, covering electron development guide, running nodemodules binaries, project overview, directory structure and build tools setup.
electron copilot-instructions.md
Instructions for electron/electron, covering copilot instructions for electron, build system, linting, running a single test and example: npm run test -- -g "ipc".
notes AGENTS.md
Instructions for sabertaz/notes, covering agents.md, project overview, development commands, content guidelines and commit guidelines.
webf CLAUDE.md
Claude Code instructions for openwebf/webf, covering webf development guide, 📚 folder-specific guides, 🚀 quick start, repository structure and common commands.
webf AGENTS.md
AGENTS.md instructions for openwebf/webf, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
notes CLAUDE.md
Instructions for sabertaz/notes, a project described as: :bookmark: Personal notes: today I learned.