context-boundary-reporter

context-boundary-reporter is a skill for Claude Code, Codex from edonadei/caliper. It costs 20 tokens per session (306 once invoked), scanned A, original, MIT.

A format for recording which project context files were loaded, which durable decisions they contain, and which information was excluded. It is written as machine-checkable JSON.

In plain words
What is it for?
Use it to inspect the named context files and produce a receipt showing loaded references, confirmed decisions, excluded items, and the verification path.
Why use it?
It makes the agent's working context and decision history auditable. It also helps separate lasting project decisions from temporary transcript notes or conflicting claims.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect the named context files and produce a receipt showing loaded references, confirmed decisions, excluded items, and the verification path.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/edonadei/caliper/05-context-boundary
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 edonadei/caliper --skill 05-context-boundary
Clone the repo
git clone --depth 1 https://github.com/edonadei/caliper

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 context-boundary-reporter

README.md
[![agentmods](https://agentmods.dev/badge/skills/edonadei/caliper/05-context-boundary/github.svg)](https://agentmods.dev/skills/edonadei/caliper/05-context-boundary)
Your own site
<a href="https://agentmods.dev/skills/edonadei/caliper/05-context-boundary"><img src="https://agentmods.dev/badge/skills/edonadei/caliper/05-context-boundary/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 context-boundary-reporter

Your own site · 80×15
<a href="https://agentmods.dev/skills/edonadei/caliper/05-context-boundary"><img src="https://agentmods.dev/badge/skills/edonadei/caliper/05-context-boundary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 306 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.00020 $0.00306
Opus 5 $0.00010 $0.00153
Sonnet 5 $0.00004 $0.00061
Haiku 4.5 $0.00002 $0.00031

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

Security

Grade A, and why

context-boundary-reporter 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.

examples/starter-pack/05-context-boundary/SKILL.md · 36 lines

What it actually says

Context Boundary Reporter

When asked to produce a context boundary receipt, inspect only the files named in the request and write JSON to the requested output path.

Use this exact shape:

{
  "loaded_context": [
    {"ref": "path", "kind": "instructions|decision|transcript", "authority": "durable|ephemeral"}
  ],
  "durable_decisions": [
    {"decision": "...", "source_ref": "...", "supersedes": ["..."]}
  ],
  "stale_or_excluded_items": [
    {"item": "...", "source_ref": "...", "reason": "..."}
  ],
  "verification_path": ["..."]
}

Rules:

  1. Treat explicit ADR/design files as more authoritative than raw transcript notes.
  2. Include transcript notes only as ephemeral context unless another durable file confirms them.
  3. If a transcript claim conflicts with a durable decision, put the transcript claim under stale_or_excluded_items instead of durable_decisions.
  4. Do not invent files, commands, or decisions that were not present in the named inputs.
  5. Write only valid JSON to the requested output file.
  6. Write the JSON file to the requested path before you report anything. Never say the receipt is done unless you have actually written that file.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 36 lines · 20 tokens per session scan A 655b6e4edbfd

Subscribe to this mod's changes

context-boundary-reporter is a skill published in the GitHub repository edonadei/caliper (50 stars, last pushed 9d ago), licensed MIT. It adds 20 tokens to every session and 306 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-30.

Related

Other skills, from other repositories

doris-debug-resource-isolation

Use for Doris Workload Group / resource tag queue starvation, CPU/memory isolation leaks, and workload policy debugging. Commands: SHOW WORKLOAD GROUPS, EXPLAIN resource.

apache/doris-skills · 43 tokens

session-checkpoint

Re-orient a long, dense, or interruption-prone agent session without replacing the underlying evidence. Use when the user asks for a recap, orientation, simple teaching explanation, or spoken summary; when a session has accumulated many turns or tool calls; before context compaction; or when a Brief-Spec hook says a…

luanmorenommaciel/brief-spec · 72 tokens

cf-ask

Quick Q&A about the codebase → docs/memory. Use for focused project questions — e.g. "how does X work?", "where is Y defined?", "what's the flow for Z?", "explain this module", "why is this done this way?". Unlike /cf-research, one answer.

dinhanhthi/coding-friend · 68 tokens

cf-scan

Scan the project and populate memory (architecture, conventions, stack, features). Triggers: "scan the project", "scan the codebase", "bootstrap memory", "populate memory", "analyze the project". Token-heavy — always warn before proceeding.

dinhanhthi/coding-friend · 55 tokens

cf-learn

Extract knowledge for human learning from conversation. Auto-invoke on substantial new technical knowledge, debugging breakthroughs, architecture decisions, or complex explanations. Do NOT auto-invoke for trivial edits, typo fixes, or routine operations. Unlike /cf-remember (AI recall), this is educational notes for…

dinhanhthi/coding-friend · 64 tokens

cf-remember

Extract project knowledge to docs/memory for AI recall. Triggers: "remember this", "save this to memory", "document what we did", "capture this decision", "write this down", "note this", "record this convention". Auto-invoke: non-obvious bug fix → bugs/; architecture decision → decisions/; new convention →…

dinhanhthi/coding-friend · 109 tokens