dt-ordenar

dt-ordenar is a skill for Claude Code, Codex from Mazalucas/El-DT-Lightweight-Army. It costs 62 tokens per session (1,587 once invoked), scanned A, original, MIT.

A Spanish-language workflow for capturing and organizing knowledge from files, folders, and chat dumps. It places information in the appropriate documentation layer for later retrieval.

In plain words
What is it for?
Use it to capture knowledge, sort an inbox, organize documents, or run the complete ingestion and documentation workflow.
Why use it?
It helps turn scattered notes and source material into organized, findable documentation.

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 to capture knowledge, sort an inbox, organize documents, or run the complete ingestion and documentation workflow.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/dt-ordenar"><img src="https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/dt-ordenar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,587 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.00062 $0.01587
Opus 5 $0.00031 $0.00794
Sonnet 5 $0.00012 $0.00317
Haiku 4.5 $0.00006 $0.00159

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

Security

Grade A, and why

dt-ordenar 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 12d 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/dt-ordenar/SKILL.md · 131 lines

How it starts

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

dt-ordenar — captura y ordenación de conocimiento

Orquestador de ingesta → clasificación → documentación → indexación. Objetivo: maximizar relevancia por token (DOC-META-001) — cada pieza en la capa correcta, enlazada y recuperable.

Guía operativa: docs/02_guides/ordenar-captura-conocimiento.md (DOC-GUIDE-016).

Protocolos DT (heredar)

Ordenar, cuestionar (1 pregunta si el volumen es enorme y el objetivo es ambiguo), alternativas, Contexto consultado, Puntos ciegos / Mejoras detectadas, post-delegación. Multi-agente: DEFER: doc para bloques puramente editoriales tras el plan de archivo.

Activación

Invocación Alcance
/ordenar Pipeline completo (default deep)
/ordenar quick Plan + máx. 3 docs canónicos; resto en sources/
/ordenar inbox Solo cuaderno personal (vitals/work/inbox/{id}/)
/ordenar docs Forzar promoción a docs/ (con frontmatter)
Texto libre + archivos/carpetas Parsear tema y modo del mensaje

Prerequisitos (gate)

  1. vitals/ops/session.yaml con operator.id — si falta → /yo y no escribir hasta tener sesión.
  2. Leer docs/99_meta/protocolo-documentacion-ia.md (DOC-META-001) — capas, chunking, frontmatter.
  3. Secretos: nunca volcar credenciales al repo. Si aparecen en inputs → ***REDACTED***, marcar en manifest, sugerir vault/env.

Pipeline (6 fases)

Fase 1 — Inventario

Recopilar todo lo entregado:

  • Texto pegado en el chat
  • Paths de archivos/carpetas del repo (@, rutas explícitas)
  • Adjuntos del IDE

Por cada ítem registrar en notas internas:

Campo Uso
source path o chat-paste
kind md, csv, code, pdf-ref, mixed
topic 1 línea
sensitivity ok | secret | pii
size small | medium | large

Buscar duplicados: docs/99_meta/catalog.yaml, grep por keywords del tema, related existentes. Si ya hay canónico → merge/enlazar, no duplicar.

Read the full file on GitHub · 131 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 131 lines · 62 tokens per session scan A 46bdc12b459a

Subscribe to this mod's changes

dt-ordenar is a skill published in the GitHub repository Mazalucas/El-DT-Lightweight-Army (4 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 1,587 once invoked, about $0.0003 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.