deploy

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

A deployment workflow that first discovers how a project should be deployed and then follows the saved deployment configuration on later runs.

In plain words
What is it for?
Use it to inspect deployment documentation and infrastructure, initialize deployment settings, and run deployments according to the resulting configuration.
Why use it?
It reduces repeated deployment setup and helps keep deployment steps tied to the project's documented configuration and secrets practices.

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 inspect deployment documentation and infrastructure, initialize deployment settings, and run deployments according to the resulting configuration.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/deploy"><img src="https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/deploy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,156 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.00049 $0.01156
Opus 5 $0.00024 $0.00578
Sonnet 5 $0.00010 $0.00231
Haiku 4.5 $0.00005 $0.00116

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

Security

Grade A, and why

deploy 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/deploy/SKILL.md · 82 lines

How it starts

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

deploy

Skill genérico: la primera vez descubre cómo se despliega este proyecto y materializa la config; las siguientes ejecuciones la siguen.

No confundir con: subagente devops (diseño de pipelines) · /github-save-small (release del template DT).

Pre-requisitos

  1. Sesión válida — vitals/ops/session.yaml con operator.id; si falta → /yo.
  2. Working tree razonablemente limpio en paths de deploy (build artifacts no commiteados).
  3. Secretos nunca en el repo — Firebase Secrets, Cloud Run env, etc. (regla 90-seguridad-secrets).

Modo de operación

Leer vitals/config/deploy.yaml (plantilla: vitals/config/deploy.yaml.example).

Estado Acción
Archivo ausente o initialized: false Bootstrap (sección abajo) — no ejecutar deploy real hasta confirmación
initialized: true Ejecutar según deploy.yaml + references/project-deploy.md si existe

Bootstrap — primera ejecución de /deploy

Objetivo: que la IA complete la skill con lo que este repo ya tiene (o debería tener).

  1. Discover (solo lectura):

    • Docs: docs/DEPLOY.md, docs/**/deploy*.md, README sección deploy
    • Infra: firebase.json, .firebaserc, Dockerfile, cloudbuild.yaml, .github/workflows/*deploy*
    • Scripts: package.json (scripts.deploy*, scripts.build), monorepo en apps/*, frontend/, backend/
    • Stack default DT: vitals/data/engineering/web-stack.yaml · regla 08-stack-web-default
    • Referencia Firebase: skill devopsdevops/references/firebase-deploy.md
  2. Inferir plataforma principal (firebase | cloud-run | vercel | docker | custom) y entornos (production, staging, …).

  3. Generar (pedir confirmación antes de escribir):

    • vitals/config/deploy.yaml — desde example, initialized: true tras OK del operador
    • .cursor/skills/deploy/references/project-deploy.md — usar plantilla references/project-deploy.template.md

Read the full file on GitHub · 82 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 · 82 lines · 49 tokens per session scan A 24a4ca35bf2f

Subscribe to this mod's changes

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