context-mode-filtering

context-mode-filtering is a skill for Claude Code, Codex from UitbreidenOS/UitKit. It costs 35 tokens per session (2,028 once invoked), scanned A, original, no licence file.

Guidance for reducing irrelevant command-line output in Claude Code sessions. It includes filtering shell noise, scoring relevance, and pruning old context from long-running sessions.

In plain words
What is it for?
Use it to filter logs, rank command results by relevance, and manage context during extended coding tasks.
Why use it?
It helps keep useful information visible when a session produces more output than the agent can reasonably use.

Skill for Claude CodeCodex

Part of the uitkit-ai-engineering plugin — 143 skills shipped together

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 skills/uitbreidenos/uitkit/context-mode-filtering
Any agent
npx skills add UitbreidenOS/UitKit --skill context-mode-filtering
Clone the repo
git clone --depth 1 https://github.com/UitbreidenOS/UitKit

Made for: Claude Code, Codex.

Or install uitkit-ai-engineering, the plugin that ships this one along with the rest of its 143 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 context-mode-filtering

README.md
[![agentmods](https://agentmods.dev/badge/skills/uitbreidenos/uitkit/context-mode-filtering.svg)](https://agentmods.dev/skills/uitbreidenos/uitkit/context-mode-filtering)
Your own site
<a href="https://agentmods.dev/skills/uitbreidenos/uitkit/context-mode-filtering"><img src="https://agentmods.dev/badge/skills/uitbreidenos/uitkit/context-mode-filtering.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,028 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00035 $0.02028
Opus 5 $0.00017 $0.01014
Sonnet 5 $0.00007 $0.00406
Haiku 4.5 $0.00003 $0.00203

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

Security

Grade A, and why

context-mode-filtering 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 5d 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/uitkit-ai-engineering/skills/context-mode-filtering/SKILL.md · 223 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 5d ago First seen · 223 lines · 35 tokens per session scan A d17c4368cbb0

Subscribe to this mod's changes

context-mode-filtering is a skill published in the GitHub repository UitbreidenOS/UitKit (14 stars, last pushed 2mo ago), with no licence file. It adds 35 tokens to every session and 2,028 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.

Related

Other skills, from other repositories

stateless

Inspect and turn off Claude Code's auto memory, the notes Claude writes itself per repo under /.claude/projects/ /memory/. Use when: 'make Claude stateless', 'stop Claude remembering', 'disable auto memory', 'turn off auto-memory', 'purge/clear/delete auto memory', 'wipe what Claude saved about this repo', 'does…

melodic-software/claude-code-plugins · 140 tokens

handoff

Compact the current conversation into a handoff document for another agent to pick up. Use when the user wants to hand off, transfer context to a fresh session, or says "write a handoff". Don't use to summarize for the current session (just answer) or to brief on plan progress (use /test).

helderberto/agent-skills · 66 tokens

chainabit-operator

The Chainabit-owned operator lenser that runs weekly reviews, async standups, PR triage, and launch content kits.

conectlens/lenserfight · 30 tokens

writing-to-memory

How to read and write Friday memory stores correctly: store selection, terse entry format, large-content artifact pattern, and what's auto-injected into the system prompt.

friday-platform/friday-studio · 36 tokens

composing-context

Internal pattern guide for composing turn-local retrieval-gated context into a synthetic user-message preface. Documents the composePreface helper in @atlas/core/agent-context/compose-preface. Loaded by infrastructure code that assembles per-turn LLM input — not user-invocable.

friday-platform/friday-studio · 63 tokens

hs-release

Cut a core Hindsight release (vX.Y.Z) and open the changelog + blog PR. Use when asked to cut/start a release, bump the version, or publish a new Hindsight version.

vectorize-io/hindsight · 45 tokens