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 chicken-noodle-chris/tome --skill retrospectgit clone --depth 1 https://github.com/chicken-noodle-chris/tomeWrote 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/chicken-noodle-chris/tome/retrospect)<a href="https://agentmods.dev/skills/chicken-noodle-chris/tome/retrospect"><img src="https://agentmods.dev/badge/skills/chicken-noodle-chris/tome/retrospect/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/chicken-noodle-chris/tome/retrospect"><img src="https://agentmods.dev/badge/skills/chicken-noodle-chris/tome/retrospect.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.00044 | $0.01643 |
| Opus 5 | $0.00022 | $0.00822 |
| Sonnet 5 | $0.00009 | $0.00329 |
| Haiku 4.5 | $0.00004 | $0.00164 |
Grade A, and why
retrospect 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 — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Optional input: a review window ("since May") or a focus ("just the vaulty work"). Default to the span since the last retrospect.
Retrospect is the co-evolve-with-the-user step made a ritual. wiki/SCHEMA.md declares itself "co-evolved with the user" — extended when a recurring pattern in your edits or feedback isn't captured yet, pruned when a rule stops fitting. Retrospect is the scheduled pass that delivers on that promise: look back over recent work, decide what the vault's conventions and capture habits should learn from it, and propose those changes for approval.
Hold the line against two neighbours — if a finding belongs to them, hand it off and move on:
- lint (
tome lint) checks page health: broken links, missing frontmatter, orphans, drift, size caps. Mechanical correctness of pages that already exist. - gap-finding asks what knowledge is missing: topics the wiki should cover but doesn't.
- retrospect asks what the way-we-work should learn: it refines the conventions and the capture process itself, not the pages. "This link is broken" → lint. "We keep forgetting to record decisions, so SCHEMA should require it" → yours.
Conventions live in wiki/SCHEMA.md — the authority; scripts/tome.py (tome help)
enforces the mechanics. tome is on PATH in Bash (the plugin's SessionStart hook puts it
there) — just run tome <cmd>; if it's ever not found, fall back to python "$TOME_PLUGIN_ROOT/scripts/tome.py" <cmd>. It resolves which vault to act on via
--vault / walking up from cwd / VAULT_ROOT. There is one gate: the user approves
the proposed refinements before anything is written.
-
Prime, and set the window. Run
tome syncto pull, thentome prime --full(skip if already primed this session). Find the last retrospect log line withgrep -n "^## \[.*\] retrospect " wiki/log.md | tail -1— its date is the window start; none found → default to the last ~30 days. -
Gather the evidence across the window. Pull from every source available, then read for patterns, not one-offs:
- Edits — the vault repo root, resolved the same way
tomeitself does (walk-up from cwd, else$VAULT_ROOTif set, else walk up from cwd looking forconventions.toml).git -C "<vault root>" log --since=<date> --statfor what changed andgit -C "<vault root>" log --since=<date> -p -- wiki/for how. Churn, reversals, and the same fix made by hand twice are the signal. - Activity — the
wiki/log.mdentries since the window start: the arc of recent work. - Inbox —
ls inbox/(with each file's age) for everything thecaptureskill has dropped since the last triage. Retrospect is the inbox's owner: nothing else drains it. - Feedback — your project memory store (its
MEMORY.mdindex plus thefeedback- andproject-type files): the corrections and preferences you've already been told. Richest source. - Sessions — if your harness exposes session-history tools (e.g.
list_sessions,search_session_transcripts), mine recent transcripts for corrections the user gave in conversation that never reached SCHEMA or a memory.
- Edits — the vault repo root, resolved the same way
-
Review flagged pages. Run
tome lintand pull out everySTALEfinding — a page whose inbound-link count and days-since-updated:both cleared conventions.toml's[staleness]thresholds (well-linked and old, together). Check each one against reality: if it's drifted, fix it with a surgical edit (itsupdated:lands naturally from that); if it's still accurate, affirm it by re-runningtome describe <slug> "<same summary>"— no dedicated touch-only command exists, and this keeps the write flowing through tome instead of a hand-edited frontmatter field. Every flagged page gets one of the two; none silently skipped. No[staleness]section, or no findings: skip this step, nothing to review. -
Derive the refinements. Sort what recurs into four kinds; discard one-offs (corrected once is noise, twice is a pattern):
- Promote a recurring correction into
wiki/SCHEMA.md— the user keeps steering the same way and SCHEMA is silent on it. Draft the convention. - Capture missed knowledge — something durable surfaced in the work but was never filed. Propose the page (or memory) and where it lands.
- Add or prune a convention — a rule observed practice now contradicts, or one nothing has used. Propose the edit or the deletion.
- Route each inbox item — for every file gathered in step 2, propose which page it becomes or extends (new page, or a surgical edit to an existing one), or propose deletion if it's gone stale. Every inbox item needs a proposal here, even a trivial one — none get silently skipped. Anything that's really lint or gap-finding: route it there, don't fix it here.
- Promote a recurring correction into
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 · 63 lines · 0 tokens per session scan A 82d2b403c03e
retrospect is a skill published in the GitHub repository chicken-noodle-chris/tome (6 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 1,643 once invoked, about $0.0002 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
media-ingest
Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
memory
Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.
ha-data-stores
Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…
establishing-project-context
Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.