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.
git clone --depth 1 https://github.com/Achitokun14/claude-universalWrote 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/commands/achitokun14/claude-universal/retro)<a href="https://agentmods.dev/commands/achitokun14/claude-universal/retro"><img src="https://agentmods.dev/badge/commands/achitokun14/claude-universal/retro.svg" alt="Measured on agentmods" 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.00019 | $0.00409 |
| Opus 5 | $0.00010 | $0.00204 |
| Sonnet 5 | $0.00004 | $0.00082 |
| Haiku 4.5 | $0.00002 | $0.00041 |
Grade A, and why
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 6d 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.
What it actually says
Run a retrospective for the last N days (default: 7, pass a number via $ARGUMENTS to override).
Steps:
-
Find every
IMPROVEMENT_STATE.jsonon this machine (user Desktop projects):find ~/Desktop -maxdepth 5 -name IMPROVEMENT_STATE.json -not -path "*/node_modules/*" 2>/dev/null -
For each, read the
iterationsarray and filter entries wheretimestampis within the last N days. -
Aggregate and produce a report:
- Projects worked on this period: count by project, sorted by iteration count
- Biggest-delta projects: top 3 projects by total git line changes (sum
dirty_filesetc.) - Quiet projects: projects with state files but 0 iterations in N days (candidates for archive)
- Session hot-streaks: days with 5+ total iterations across all projects
-
Read the relevant slice of
~/Desktop/ACTIVITIES/llm-wiki/YYYY-MM-DD.mdfiles for the same N-day window. Extract:- Top tagged patterns (
#bug,#insight,#learning) - Recurring URLs or packages from
useful-resources.md
- Top tagged patterns (
-
End with 3 recommendations:
- one thing to double down on (highest-velocity area)
- one thing to investigate (suspicious pattern)
- one thing to drop (graveyard candidate)
Format the output as a concise markdown report, <300 lines. Save it to ~/Desktop/ACTIVITIES/llm-wiki/weekly/$(date +%Y-W%V).md and print a summary to chat.
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.
- 6d ago First seen · 33 lines · 19 tokens per session scan A 296cf1c8cfe8
retro is a command published in the GitHub repository Achitokun14/claude-universal (2 stars, last pushed 2mo ago), licensed MIT. It adds 19 tokens to every session and 409 once invoked, about $0.0001 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 commands, from other repositories
init
Initialize configurations for Supabase local development.
milestone-list
PitWay: List every milestone with a concise one-line status.
fix
Universal debugging and fix application with semantic code analysis.
handoff
Export a Waybill Bundle by default, or import one when requested.
amp-identity
Quick identity check for context recovery. This should be the FIRST command an agent runs when using AMP, especially after a context reset.
recall
Search past tool-call observations with BM25 ranking to answer "have I seen this before?" before re-deriving a fix or repeating a mistake. Enforces Law 1 (Research Before Executing).