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 skills/kvothesson/ar-plugins/devnpx skills add kvothesson/ar-plugins --skill devgit clone --depth 1 https://github.com/kvothesson/ar-pluginsWhat 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.00033 | $0.01904 |
| Opus 5 | $0.00016 | $0.00952 |
| Sonnet 5 | $0.00007 | $0.00381 |
| Haiku 4.5 | $0.00003 | $0.00190 |
Grade A, and why
dev 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 — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: /dev
Comandos
/dev resolver #<número>
Resolvé el issue indicado de kvothesson/ar-plugins, implementá el cambio, verificá que funcione y abrí un PR.
Paso 0 — Leer el issue y generar el plan
gh issue view <número> --repo kvothesson/ar-plugins
Antes de tocar cualquier archivo, determiná qué tipo de cambio es y generá la todolist con TodoWrite. Los ítems deben ser específicos para este issue — no genéricos. Ejemplos según tipo:
Plugin nuevo:
- Leer AGENT.md y SPEC.md
- Verificar fuentes: [url1], [url2] (una por skill planificada)
- Crear branch feat/issue-N-nombre
- Crear estructura: plugin.json, SKILL.md, README, .gitignore
- Testear cada comando del SKILL.md
- Verificar checklist completo
- Commit y push
- Agregar entrada a marketplace.json
- Actualizar README de ar-plugins si agrega skills/workflows
- Abrir PR
Fix de plugin existente:
- Leer AGENT.md
- Clonar repo kvothesson/
- Crear branch fix/issue-N-descripcion
- Implementar el fix concreto: [qué hay que cambiar]
- Verificar que la URL/fuente afectada responde
- Commit y push
- Abrir PR
Cambio en marketplace o docs:
- Leer AGENT.md
- Crear branch y hacer el cambio puntual
- Commit y push
- Abrir PR
Marcá cada ítem como completado a medida que avanzás.
Paso 1 — Leer el contexto
Determiná el tipo de cambio:
- Plugin nuevo → seguir flujo completo
- Fix o actualización de plugin existente → clonar ese repo y modificar
- Cambio en marketplace o docs → modificar directamente en ar-plugins
Paso 2 — Leer el contexto
Siempre leer AGENT.md antes de tocar archivos:
gh api repos/kvothesson/ar-plugins/contents/AGENT.md --jq '.content' | base64 -d
Si es plugin nuevo, leer también SPEC.md para la descripción completa del plugin:
gh api repos/kvothesson/ar-plugins/contents/SPEC.md --jq '.content' | base64 -d
Para ver un plugin de referencia:
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 · 259 lines · 33 tokens per session scan A a7eb6927e051
dev is a skill published in the GitHub repository kvothesson/ar-plugins (4 stars, last pushed 3mo ago), licensed MIT. It adds 33 tokens to every session and 1,904 once invoked, about $0.0002 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 skills, from other repositories
afip-constancia
Fetch the official ARCA (ex-AFIP) Constancia de Inscripción for an Argentine CUIT from the PUBLIC web form (no Clave Fiscal, no login). Returns the parsed fiscal situation — régimen (monotributo + categoría / responsable inscripto / exento), domicilio fiscal, actividades CLAE, impuestos, fecha de inscripción — AND the…
eph
Diseño de registro y metodología de la Encuesta Permanente de Hogares (EPH) del INDEC. Lee automáticamente el archivo de diseño correcto y aplica orientación metodológica antes de generar scripts R o Python con microdatos EPH. Trigger: cuando el usuario pide un script R o Python para procesar microdatos de la EPH…
correo-argentino
Integración de envíos con Correo Argentino (apiMiCorreo) para ecommerce. Cubre autenticación y alta de cliente (token Basic Auth + registro y obtención del customerId), cotización, sucursales, creación de envíos, tracking, sincronización por cron, mapeo de estados a la orden, y emails de "en camino"/"entregado".…
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…
mercadopago
Skill UNICA y completa para todo Mercado Pago en aplicaciones web (Next.js, React, Vanilla JS). COBRAR: Checkout Pro (redireccion), Checkout Bricks (Payment, Card, Wallet, Status Screen), Orders API (nuevo modelo) y Suscripciones (preapproval / pagos recurrentes). ENVIAR dinero: Money Out (transferencias/retiros a…
afip-arca
Implementar facturación electrónica de AFIP/ARCA (Argentina) de punta a punta desde código: obtener y asociar el certificado digital, autenticarse con el WSAA (TRA + CMS firmado + LoginCMS), y emitir comprobantes con WSFEv1 para conseguir el CAE. USAR SIEMPRE que el usuario mencione facturación electrónica, factura…