rc-synthesize

rc-synthesize is a skill for Claude Code, Codex from lhl/realitycheck. It costs 32 tokens per session (1,694 once invoked), scanned A, original, Apache-2.0.

A skill for combining conclusions and claims from several source analyses into one decision-focused summary. It is part of Reality Check, a set of tools for comparing and validating research findings.

In plain words
What is it for?
Synthesizing multiple source analyses after they have been checked, comparing their claims, and producing a higher-level conclusion.
Why use it?
It helps when separate analyses need to be compared so the reader can understand what agrees, what conflicts, and what to believe overall.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: $skill-name invocation.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is - [source-id](../sources/source-id.md).

Good fit Synthesizing multiple source analyses after they have been checked, comparing their claims, and producing a higher-level conclusion.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/lhl/realitycheck
agentmods
npx agentmods add skills/lhl/realitycheck/rc-synthesize

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 rc-synthesize

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/lhl/realitycheck/rc-synthesize"><img src="https://agentmods.dev/badge/skills/lhl/realitycheck/rc-synthesize.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,694 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.00032 $0.01694
Opus 5 $0.00016 $0.00847
Sonnet 5 $0.00006 $0.00339
Haiku 4.5 $0.00003 $0.00169

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

Security

Grade A, and why

rc-synthesize 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.

integrations/amp/skills/rc-synthesize/SKILL.md · 194 lines

How it starts

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

Cross-Source Synthesis

Create a cross-source synthesis across multiple source analyses and claims. Use after checking multiple sources or when producing a higher-level, decision-oriented view.

When This Skill Activates

  • "Synthesize these sources"
  • "Compare and contrast these analyses"
  • "Write a synthesis across sources"
  • "What should we believe overall"

Create a cross-source synthesis across multiple source analyses and existing claims.

Use this after running $check on multiple sources (or when you already have relevant source analyses and want a higher-level conclusion).

Note: For multi-source prompts, $check should typically produce the synthesis automatically; $rc-synthesize is the standalone/iterative version of that workflow.

Prerequisites

Environment

Set REALITYCHECK_DATA to point to your data repository:

export REALITYCHECK_DATA=/path/to/realitycheck-data/data/realitycheck.lance

The PROJECT_ROOT is derived from this path - all analysis files go there.

CLI Commands

Reality Check provides CLI tools (rc-db, rc-validate, rc-export, rc-embed).

Check availability:

which rc-db  # Should show path if pip-installed

If commands are not found, either:

  1. Install: pip install realitycheck (recommended)
  2. Use uv run from framework directory: uv run python scripts/db.py ...
  3. Add framework as submodule and use: .framework/scripts/db.py ...

Red Flags: Wrong Repository

IMPORTANT: Always write to the DATA repository, never to the framework repository.

If you see these directories, you're in the framework repo (wrong place for data):

  • scripts/
  • tests/
  • integrations/
  • methodology/

Stop and verify REALITYCHECK_DATA is set correctly.

Data Source of Truth

LanceDB is the source of truth, not YAML files.

Read the full file on GitHub · 194 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 · 194 lines · 32 tokens per session scan A 84153e34e20c

Subscribe to this mod's changes

rc-synthesize is a skill published in the GitHub repository lhl/realitycheck (41 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 32 tokens to every session and 1,694 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-30.