enu: Skill for Claude Code

.claude/skills/alta-wiki/SKILL.md

alta-wiki is a skill for Claude Code from dbareagimeno/enu. It costs 118 tokens per session (1,849 once invoked), scanned A, original, Apache-2.0.

A checklist for publishing or removing documentation pages from a Spanish-language wiki. It covers the shared page manifest, URL slugs, translations, and related files that must stay in sync.

In plain words
What is it for?
Use it when adding guides, extension pages, getting-started pages, or approved documentation contracts; API documentation uses a separate workflow.
Why use it?
Adding a page in only one place can break the build or leave users with dead links.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is dbareagimeno/enu's own configuration. It tells Claude Code how to work on enu itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything enu configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/dbareagimeno/enu/develop/.claude/skills/alta-wiki/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dbareagimeno/enu

Made for: Claude Code.

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 alta-wiki

README.md
[![agentmods](https://agentmods.dev/badge/skills/dbareagimeno/enu/alta-wiki/github.svg)](https://agentmods.dev/skills/dbareagimeno/enu/alta-wiki)
Your own site
<a href="https://agentmods.dev/skills/dbareagimeno/enu/alta-wiki"><img src="https://agentmods.dev/badge/skills/dbareagimeno/enu/alta-wiki/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for alta-wiki

Your own site · 80×15
<a href="https://agentmods.dev/skills/dbareagimeno/enu/alta-wiki"><img src="https://agentmods.dev/badge/skills/dbareagimeno/enu/alta-wiki.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,849 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00118 $0.01849
Opus 5 $0.00059 $0.00924
Sonnet 5 $0.00024 $0.00370
Haiku 4.5 $0.00012 $0.00185

Measured 11d ago against content hash ead77ded2f52, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

alta-wiki 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 11d 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.

.claude/skills/alta-wiki/SKILL.md · 105 lines

How it starts

The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Alta de una página en la wiki

La web publica la Capa 1 de docs/ (contratos vivos) más las páginas locales de «empezar» y «extensiones», con el orden y los grupos definidos en un único manifiesto: web/src/lib/docmap.ts. Añadir o quitar una página toca varios ficheros que deben quedar idénticos entre sí; el valor de esta skill es esa checklist mecánica — olvidar un punto de contacto rompe el build o filtra un enlace muerto.

Antes de nada, ubica el caso.

Los cuatro casos de alta

  • (a) API nueva en docs/contracts/api.md. NO es esta skill. La referencia /api se deriva de api.md con su propio gate check-drift; una firma o namespace nuevo se publica con /sync-web, no tocando el docmap de la wiki.
  • (b) Un contrato de docs/ que pasa a publicarse (uno nuevo, o uno hasta hoy interno —como malla.md— cuando se apruebe). Colección wiki: la página se renderiza directamente desde el .md real del repo bajo docs/.
  • (c) Una página local nueva (guía, tutorial, página de una extensión sin contrato propio). Colección empezar o extensiones: es un .md bajo web/src/content/docs/<carpeta>/ con frontmatter title y description y SIN H1 en el cuerpo (el H1 lo pone la plantilla desde el frontmatter).
  • (d) Despublicar una página. Se quita de todos los puntos de contacto de abajo. Si era un contrato de docs/ (colección wiki), el fichero no se borra —sigue en docs/, es fuente de verdad— y sus enlaces .md caerán solos al blob de GitHub por la rama existente de remark-enlaces-wiki.

Checklist mecánica de puntos de contacto

Estos ficheros son un sistema: docmap.ts es la fuente y el resto lo replica. Cámbialos juntos.

  1. web/src/lib/docmap.ts — el manifiesto. Añade (o quita) la entrada en su grupo (empezar · espec · extensiones), en la posición correcta del orden de lectura (alimenta prev/next y la statusline), con su colección (wiki para contratos de docs/; empezar/extensiones para páginas locales) y su gitPath, que sale de la rama de gitPath() según la colección:
    • wikidocs/<subcarpeta>/<slug>.md (la subcarpeta —core/ o contracts/— sale del mapa WIKI_DIR del propio docmap; si la página nueva es de core/, añade ahí su entrada)
    • empezarweb/src/content/docs/empezando/<slug>.md
    • extensionesweb/src/content/docs/extensiones/<slug>.md

Read the full file on GitHub · 105 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. 11d ago First seen · 105 lines · 118 tokens per session scan A ead77ded2f52

Subscribe to this mod's changes

alta-wiki is a skill published in the GitHub repository dbareagimeno/enu (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 118 tokens to every session and 1,849 once invoked, about $0.0006 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.

Related

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…

zhuzai-2007/claude-code-mcp-harness · 86 tokens

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…

aretw0/agents-lab · 71 tokens

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.

aretw0/agents-lab · 60 tokens

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.

aretw0/agents-lab · 49 tokens

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.

aretw0/agents-lab · 55 tokens

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.

aretw0/agents-lab · 43 tokens