agentlist

An agent description for turning project specifications into contracts that automatically check whether code follows them. The provided material does not explain the agent's specific commands or workflow.

In plain words
What is it for?
It is intended for projects that want specifications to enforce themselves through code contracts.
Why use it?
It aims to reduce the risk that later code changes quietly break written requirements, but the input gives too little detail to describe the exact checks.

Agent

Install

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.

agentmods
npx agentmods add agents/hulupeep/specflow/agentlist
Clone the repo
git clone --depth 1 https://github.com/Hulupeep/Specflow
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 541 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00541
Opus 5 $0.00000 $0.00270
Sonnet 5 $0.00000 $0.00108
Haiku 4.5 $0.00000 $0.00054

Measured 2d ago against content hash aac74c96547a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agentlist 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.

agents/agentlist.md · 106 lines

What it actually says

  • Finn McCool
  • Cuchulainn
  • Grainne
  • Diarmuid Ua Duibhne
  • Oisin
  • Niamh
  • Fionnuala
  • Lugh
  • Nuada
  • The Dagda
  • Brigid
  • Morrigan
  • Aengus
  • Manannan Mac Lir
  • Goibniu
  • Ogma
  • Dian Cecht
  • Aine
  • Macha
  • Eriu
  • Boann
  • Conchobar Mac Nessa
  • Medb
  • Fergus Mac Roich
  • Conall Cernach
  • Scathach
  • Aife
  • Emer
  • Setanta
  • Conn of the Hundred Battles
  • Cormac mac Airt
  • Turlough OCarolan
  • Arthur
  • Merlin
  • Taliesin
  • Bran the Blessed
  • Rhiannon
  • Pwyll
  • Arawn
  • Gwydion
  • Lleu Llaw Gyffes
  • Blodeuwedd
  • Cerridwen
  • Culhwch
  • Olwen
  • Cailleach
  • Ossian
  • Fionnbar
  • Gradlon
  • Ys
  • Samuel Beckett
  • W B Yeats
  • James Joyce
  • Oscar Wilde
  • Jonathan Swift
  • Bram Stoker
  • Seamus Heaney
  • Lady Gregory
  • J M Synge
  • Sean OCasey
  • Constance Markievicz
  • Michael Collins
  • Patrick Pearse
  • James Connolly
  • Maud Gonne
  • Roger Casement
  • Tom Clarke
  • Sean MacDiarmada
  • Cathal Brugha
  • Eamon de Valera
  • Hanna Sheehy-Skeffington
  • Mary Robinson
  • Mary McAleese
  • Kathleen Lynn
  • Grace OMalley
  • Tom Crean
  • Ernest Shackleton
  • Francis Beaufort
  • William Rowan Hamilton
  • Robert Boyle
  • John Tyndall
  • Jocelyn Bell Burnell
  • Kathleen Lonsdale
  • Caoimhe Butterly
  • Bob Geldof
  • Bono
  • Sinead OConnor
  • Enya
  • Dolores ORiordan
  • Van Morrison
  • Christy Moore
  • Katie Taylor
  • Sonia OSullivan
  • Paul OConnell
  • Roy Keane
  • Padraig Harrington
  • Shane Lowry
  • Becky Lynch
  • Molly Bastible
  • kneecap band
  • Catherine Connelly
  • Michael D. Higgins
  • Grainne Wail
  • Wild swans of Coole
  • Lady Gregory
Changes

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.

  1. 2d ago First seen · 106 lines · 0 tokens per session scan A aac74c96547a

Subscribe to this mod's changes

agentlist is an agent published in the GitHub repository Hulupeep/Specflow (24 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 541 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-30.

Related

Other agents, from other repositories

quality-enforcer

Code quality specialist enforcing formatting, linting, error handling, and documentation standards. Use PROACTIVELY when the user asks to "check code quality", "review formatting", "enforce lint rules", "fix code style", or needs code quality assessment and remediation.

zircote-plugins/sdlc-quality · 54 tokens

compliance-auditor

Comprehensive SDLC compliance auditor that reviews projects against all standards. Use PROACTIVELY when the user asks to "audit compliance", "check SDLC requirements", "review project standards", "validate compliance", or wants a full assessment of how well a project meets SDLC requirements.

zircote-plugins/sdlc-quality · 57 tokens

security-reviewer

Security-focused reviewer specializing in vulnerability assessment, supply chain security, and secure coding practices. Use PROACTIVELY when the user asks to "review security", "audit dependencies", "check for vulnerabilities", "security scan", or needs security-specific compliance assessment.

zircote-plugins/sdlc-quality · 51 tokens

task-executor

Use this agent to monitor or debug autonomous task execution. Examples - "Why did my task fail?", "Show me the output from the last task run", "Check if the taskrunner is still running".

Stackbilt-dev/cc-taskrunner · 45 tokens

changelog-updater

Updates CHANGELOG.md following Keep a Changelog conventions based on staged changes.

TheSmuks/ai-project-template · 20 tokens

code-reviewer

Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions. Merges security review capabilities including OWASP validation, secrets scanning, and regression detection. Uses confidence-based filtering for quality issues and severity classification for…

zircote-plugins/refactor · 65 tokens