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 skills add Totes-MickGOATs/opus-pocus --skill finite-recursumgit clone --depth 1 https://github.com/Totes-MickGOATs/opus-pocusWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/totes-mickgoats/opus-pocus/finite-recursum)<a href="https://agentmods.dev/skills/totes-mickgoats/opus-pocus/finite-recursum"><img src="https://agentmods.dev/badge/skills/totes-mickgoats/opus-pocus/finite-recursum/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/totes-mickgoats/opus-pocus/finite-recursum"><img src="https://agentmods.dev/badge/skills/totes-mickgoats/opus-pocus/finite-recursum.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00119 | $0.01253 |
| Opus 5 | $0.00060 | $0.00626 |
| Sonnet 5 | $0.00024 | $0.00251 |
| Haiku 4.5 | $0.00012 | $0.00125 |
Grade A, and why
finite-recursum 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 11d 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 — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🛡 Finite Recursum
"The robot was checking its work checking its work checking its—"
The 5-family verifies its own work without being told. Instructions and hooks written to force verification on older models now stack on top of that and produce spirals: the model re-checks, finds nothing new, and the instruction layer demands it re-check again.
What to scan
- Every memory file the repo carries —
CLAUDE.md,AGENTS.md, nested, user-level if opted in - Every hook that fires on Stop / session-end / post-tool events
- Every skill or agent definition containing review, verification, or completion procedures
- Output styles and system-prompt fragments
Anti-patterns to find
-
Verify-your-work incantations that have a loop partner. "Double-check your work", "verify before finishing", "always confirm correctness", "re-read your changes" — as standing prose rules where something re-raises the obligation: a Stop or session-end hook, a re-firing advisory, or a second copy of the rule elsewhere. That combination is loop fuel.
Not a finding on its own. A rule naming a concrete, non-inferable artifact check —
run npm test before claiming done,run terraform plan and paste the output— is load-bearing and stays. The model self-verifies its reasoning; it does not know your commands. In a repo with no Stop or advisory hooks this class has no instances: say so, rather than flagging the prose. -
Re-firing advisories with no state fingerprint. A Stop/advisory hook that emits the same warning every time it runs, regardless of whether the underlying state changed. The model answers, stops, the hook fires again on identical state: wake→answer→stop→wake.
-
Unbounded review loops. A review→fix→re-review procedure with no round cap and no exit criterion besides "no findings". Reviewers on the 5-family will always find something; minor findings extend the loop forever.
-
Undischargeable obligations. A rule demanding a condition the agent cannot always satisfy ("all tests must pass before you stop" when the suite needs approval to run; "verify in the editor" when the agent has no editor). The obligation can't be discharged, so it re-surfaces every turn.
-
Staleness-free verification demands. "Verify X before claiming done" with no allowance for evidence already gathered this session — forcing re-verification of unchanged subjects per message instead of per change.
-
Advisory text that reads as blocking. A warning phrased like a wall ("BLOCKED", "not landable") on a condition that is actually advisory — agents stop doing legitimate work.
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.
- 11d ago First seen · 75 lines · 119 tokens per session scan A d7ac399830f3
finite-recursum is a skill published in the GitHub repository Totes-MickGOATs/opus-pocus (10 stars, last pushed 1mo ago), licensed MIT. It adds 119 tokens to every session and 1,253 once invoked, about $0.0006 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-31.
Other skills, from other repositories
error-translator
A Chinese-language assistant that translates English programming errors and explains what they mean. It covers common errors from languages and frameworks including Python, JavaScript, TypeScript, Java, and others.
manage-skills
A maintenance workflow for checking whether project verification skills still cover the code and rules that changed during a session.
eslint-fix
A project-aware assistant for finding and fixing ESLint errors, warnings, and configuration compatibility problems. ESLint is a tool that checks JavaScript and TypeScript code for style and common mistakes.
perf-profiler
A performance investigation guide that uses repeatable measurements and profiling evidence to find where software spends time or resources. Profiling records runtime activity such as CPU use, memory use, database work, or network delays.
log-analyzer
A log-analysis helper that reads application and system logs to find unusual patterns and likely causes. Logs are records of events such as errors, requests, warnings, and service activity.
systematic-debugging
Structured debugging methodology — use before proposing fixes for any error or failure. Covers: code bugs, build errors, deploy failures, config conflicts, dependency issues, infra problems. Also use when previous fix attempts failed or root cause is unclear.