Borrowing it
Nothing to install: this file belongs to dbareagimeno/enu. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/dbareagimeno/enu/develop/.claude/skills/sync-web/SKILL.mdgit clone --depth 1 https://github.com/dbareagimeno/enuWrote 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/skills/dbareagimeno/enu/sync-web)<a href="https://agentmods.dev/skills/dbareagimeno/enu/sync-web"><img src="https://agentmods.dev/badge/skills/dbareagimeno/enu/sync-web.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.00089 | $0.01076 |
| Opus 5 | $0.00044 | $0.00538 |
| Sonnet 5 | $0.00018 | $0.00215 |
| Haiku 4.5 | $0.00009 | $0.00108 |
Grade A, and why
sync-web 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 8d 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 — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sincronizar la web con la espec
La web (web/src/content/docs/referencia/) es una presentación derivada de
docs/contracts/api.md: orientada a tareas, con prosa pedagógica y
ejemplos verificados. La deriva mecánica (firmas, marcadores ⏸/[W], inventario)
la detecta un script determinista; esta skill es la parte editorial que el
script no puede hacer: redactar y verificar.
Protocolo
-
Corre el detector:
node web/scripts/check-drift.mjs(onpm run check:driftdesdeweb/). Cada discrepancia trae fichero:línea y qué dice cada lado.--inventariovuelca el índice derivado de api.md en JSON. -
Decide la dirección del arreglo.
docs/contracts/api.mdmanda siempre (web/README.mdlo declara). Si al mirar una discrepancia concluyes que la espec está mal, eso no se arregla editando la web ni la espec a la ligera: es un candidato a hallazgo →/hallazgo. Todo lo demás se arregla en la web. -
Aplica las correcciones respetando las convenciones de las páginas:
- Las firmas viven en fences sin etiqueta (las etiquetadas
lua/sh son ejemplos y el detector las ignora). Texto de la firma idéntico al de api.md, espacios aparte; los métodos de un handle van indentados bajo la función que lo devuelve (nu.task.every(ms, fn) -> Timer+Timer:stop()). - Marcadores ⏸/[W]: en el heading que nombra la función (
##nu.fs.read⏸ [W]`; un heading de módulo como `## `nu.json[W]` cubre sus funciones), o inline en la línea de la firma cuando el heading agrupa sin nombrar ("Manipulación", "Mensajes"). Un heading que nombra a X no contagia marcadores a los métodos listados debajo: estos los llevan inline. - Comentarios de cola con
--(el detector los recorta antes de comparar). convenciones.mdycli.mdno declaran API: el detector las excluye.
- Las firmas viven en fences sin etiqueta (las etiquetadas
-
Función o namespace nuevo en api.md: sección nueva en la página del namespace (o página nueva en
referencia/+ entrada en el sidebar deweb/astro.config.mjs), imitando el tono de las existentes: qué es, la fence de firma, prosa del porqué y un ejemplo.
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.
- 8d ago First seen · 66 lines · 89 tokens per session scan A 73b2189a9d14
sync-web is a skill published in the GitHub repository dbareagimeno/enu (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 89 tokens to every session and 1,076 once invoked, about $0.0004 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
codex-claude-worker
Translate natural-language user requests into bounded Claude Code worker tasks while Codex or ChatGPT remains the supervisor. Use when the user gives an ordinary prompt and wants Codex to clarify scope, choose a safe work boundary, generate a worker prompt, approve or defer worker execution, read run summaries and…
source-research
Research open-source libraries with evidence-backed answers and GitHub permalinks. Use when the user asks about library internals, needs implementation details with source code references, wants to understand why something was changed, or needs authoritative answers backed by actual code. Excels at navigating large…
provider-model-discovery
Descobre e seleciona modelos de providers LLM de forma report-only: inventário read-only de modelos, docs oficiais, quota/billing/rate gates e shortlist para canary protegido. Use antes de adicionar providers, escolher modelos ou migrar monitores/roteamento.
control-plane-continuity
Use when a Pi session needs to continue local-safe work with low operator friction: discover focus, interview only for missing constraints, prepare bounded slices, use workers only behind gates, checkpoint, and stop on real risk.
pi-dev-workflow
Como configurar o workflow de desenvolvimento de extensões e pacotes pi. Use quando o usuário estiver desenvolvendo extensões em um monorepo, precisar alternar entre código local e pacotes publicados, ou tiver conflitos de carregamento de pacotes.
control-plane-ops
Operar o control-plane local-first do agents-lab com board canônico, long-runs bounded, handoff/checkpoint, rollout/rollback e espelhos externos sem perder governança.