mis-recursos-webdev AGENTS.md

mis-recursos-webdev AGENTS.md is an instructions file for Codex, OpenCode from Alplox/mis-recursos-webdev. It costs 2,790 tokens per session, scanned A, original, CC0-1.0.

A project instruction document for Alplox/mis-recursos-webdev, describing its Astro website, code structure, tools, and source-of-truth rules.

In plain words
What is it for?
Use it when working on the site's components, pages, styling, build process, or data flow, especially when the project structure changes.
Why use it?
It gives coding agents the project context needed to make changes that fit the repository.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/alplox/mis-recursos-webdev/agents-md
Clone the repo
git clone --depth 1 https://github.com/Alplox/mis-recursos-webdev

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for mis-recursos-webdev AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alplox/mis-recursos-webdev/agents-md.svg)](https://agentmods.dev/instructions/alplox/mis-recursos-webdev/agents-md)
Your own site
<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>
Per session 2,790 This file is loaded in full into every session.
When invoked 2,790 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 06b9fee8d4da, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 216 lines

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í

Read the full file on GitHub · 216 lines

Changes

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.

  1. 3d ago First seen · 216 lines · 2,790 tokens per session scan A 06b9fee8d4da

Subscribe to this mod's changes

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.