recurrence-review

recurrence-review is a skill for Codex from alejandro-ventures/llm-agnostic-icm-framework. It costs 63 tokens per session (478 once invoked), scanned A, original, Apache-2.0.

A workflow for finding repeated questions in stored run history and turning them into proposed automated workflows. It includes separate human approval steps before drafts or routing changes are accepted.

In plain words
What is it for?
Use it to scan approved scratch metadata, review recurrence proposals, record decisions, stage workflow drafts, and prepare an approved promotion plan.
Why use it?
It helps identify repeated work while keeping people in control of turning patterns into automation.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to scan approved scratch metadata, review recurrence proposals, record decisions, stage workflow drafts, and prepare an approved promotion plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alejandro-ventures/llm-agnostic-icm-framework/recurrence-review
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.

Any agent
npx skills add alejandro-ventures/llm-agnostic-icm-framework --skill recurrence-review
Clone the repo
git clone --depth 1 https://github.com/alejandro-ventures/llm-agnostic-icm-framework

Made for: Codex.

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

agentmods badge for recurrence-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/alejandro-ventures/llm-agnostic-icm-framework/recurrence-review/github.svg)](https://agentmods.dev/skills/alejandro-ventures/llm-agnostic-icm-framework/recurrence-review)
Your own site
<a href="https://agentmods.dev/skills/alejandro-ventures/llm-agnostic-icm-framework/recurrence-review"><img src="https://agentmods.dev/badge/skills/alejandro-ventures/llm-agnostic-icm-framework/recurrence-review/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.

agentmods 80×15 button for recurrence-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/alejandro-ventures/llm-agnostic-icm-framework/recurrence-review"><img src="https://agentmods.dev/badge/skills/alejandro-ventures/llm-agnostic-icm-framework/recurrence-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 478 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00063 $0.00478
Opus 5 $0.00032 $0.00239
Sonnet 5 $0.00013 $0.00096
Haiku 4.5 $0.00006 $0.00048

Measured 10d ago against content hash 463679aef1fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

recurrence-review 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 10d 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.

workflows/recurrence-review/.github/recurrence-review/SKILL.md · 37 lines

What it actually says

Recurrence Review

Use only scripts/review.py; scheduled runs may invoke only scan.

Process

  1. Run python workflows/recurrence-review/scripts/review.py scan for a manual or scheduled review.
  2. Report only newly created proposal paths. If status is no_change, report that concisely.
  3. For an open proposal, record snoozed, rejected, or reopened only after explicit human approval using decide ... --approved.
  4. Gate 1: run scaffold <intent-key> --approved only after explicit same-turn approval. Keep the resulting workflow draft under this workflow's output/drafts/; do not edit the router.
  5. Refine and validate the staged draft, then run promotion-plan <intent-key>. Present the exact immutable plan path and hash.
  6. Gate 2: run promote <intent-key> --draft <path> --plan-hash <hash> --approved only after the user explicitly approves that hash in the same turn. Never commit, push, move, or delete.

Safety

  • Read only schema-v2 scratch metadata; never open raw scratch artifacts during scheduled scans.
  • Treat malformed JSON as a hard failure and create no proposal from an incomplete evidence set.
  • Preserve proposals, decisions, drafts, promotion plans, and backups as immutable or append-only.
  • Route every write through _core/scripts/sandbox.py and keep every artifact inside this workspace.
  • Append output/run-log.csv and the token-tracker entry for every command.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 37 lines · 63 tokens per session scan A 463679aef1fa

Subscribe to this mod's changes

recurrence-review is a skill published in the GitHub repository alejandro-ventures/llm-agnostic-icm-framework (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 63 tokens to every session and 478 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

sickn33/agentic-awesome-skills · 24 tokens

agent-engineering-expert

Build LLM agents that use tools safely: tool design, the agent loop, memory, MCP servers, multi-agent orchestration, sandboxing and prompt-injection defence. Use when the user mentions AI agents, tool use or function calling, MCP or Model Context Protocol, autonomous workflows, multi-agent systems, LangChain or…

personamanagmentlayer/pcl · 94 tokens

junjo-evaluation

Turn a developer's product-quality objective into a complete Junjo Studio-backed evaluation workflow. Use when a coding agent needs to establish a baseline, design or generate typed cases, run or resume application-owned Node, Workflow, or Agent targets, inspect outcomes and exact trace evidence, compare a candidate…

mdrideout/junjo · 83 tokens

junjo-openai-agents

Add Junjo's optional OpenAI Agents SDK integration to an application. Use when a coding agent needs to install junjo[openai-agents], expose a native Junjo Workflow or Agent as an OpenAI function tool, send standard OpenAI Agent and nested Junjo spans through one application-owned OpenTelemetry provider, declare an…

mdrideout/junjo · 90 tokens

writing-workspace-jobs

Author FSM workspace jobs. Use when creating, editing, or debugging jobs, signals, or FSM workflows in workspace.yml.

friday-platform/friday-studio · 30 tokens

workspace-api

Create, list, update, delete, and clean up workspaces via the daemon HTTP API at $FRIDAYDURL. Use when the user asks to create, edit, delete, or list workspaces, spaces, projects, or environments; add or patch signals / agents / jobs / memory / skills; convert a workspace.yml into a live workspace; wire up triggers…

friday-platform/friday-studio · 103 tokens