dt-setup

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

A non-destructive setup workflow for configuring a project across multiple development environments, such as different coding editors. It has a first-run checklist and a repair mode for fixing configuration drift.

In plain words
What is it for?
It helps prepare a project for supported IDEs, check the initial setup, detect differences from the expected configuration, and repair them.
Why use it?
It helps new users start with the right paths and Git settings while avoiding unnecessary changes, and it can rebuild setup files from the approved sources when they have drifted.

Skill for Claude CodeCodex

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

Good fit It helps prepare a project for supported IDEs, check the initial setup, detect differences from the expected configuration, and repair them.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/dt-setup"><img src="https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/dt-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 924 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.00061 $0.00924
Opus 5 $0.00030 $0.00462
Sonnet 5 $0.00012 $0.00185
Haiku 4.5 $0.00006 $0.00092

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

Security

Grade A, and why

dt-setup 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/dt-setup/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.

dt-setup

Setup multi-IDE, no destructivo. Dos modos; el agente elige según el command invocado y el contexto.

Command Modo default
/bienvenida first-run — checklist markdown, sin Ruby obligatorio
/setup repair — regenerar desde fuentes canónicas + dt-doctor

Referencias: references/first-run-checklist.md · references/welcome-message.md · references/post-sync-pipeline.md

Fuente de verdad

Registro de IDEs: vitals/config/ide-targets.yaml. No hardcodear IDEs en este skill.

Modo A — first-run (default en /bienvenida)

El clone ya trae .cursor/, .agents/, .claude/, commands y skills en Git. El usuario no necesita Ruby para empezar.

  1. Resolver git_root (multi-proyecto: vitals/workspace.yaml si existe).
  2. Seguir todo references/first-run-checklist.md: verificar paths, Git, detectar drift, registrar dt-upstream si aplica (§4).
  3. No correr sync-ide ni dt-doctor salvo drift evidente y que el usuario pida reparar → pasar a modo B.
  4. Entregar obligatoriamente el mensaje canónico en references/welcome-message.md: completar placeholders tras checklist; si hay drift → rama /setup visible en el mensaje (no solo al final).
  5. Cierre obligatorio: "Siguiente paso: /yo" — el mensaje de bienvenida ya incluye la tarjeta ritual; no acortar a una línea.

Registro dt-upstream (first-run)

Si el repo parece El DT (AGENTS.md + vitals/config/commands-meta.yaml) y existe origin y no existe remote dt-upstream:

  1. Preguntar: ¿mantenés el repo canónico/plantilla o es consumidor?

  2. Consumidor (default en clone antes de /bootstrap):

    git remote add dt-upstream "$(git remote get-url origin)"
    

    Copiar vitals/config/dt-upstream.example.mdvitals/config/dt-upstream.md con mode: consumer y framework_version = contenido de VERSION.

Read the full file on GitHub · 67 lines

Files

What ships with it

3 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. 11d ago First seen · 67 lines · 61 tokens per session scan A 9e185d482147

Subscribe to this mod's changes

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

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