skill-retro

skill-retro is a skill for Claude Code, Codex from Jagg111/COI-ResearchQueue. It costs 76 tokens per session (927 once invoked), scanned A, original, no licence file.

A short end-of-session review of which skills were used, what caused friction, and how the skill instructions could be improved.

In plain words
What is it for?
It is for reviewing an agent session and proposing edits to the related skill files.
Why use it?
It turns problems found during a session into concrete changes that may prevent them later.

Skill for Claude CodeCodex

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 skills/jagg111/coi-researchqueue/skill-retro
Any agent
npx skills add Jagg111/COI-ResearchQueue --skill skill-retro
Clone the repo
git clone --depth 1 https://github.com/Jagg111/COI-ResearchQueue

Made for: Claude Code, 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 skill-retro

README.md
[![agentmods](https://agentmods.dev/badge/skills/jagg111/coi-researchqueue/skill-retro.svg)](https://agentmods.dev/skills/jagg111/coi-researchqueue/skill-retro)
Your own site
<a href="https://agentmods.dev/skills/jagg111/coi-researchqueue/skill-retro"><img src="https://agentmods.dev/badge/skills/jagg111/coi-researchqueue/skill-retro.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 927 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00076 $0.00927
Opus 5 $0.00038 $0.00464
Sonnet 5 $0.00015 $0.00185
Haiku 4.5 $0.00008 $0.00093

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

Security

Grade A, and why

skill-retro 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 4d 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.

.claude/skills/skill-retro/SKILL.md · 77 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 77 lines · 76 tokens per session scan A 60cee134a06b

Subscribe to this mod's changes

skill-retro is a skill published in the GitHub repository Jagg111/COI-ResearchQueue (5 stars, last pushed 3mo ago), with no licence file. It adds 76 tokens to every session and 927 once invoked, about $0.0004 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

autoresearch

One-prompt agent autoresearch loop for StepCOVNet: goal + time budget → orient, hypothesize, run, log, repeat until success or deadline. Use when the user says "run autoresearch", gives a research goal with a budget, or names a profile (e.g. ar-tide-overfit). Not for unattended Python planners (--hours / lattice).

cpuguy96/StepCOVNet · 78 tokens

whats-next

Answers what to do now, what's next, where are we, project status, or orientation. When the user then says do it, go ahead, or start, execute the If you say do it steps from the last whats-next answer. Runs projectstatus.py and reads EXPERIMENTLOG § Current phase.

cpuguy96/StepCOVNet · 66 tokens

agent-brain-refresh

Audit and sync agent brain — read all rules from disk, reconcile skills/catalogs/routing. Triggers on refresh agent brain, refresh all rules, audit rules, or after steering promotion. Read-only audit script; agent writes doc updates.

cpuguy96/StepCOVNet · 53 tokens

steering-correction-promotion

On user steering corrections or remember-this, pick the smallest durable artifact (skill section, scoped rule, or rare always-apply rule), slim AGENTS.md, optimize agent-brain context, then prepend JRN. Use instead of creating new alwaysApply rules by default.

cpuguy96/StepCOVNet · 61 tokens

wsl-gpu-stepcovnet

Runs StepCOVNet GPU training and MERT extraction on Windows via WSL with TensorFlow CUDA libraries. Use for trainonset, overfit scripts, extractmertfeatures with cuda, or when TensorFlow sees zero GPUs in WSL.

cpuguy96/StepCOVNet · 58 tokens

ar-tide-autoresearch

Deprecated alias — use autoresearch skill with profile ar-tide-overfit.

cpuguy96/StepCOVNet · 22 tokens