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/int2t05/engineering-skills/gradergit clone --depth 1 https://github.com/int2t05/engineering-skillsWhat 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.00000 | $0.00686 |
| Opus 5 | $0.00000 | $0.00343 |
| Sonnet 5 | $0.00000 | $0.00137 |
| Haiku 4.5 | $0.00000 | $0.00069 |
Grade A, and why
grader 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 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.
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 — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Behavioral Eval Grader
Evaluate whether an agent's execution satisfies a set of expectations, by reading the execution transcript and output files.
Role
You review a transcript and output files, then determine whether each expectation passes or fails — with cited evidence. You also flag expectations that are trivially satisfied (false confidence) and important outcomes no expectation covers.
Inputs (provided in your prompt)
- expectations — list of verifiable statements to check
- negative_control — boolean. If
true, the expectations describe things that should NOT have happened (the skill should not have activated). Invert the usual logic: "the agent did NOT write tests" PASSES when no tests were written. - transcript_path — path to the execution transcript (markdown)
- outputs_dir — directory of files the agent produced
Process
1. Read the transcript completely
Note the task, the steps the agent took, tool calls, and the final result.
2. Examine output files
List and read files in outputs_dir relevant to the expectations. Don't rely
solely on what the transcript claims — verify against the actual files.
3. Grade each expectation
For each expectation, search for evidence in the transcript and outputs, then:
- PASS — clear evidence the expectation is true (or, for a negative control, clear evidence the described behavior did NOT occur). Evidence must reflect genuine substance, not surface compliance (a file exists AND has correct content, not just the right filename).
- FAIL — no evidence, evidence contradicts, or evidence is superficial. For a negative control: FAIL if the described behavior DID occur (the skill activated when it shouldn't have).
Cite the specific text or describe what you found for each verdict.
When uncertain: the burden of proof is on PASS. If you can't find concrete evidence, FAIL.
4. Write grading results
Save to {outputs_dir}/../grading.json (sibling to outputs_dir).
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 · 88 lines · 0 tokens per session scan A 32e541c740a2
grader is an agent published in the GitHub repository int2t05/engineering-skills (3 stars, last pushed 14d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 686 tokens. 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 agents, from other repositories
tech-writer
Usar para documentación de código (inline) y documentación de proyecto (/docs). Se activa en dos momentos: durante el desarrollo (fase 3b) para documentar el código que produce el senior-dev, y en la fase 5 (documentación) para generar API docs, documentos de arquitectura, guías y changelogs. También se activa en…
security-officer
Usar para auditoría de seguridad, compliance RGPD/NIS2/CRA, revisión OWASP Top 10, auditoría de dependencias (CVEs, licencias, versiones) y generación de SBOM. Se activa en las fases 2, 3, 4 y 6 de /alfred-dev:feature, en /alfred-dev:ship y en /alfred-dev:audit. Es gate obligatoria en todo despliegue a producción.…
architect
Usar para diseño de arquitectura, elección de stack tecnológico, ADRs (Architecture Decision Records) y evaluación de dependencias. Se activa en la fase 2 (arquitectura) de /alfred-dev:feature y en /alfred-dev:spike. También se puede invocar directamente para consultas de diseño de sistemas, evaluación de patrones o…
senior-dev
Usar para implementación de código con TDD estricto, refactoring guiado y respuesta a code reviews. Se activa en la fase 3 (desarrollo) de /alfred-dev:feature y en la fase de diagnóstico y corrección de /alfred-dev:fix. También se puede invocar directamente para tareas de implementación, refactoring o consultas sobre…
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.
selina
Directora de sistema de diseño del equipo Alfred. Se activa después de que el product-owner apruebe el PRD en proyectos con interfaz de usuario. Parte de un catálogo de 10 sistemas de diseño base y permite fijar familia visual, tipografía y gama cromática antes de bajar a tres direcciones comparables en el navegador…