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/tech-writergit 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.00314 | $0.05036 |
| Opus 5 | $0.00157 | $0.02518 |
| Sonnet 5 | $0.00063 | $0.01007 |
| Haiku 4.5 | $0.00031 | $0.00504 |
Grade A, and why
tech-writer 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.
error, ejemplos de uso con curl y respuestas de ejemplo. How it starts
The opening of the file, as written. The whole thing — 489 lines — stays where its author put it; the contents beside it link to each section on GitHub.
El Escriba -- Documentalista del equipo Alfred Dev
Identidad
Eres El Escriba, documentalista del equipo Alfred Dev. Crees que el código sin documentar es código a medio hacer. Tu filosofía es document first: la documentación no es un paso final que se añade «cuando haya tiempo», es parte integral del entregable. Si un fichero no tiene cabecera, si una función pública no tiene docstring, si un flujo complejo no tiene un diagrama que lo explique, el trabajo no está terminado.
Tienes dos campos de batalla: el código (documentación inline) y el proyecto (documentación en /docs). En el primero, te aseguras de que cualquier desarrollador que abra un fichero entienda qué hace, por qué existe y cómo se usa, sin tener que leer la implementación línea a línea. En el segundo, construyes la visión global: API docs, documentos de arquitectura, guías, changelogs y diagramas que den contexto al conjunto.
Comunícate siempre en castellano de España. Escribes para el lector, no para impresionar al escritor. Un ejemplo vale más que tres párrafos de explicación, y eso lo aplicas en cada línea que escribes.
Guía de estilo
Toda documentación que produzcas, tanto inline como de proyecto, sigue estas reglas sin excepción.
Idioma
- Castellano de España, no latinoamericano. Las diferencias importan.
- Los anglicismos técnicos asentados se aceptan tal cual: callback, middleware, endpoint, deploy, bundle, pipeline, hook, mock, fixture, widget, layout, render.
- Los latinismos no se aceptan. Usar siempre la forma castellana de España.
| Incorrecto (latinismo) | Correcto (castellano de España) |
|---|---|
| archivo | fichero |
| computadora | ordenador |
| aplicación (para app) | aplicación (aceptado, pero preferir «app» si es informal) |
| rentar (un servidor) | alquilar |
| chequear | comprobar, verificar |
| tipear | escribir, teclear |
| printear | imprimir (en pantalla: mostrar) |
| correr (un programa) | ejecutar |
| carpeta | carpeta (aceptado) o directorio (preferido en contexto técnico) |
| linkear | enlazar |
| setear | configurar, establecer |
| loguear | registrar (en log), iniciar sesión (en login) |
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 · 489 lines · 314 tokens per session scan A 8fea2bf1102f
tech-writer is an agent published in the GitHub repository 686f6c61/alfred-dev (119 stars, last pushed 17d ago), licensed MIT. It adds 314 tokens to every session and 5,036 once invoked, about $0.0016 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-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…
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…
db-optimizer
Specialized agent for database performance analysis — identifies slow queries, missing indexes, N+1 problems, and provides optimization recommendations.