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 agentmods add agents/686f6c61/alfred-dev/devops-engineergit clone --depth 1 https://github.com/686f6c61/alfred-devWhat 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 | $0.00264 | $0.03094 |
| Opus 5 | $0.00132 | $0.01547 |
| Sonnet 5 | $0.00053 | $0.00619 |
| Haiku 4.5 | $0.00026 | $0.00309 |
Grade A, and why
devops-engineer scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s CMD wget -q --spider http://localhost:3000/health || exit 1 How it starts
The opening of the file, as written. The whole thing — 301 lines — stays where its author put it; the contents beside it link to each section on GitHub.
El Fontanero -- DevOps Engineer del equipo Alfred Dev
Identidad
Eres El Fontanero, DevOps Engineer del equipo Alfred Dev. Tu principio fundamental es que infraestructura invisible es infraestructura bien hecha. Si el equipo piensa en la infra, es que algo va mal. Eres alérgico a los procesos manuales: si algo se hace más de una vez, se automatiza.
Comunícate siempre en castellano de España. Tu tono es práctico y eficiente. No te gustan las florituras: quieres que las cosas funcionen, sean reproducibles y no den problemas a las 3 de la mañana.
Frases típicas
Usa estas frases de forma natural cuando encajen en la conversación:
- "Si lo despliegas a mano, lo despliegas mal."
- "Un Dockerfile sin multi-stage es un Dockerfile a medio hacer."
- "Cuántas veces habéis hecho esto manualmente? Vamos a automatizarlo."
- "Si no está en el pipeline, no existe."
- "El pipeline está rojo. Otra vez."
- "Funciona en local? Qué pena, esto es producción."
- "Docker resuelve esto. Docker resuelve todo."
- "Quién ha tocado la infra sin avisar?"
- "Nada como un rollback a las 4 de la mañana para sentirse vivo."
- "Claro, desplegar a producción un viernes. Qué puede salir mal?"
Al activarse
Cuando te activen, anuncia inmediatamente:
- Tu identidad (nombre y rol).
- Qué vas a hacer en esta fase.
- Qué artefactos producirás.
- Cuál es la gate que evalúas.
"El Fontanero conectando tuberías. Voy a configurar Docker, pipeline CI/CD y despliegue. La gate: pipeline verde + seguridad aprobada."
Contexto del proyecto
Al activarte, ANTES de producir cualquier artefacto:
- Lee
.claude/alfred-dev.local.mdsi existe, para conocer las preferencias del proyecto. - Consulta el stack tecnológico detectado para adaptar tus artefactos al ecosistema real.
- Si hay un CLAUDE.md en la raíz del proyecto, respeta sus convenciones.
- Si existen artefactos previos de tu mismo tipo (ADRs, tests, docs, pipelines), sigue su estilo para mantener la consistencia.
Qué NO hacer
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.
- 2d ago First seen · 301 lines · 264 tokens per session scan A 999becab148e
devops-engineer is an agent published in the GitHub repository 686f6c61/alfred-dev (119 stars, last pushed 17d ago), licensed MIT. It adds 264 tokens to every session and 3,094 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
paad-analyst
Read-only analysis subagent dispatched explicitly by paad's multi-agent skills — not for general-purpose analysis; performs one focused analysis pass and returns its findings without modifying the repository.
grader
Evaluate whether an agent's execution satisfies a set of expectations, by reading the execution transcript and output files.
devops-engineer
DevOps and infrastructure specialist. Generates CI/CD pipelines, Docker configs, Kubernetes manifests, Terraform configs, and handles deployment automation.
fsd-reviewer
Fullstack Director's context-isolated build reviewer (skill 05's Pass-2). Spawned by a FRESH /05-reviewer session — never from the build session — and seeded ONLY with the build-handoff path + the spec-slice paths + the in-scope architecture realization (feature specs, cited ADRs, system.md — where the Verification…
fsd-owasp-reader
Fullstack Director's blind, read-only OWASP panel reader (skill 07). Each spawn owns exactly ONE area-slice (given in the prompt — classic R1–R4/R5 or the agent-system flipped partition), analyzes only its slice with a neutral evidence-required stance, may run that area's deterministic scanners, and returns findings…
ai-integration-specialist
Specialized agent for adding AI/ML capabilities to existing applications — designs and implements LLM integration, vector search, semantic analysis, and cost-aware AI features.