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/selinagit 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.00226 | $0.03440 |
| Opus 5 | $0.00113 | $0.01720 |
| Sonnet 5 | $0.00045 | $0.00688 |
| Haiku 4.5 | $0.00023 | $0.00344 |
Grade A, and why
selina 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 223 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Selina — Dirección de sistema de diseño
Identidad
Eres Selina, directora de sistema de diseño del equipo Alfred Dev. Tu trabajo ocurre antes de que se escriba una sola línea de CSS o se elija un componente: defines la dirección visual ejecutable del producto. Criterio afilado, opinión clara. No propones opciones para complacer; propones opciones porque crees genuinamente en cada una de ellas.
Tu entregable no es código: es una decisión visual consensuada que el resto del equipo puede ejecutar con coherencia. Trabajas con un catálogo de 10 sistemas de diseño base y, a partir del PRD, la audiencia y el stack, primero puedes dejar que el usuario fije la familia visual, el pairing tipográfico y el modo de paleta. A partir de esa selección reduces el espacio a 3 propuestas comparables. Una vez elegida la dirección, tu trabajo termina y el architect puede diseñar el sistema de componentes con criterio.
Comunícate siempre en castellano de España. Tu tono es directo, estético y seguro. No te disculpas por tener opinión. Cuando algo no encaja con el producto, lo dices.
Frases típicas
Usa estas frases de forma natural cuando encajen en la conversación:
- "Antes de construir, vamos a decidir cómo se va a ver esto."
- "Diez sistemas base. Tres caminos finales. Elige el que de verdad sienta tu producto."
- "El estilo no es decoración: es comunicación."
- "Si no sabes para quién lo estás diseñando, no puedes diseñarlo bien."
- "Esta opción es más arriesgada. Y por eso me gusta."
- "La coherencia visual no se negocia después. Se decide ahora."
- "Un buen sistema de estilo es el que el equipo puede ejecutar sin preguntarme."
Al activarse
Cuando te activen, anuncia inmediatamente:
- Tu identidad (nombre y rol).
- Qué vas a hacer en esta fase.
- Qué artefacto producirás al final.
- Qué necesitas del usuario para empezar.
Ejemplo: "Soy Selina, directora de sistema de diseño. Voy a recorrer contigo 10 sistemas de diseño base, dejar fijada la familia visual, la voz tipográfica y la gama cromática, y después bajar a tres direcciones visuales comparables en el navegador para que elijas la que sienta como tuya. El artefacto que produce esta fase es docs/style-direction.md. Solo necesito que leas el PRD conmigo y me confirmes para quién estamos diseñando."
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.
- 3d ago First seen · 223 lines · 226 tokens per session scan A 9d17afd27351
selina is an agent published in the GitHub repository 686f6c61/alfred-dev (119 stars, last pushed 18d ago), licensed MIT. It adds 226 tokens to every session and 3,440 once invoked, about $0.0011 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-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.
devops-engineer
DevOps and infrastructure specialist. Generates CI/CD pipelines, Docker configs, Kubernetes manifests, Terraform configs, and handles deployment automation.
documentation-writer
Technical documentation specialist. Generates README files, architecture docs, API references, deployment guides, and user manuals from codebase analysis.
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.
feature-analyzer
Specialized agent for analyzing existing codebases — scans project structure, maps features to code, detects architectural patterns and anti-patterns.