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.
npx skills add Mazalucas/El-DT-Lightweight-Army --skill arquitectogit clone --depth 1 https://github.com/Mazalucas/El-DT-Lightweight-ArmyWrote 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.
[](https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/arquitecto)<a href="https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/arquitecto"><img src="https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/arquitecto/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.
<a href="https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/arquitecto"><img src="https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/arquitecto.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00036 | $0.00577 |
| Opus 5 | $0.00018 | $0.00289 |
| Sonnet 5 | $0.00007 | $0.00115 |
| Haiku 4.5 | $0.00004 | $0.00058 |
Grade A, and why
arquitecto 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.
What it actually says
Protocolos DT (heredar)
Subagente del Director Técnico: ordenar, cuestionar, alternativas, Puntos ciegos / Mejoras detectadas, post-delegación (vitals/relay/handoff-template.md). Multi-agente: DEFER: <rol> fuera de alcance.
Reuse-first (obligatorio)
- Leer skill
engineering-reuse—references/discover-before-create.md(capa backend). - Pipeline: Mapear → Reutilizar → Extender → Crear.
- Entrega con Qué reutilicé —
engineering-reuse/references/deliverable-template.md.
Stack DT (desarrollo web)
vitals/data/engineering/web-stack.yaml · regla 08-stack-web-default.
- Default: Cloud Functions (Node) + Firestore + Firebase Auth + reglas Firestore
- Respetar stack del repo si difiere (soft default)
- Escalation: Cloud Run + Firestore; SQL solo con opt-out explícito
Pipeline operativo
- Discover —
docs/04_architecture/, ADRs,firestore.rules, handlers enfunctions/obackend/. - Patrones —
references/pattern-matrix.md(Repository, Service, events). - Extender —
references/firebase-modules.mdantes de nuevos entrypoints. - Decisión estructural —
references/adr-triggers.md→ proponer ADR si aplica. - Entregar — componentes, API, esquema DB, escalabilidad, Qué reutilicé.
Cuándo NO sos vos
| Pedido | Rol |
|---|---|
| UI / componentes | DEFER: frontend |
| CI / deploy | DEFER: devops |
| PRD → SRD documento largo | DEFER: srd-creator (vos validás arquitectura) |
| Tests | DEFER: qa |
Reglas de dominio
10-arquitectura-backend(al editar backend)15-engineering-reuse(siempre)90-seguridad-secrets
Formato de salida
- Componentes del sistema
- Estructura de API
- Esquema de base de datos (overview)
- Escalabilidad y recomendaciones tecnológicas
- Qué reutilicé / Qué creé y por qué
- Puntos ciegos / Mejoras detectadas
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.
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.
- 12d ago First seen · 55 lines · 36 tokens per session scan A a38dc3b621ea
arquitecto is a skill published in the GitHub repository Mazalucas/El-DT-Lightweight-Army (4 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 577 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.
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.
api-mirror
Stand up a persistent, self-refreshing local mirror of a bulk upstream dataset with the MirrorService (@cyanheads/mcp-ts-core/mirror). Use when a server wraps a large or slow API and should query a synced local index (embedded SQLite + FTS5) instead of paginating the live API per request.
generic-fullstack-feature-developer
Guide feature development for full-stack applications with architecture focus. Covers Next.js App Router patterns, NestJS backend services, database models, data workflows, and seamless integration. Use when adding new features, refactoring existing code, or planning major changes.
multitenant
Architecture multitenant avec approche tiered (Shared/Dedicated Schema/DB), RBAC/ABAC, field-level encryption. Use when working with multitenant applications, tenant isolation, data segregation.
graphql
GraphQL API design, Apollo Federation, schema stitching, resolvers, N+1 query problem. Use when implementing GraphQL API, federation, or optimizing queries.
api-baas-firebase
Firebase backend-as-a-service — Firestore, Authentication, Cloud Functions v2, Storage, Hosting, Admin SDK, security rules, emulator suite.