hyperbrief-revisit

hyperbrief-revisit is a skill for Claude Code from SoliEstre/EstreGenesis. It costs 151 tokens per session (2,980 once invoked), scanned A, original, Apache-2.0.

A review tool for recorded decisions. It checks which decisions are due for review or whether the assumptions behind them have stopped being true.

In plain words
What is it for?
Use it to scan a decision record, ask what actually happened, compare the result with the original reasoning, and update the record.
Why use it?
It helps teams learn whether a decision was sound and whether the reasoning used to make it was sound, instead of leaving old decisions unexamined.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the hyperbrief plugin — 3 skills shipped together

Good fit Use it to scan a decision record, ask what actually happened, compare the result with the original reasoning, and update the record.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/soliestre/estregenesis/hyperbrief-revisit
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 SoliEstre/EstreGenesis --skill hyperbrief-revisit
Clone the repo
git clone --depth 1 https://github.com/SoliEstre/EstreGenesis

Made for: Claude Code.

Or install hyperbrief, the plugin that ships this one along with the rest of its 3 skills.

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 hyperbrief-revisit

README.md
[![agentmods](https://agentmods.dev/badge/skills/soliestre/estregenesis/hyperbrief-revisit/github.svg)](https://agentmods.dev/skills/soliestre/estregenesis/hyperbrief-revisit)
Your own site
<a href="https://agentmods.dev/skills/soliestre/estregenesis/hyperbrief-revisit"><img src="https://agentmods.dev/badge/skills/soliestre/estregenesis/hyperbrief-revisit/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 hyperbrief-revisit

Your own site · 80×15
<a href="https://agentmods.dev/skills/soliestre/estregenesis/hyperbrief-revisit"><img src="https://agentmods.dev/badge/skills/soliestre/estregenesis/hyperbrief-revisit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,980 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00151 $0.02980
Opus 5 $0.00076 $0.01490
Sonnet 5 $0.00030 $0.00596
Haiku 4.5 $0.00015 $0.00298

Measured 9d ago against content hash 174f0eae3e38, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

hyperbrief-revisit 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 9d 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.

plugins/hyperbrief/skills/hyperbrief-revisit/SKILL.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hyperbrief Revisit — close the learning loop

You are scanning the decision ledger for decisions whose revisit_date has arrived (or whose assumed_invariants have been violated), OR a specific decision_id has been handed to you for review.

0. Schema version awareness (v0.6.0)

본 skill 은 schema v0.6.0 인지. v0.5.6 → v0.6.0 변경 사항:

  • v0.5.6 IR 도 v0.6 schema 에 valid 유지 (back-compat). 모든 신규 슬롯은 optional — 기존 ledger 항목 마이그레이션 불요.
  • 신규 슬롯 4 종 (revisit 시점에 비어있을 수 있음 — 그 자체로 흠결 아님):
    1. section_0_decision_header.evaluation_lenses[] — 같은 결정에 대한 multi-lens 점수 (예: Lens A 모듈 GA / Lens B host marketplace).
    2. section_8_recommendation.recommended_methodology[] — 결정에 사용된 평가 방법론 박제 (예: hyperbrief-v1-readiness-rubric).
    3. maturity_anchor (top-level, optional) — 자의적 라벨 (v1.0/GA/stable) 에 측정 가능한 anchored 기준.
    4. AudienceProfileFallback.term_pairing — tone 프로파일의 표시 정책 + 적용 범위 (mode E/I/N · scope C/D/B/R · retroactive_apply).
  • v0.5.6 caller 도 v0.6 skill 호환: 이전 버전 IR 를 그대로 입력해도 본 skill 동작. 신규 슬롯 부재 시 retrospective 질문에서 "옵션으로 채우기" 만 제시 (강제 아님).

1. Trigger conditions

Run this skill if ANY of these apply:

  • Session-start / Stop hook / 6h cron tick → scan ledger for revisit_date <= now AND outcome_actual == null.
  • Inbound A2A signal contradicts an assumed_invariant in any active decision's lineage.
  • User explicitly invokes /hyperbrief revisit <decision_id>.
  • hyperbrief skill's parent-decision check found a stale parent.
  • v0.6 추가: maturity_anchor.claimed_label 이 부착된 결정의 경우, anchor methodology 의 current_score 가 threshold 를 (재)교차했는지 감지된 시점.

2. Ledger scan

Locate the ledger at one of:

  • Standalone: .agent/_decisions/*.json (one file per decision_id).
  • Constellation-integrated: Constellation state.jsondecisions[] array, OR SSE endpoint /api/decisions/stream.

For each entry where revisit_date <= now AND outcome_actual == null:

  1. Load the original IR (full JSON). Schema version 확인 — v0.5.6 / v0.6.0 둘 다 처리. 누락 슬롯은 정상 (back-compat).
  2. Surface to the user as a HyperbriefRevisit card (or inline text in standalone mode).
  3. Block other low-priority work until the user responds (revisit > new work).

Read the full file on GitHub · 141 lines

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. 9d ago First seen · 141 lines · 151 tokens per session scan A 174f0eae3e38

Subscribe to this mod's changes

hyperbrief-revisit is a skill published in the GitHub repository SoliEstre/EstreGenesis (8 stars, last pushed 3d ago), licensed Apache-2.0. It adds 151 tokens to every session and 2,980 once invoked, about $0.0008 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

update-agent-context

This skill should be used to keep CLAUDE.md, AGENTS.md, and the skill files themselves compact, current, and internally consistent. It runs in three phases: Phase 1 performs a one-time structural refactor of CLAUDE.md using a Karpathy-inspired behavioral scaffold and derives AGENTS.md from it by stripping Claude…

mostlyharmless-ai/watercooler · 203 tokens

watercooler-onboarding

Bootstrap Watercooler memory for a repository by inspecting local code, docs, CI, git history, and existing Watercooler threads, then writing a small set of durable, provenance-backed seed threads that future agents can query and extend. Use when entering a repo for the first time, seeding a repo with Watercooler…

mostlyharmless-ai/watercooler · 79 tokens

recall

Recall project context or answer questions about history and decisions. Use before starting work, when investigating unfamiliar code, or asking "What was decided about X?" / "Why did we choose Y?".

mostlyharmless-ai/watercooler · 41 tokens

wiki

Use this skill when querying workspace knowledge before tasks or running mandatory post-review ingest evaluation and conditional wiki ingestion. Self-learning loop for the workspace.

wcgomes/agents-workspace · 30 tokens

mem0-integration

Mem0 memory layer integration for AI agents. Implement persistent, semantic memory for long-term context retention and personalization.

a5c-ai/babysitter · 27 tokens

moai-foundation-context

Manages context window optimization, session state persistence, and token budget allocation for multi-agent workflows. Use for token budget management, context limits, or session handoff across agents.

modu-ai/moai-adk · 41 tokens