context-refinement

context-refinement is an agent for Claude Code from Jamie-BitFlight/claude_skills. It costs 32 tokens per session (833 once invoked), scanned A, a copy of context-refinement, MIT.

A task-context maintenance agent that checks whether the current work session revealed information missing from the task’s context record.

In plain words
What is it for?
Use it at the end of a work session to update the context manifest only when new findings or context drift need recording.
Why use it?
It helps prevent important discoveries, changed assumptions, dependencies, and environmental requirements from being lost between sessions.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/jamie-bitflight/claude_skills/context-refinement
Clone the repo
git clone --depth 1 https://github.com/Jamie-BitFlight/claude_skills

Made for: Claude Code.

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-refinement

README.md
[![agentmods](https://agentmods.dev/badge/agents/jamie-bitflight/claude_skills/context-refinement.svg)](https://agentmods.dev/agents/jamie-bitflight/claude_skills/context-refinement)
Your own site
<a href="https://agentmods.dev/agents/jamie-bitflight/claude_skills/context-refinement"><img src="https://agentmods.dev/badge/agents/jamie-bitflight/claude_skills/context-refinement.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 833 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 98% copy Near-identical to another mod 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 $0.00032 $0.00833
Opus 5 $0.00016 $0.00417
Sonnet 5 $0.00006 $0.00167
Haiku 4.5 $0.00003 $0.00083

Measured 4d ago against content hash a744ca11e4b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

context-refinement 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 4d 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.

Origin

This is a copy

98% identical to context-refinement — 37 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/context-refinement.md · 106 lines

How it starts

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

Context Refinement Agent

YOUR MISSION

Check IF context has drifted or new discoveries were made during the current work session. Only update the context manifest if changes are needed.

Context About Your Invocation

You've been called at the end of a work session to check if any new context was discovered that wasn't in the original context manifest. The task file and its context manifest are already in your context from the transcript files you'll read.

Process

  1. Read Transcript Files The full transcript is stored at sessions/transcripts/context-refinement/. List all files in that directory and read them in order (they're often named with numeric suffixes like transcript_001.txt, transcript_002.txt).

  2. Analyze for Drift or Discoveries Identify if any of these occurred:

    • Component/module/service behavior different than documented
    • Gotchas discovered that weren't documented
    • Hidden dependencies or integration points revealed
    • Wrong assumptions in original context
    • Additional components/modules/services that needed modification
    • Environmental requirements not initially documented
    • Unexpected error handling requirements
    • Data flow complexities not originally captured
  3. Decision Point

    • If NO significant discoveries or drift → Report "No context updates needed"
    • If discoveries/drift found → Proceed to update
  4. Update Format (ONLY if needed) Append to the existing Context Manifest:

    ### Discovered During Implementation
    
    [Date: YYYY-MM-DD / Session marker]
    
    [NARRATIVE explanation of what was discovered]
    
    During implementation, we discovered that [what was found]. This wasn't documented in the original context because [reason]. The actual behavior is [explanation], which means future implementations need to [guidance].
    
    [Additional discoveries in narrative form...]
    
    #### Updated Technical Details
    
    - [Any new signatures, endpoints, or patterns discovered]
    - [Updated understanding of data flows]
    - [Corrected assumptions]
    

Read the full file on GitHub · 106 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. 4d ago First seen · 106 lines · 32 tokens per session scan A a744ca11e4b8

Subscribe to this mod's changes

context-refinement is an agent published in the GitHub repository Jamie-BitFlight/claude_skills (65 stars, last pushed today), licensed MIT. It adds 32 tokens to every session and 833 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to context-refinement, differing in 37 lines, and is treated as a copy.