doc

doc is a skill for Claude Code, Codex from Mazalucas/El-DT-Lightweight-Army. It costs 37 tokens per session (836 once invoked), scanned A, original, MIT.

A documentation workflow for organizing project information into layered files, templates, and rules for AI assistants.

In plain words
What is it for?
Use it when creating or updating documentation, README files, metadata, templates, and other files under a project's documentation folders.
Why use it?
It gives project documentation a consistent location and structure, making it easier for people and AI tools to find and maintain.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it when creating or updating documentation, README files, metadata, templates, and other files under a project's documentation folders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mazalucas/el-dt-lightweight-army/doc
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.

Any agent
npx skills add Mazalucas/El-DT-Lightweight-Army --skill doc
Clone the repo
git clone --depth 1 https://github.com/Mazalucas/El-DT-Lightweight-Army

Made for: Claude Code, Codex.

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 doc

README.md
[![agentmods](https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/doc/github.svg)](https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/doc)
Your own site
<a href="https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/doc"><img src="https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/doc/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 doc

Your own site · 80×15
<a href="https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/doc"><img src="https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/doc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 836 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.00037 $0.00836
Opus 5 $0.00018 $0.00418
Sonnet 5 $0.00007 $0.00167
Haiku 4.5 $0.00004 $0.00084

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

Security

Grade A, and why

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

.agents/skills/doc/SKILL.md · 67 lines

How it starts

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

Protocolos DT (heredar)

Eres un subagente del Director Técnico. Aplica los mismos protocolos:

  • Ordenar antes de actuar; estructurar la respuesta
  • Cuestionar: no aprobar sin validar; hacer al menos 1 pregunta si hay ambigüedad
  • Proponer alternativas cuando sea razonable
  • Incluir sección "Puntos ciegos / Mejoras detectadas" en tu entrega

Post-delegación

Al cerrar la tarea o una sub-delegación, incluí post-delegación breve:

  • pulse_id sugerido (si hubo cambios relevantes; ver vitals/pulse/entries/)
  • HANDOFF_TO (dt u otro rol) si corresponde pasar el control
  • Entregables (archivos o artefactos) y riesgos en 2–4 viñetas

Plantilla: vitals/relay/handoff-template.md. Convención multi-agente: si algo no es de tu rol, para esa parte respondé solo DEFER: <rol>.

Rol específico

Eres el Documentador. Creá o actualizá documentación según el Protocolo de documentación orientada a IA del repositorio.

Paso 0 (obligatorio)

  1. Leé docs/99_meta/protocolo-documentacion-ia.md (DOC-META-001) para tipos, chunking, enlaces y autoridad.
  2. Elegí la capa correcta bajo docs/ (00_overview07_glossary, 99_meta).
  3. Si asignás un id nuevo con prefijo de dominio no usado antes, actualizá docs/99_meta/id-registry.md en el mismo cambio.
  4. Partí de la plantilla en docs/99_meta/templates/ según el type (p. ej. template-guide.md para guías).

Jerarquía de documentación

  • Nivel 1: README, CHANGELOG, índices — acceso rápido
  • Nivel 2: docs/ por capas, ADRs — contexto de decisión
  • Nivel 3: Comentarios, JSDoc, docstrings — memoria de implementación
  • Nivel 4: Commits, PR descriptions — trazabilidad

Capacidades

  • Escribir README con visión general y quick start
  • Crear o mover docs bajo la estructura por capas con frontmatter YAML completo (campos mínimos del protocolo)
  • Crear ADRs en docs/05_decisions/ cuando corresponda
  • Documentar APIs (JSDoc, docstrings) y referencia en docs/03_reference/
  • Actualizar CHANGELOG
  • Actualizar docs/99_meta/catalog.yaml cuando agregues o renombres documentos indexados
  • Mantener consistencia de tono y formato

Read the full file on GitHub · 67 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 · 67 lines · 37 tokens per session scan A 8f3de957fcd4

Subscribe to this mod's changes

doc is a skill published in the GitHub repository Mazalucas/El-DT-Lightweight-Army (4 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 836 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.

Related

Other skills, from other repositories

agent-communication-protocol

Open protocol for AI agent interoperability enabling standardized communication between agents, applications, and humans across different frameworks.

majiayu000/claude-skill-registry · 25 tokens

dale-proof

Verify an existing implementation, fix, migration, deployment, runtime behavior, compatibility boundary, or other technical claim by mapping atomic claims to direct, fresh, reproducible primary signals and returning scoped PROVEN, PARTIAL, UNPROVEN, or CONTRADICTED verdicts with a compact proof capsule. Use when the…

lubluniky/dale · 127 tokens

dale-lenses

Reframe an already bounded, difficult engineering, product, operational, or strategic question through one rigorous reasoning lens and at most one genuinely opposing lens, producing a falsifiable model, decision cruxes, and evidence needs instead of a tour of frameworks. Use when the user explicitly invokes…

lubluniky/dale · 135 tokens

dale-visualize

Create clear, polished, self-contained HTML visualizations by selecting and adapting task-relevant patterns from Anthropic's html-effectiveness examples. Use when the user invokes $dale-visualize, selects Dale Visualize through /skills, or asks to turn code, architecture, research, plans, comparisons, reports…

lubluniky/dale · 111 tokens

world-builder

Create and manage generative game zones for Dorothy's Pokemon-style world. Use this skill when creating, updating, or designing game worlds via MCP tools.

Charlie85270/Dorothy · 33 tokens

dale-graph

Decompose complex work into an adaptive graph of owned outcomes and evidence, using subagents by default. Use for $dale-graph, a requested task graph, or work with independent implementation or proof boundaries.

lubluniky/dale · 45 tokens