clean-context

clean-context is a plugin for Claude Code from Malo-T/claude-toolbelt. Its manifest loads nothing; the 2 skills it bundles cost 375 tokens per session together, scanned A, original, MIT.

A project context cleaner for Claude Code. It measures context usage, applies ignore rules to file discovery, and blocks reads of selected secrets while keeping other excluded paths intentionally readable.

In plain words
What is it for?
Use it to audit context usage, manage ignored files, and set a short list of files Claude must not read.
Why use it?
It reduces irrelevant files and sensitive data that Claude may encounter by default, helping you see where context space is being used.

Plugin 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.

Claude Code
/plugin marketplace add Malo-T/claude-toolbelt
agentmods
npx agentmods add plugins/malo-t/claude-toolbelt/clean-context
Clone the repo
git clone --depth 1 https://github.com/Malo-T/claude-toolbelt

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 clean-context

README.md
[![agentmods](https://agentmods.dev/badge/plugins/malo-t/claude-toolbelt/clean-context.svg)](https://agentmods.dev/plugins/malo-t/claude-toolbelt/clean-context)
Your own site
<a href="https://agentmods.dev/plugins/malo-t/claude-toolbelt/clean-context"><img src="https://agentmods.dev/badge/plugins/malo-t/claude-toolbelt/clean-context.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 2 skills cost 375 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

clean-context 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.

plugins/clean-context/.claude-plugin/plugin.json · 12 lines

What it actually says

{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "clean-context",
  "description": "Keeps a project's noise out of Claude's default context: audit-context measures where the budget is going, ignore-setup applies a managed .ignore, a Glob setting, and a short read-deny list for secrets, leaving every excluded path readable on purpose.",
  "version": "0.5.0",
  "license": "MIT",
  "author": {
    "name": "Malo Toanen"
  },
  "homepage": "https://github.com/Malo-T/claude-toolbelt/tree/main/plugins/clean-context"
}
Contents

What it installs

The manifest is a name and a version. 2 skills travel with it, and installing the plugin installs all of them — 375 tokens a session between them. Each is measured on its own page, and each can be installed alone.

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 · 12 lines scan A 99dcc4e148d2

Subscribe to this mod's changes

clean-context is a plugin published in the GitHub repository Malo-T/claude-toolbelt (2 stars, last pushed 14d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories

ccx

Scratch-notebook context management for any project: per-thread STATE.md handoff docs with one-command create-or-resume (/ccx:start-thread), a compiled parallel-session-safe INDEX dashboard that recompiles itself on every STATE write (/ccx:save-state · /ccx:tidy-scratch), a Stop-hook freshness guard so working state…

shck-dev/ccx-context-system · not measured

esp32-cpp

Evidence-first ESP32 firmware guidance for hardware, FreeRTOS, memory, peripherals, and field failures.

johnkozaris/jko-claude-plugins · not measured

claude-code-handoff

Session-state handoff for Claude Code: hooks auto-snapshot at SessionEnd/PreCompact and auto-load at SessionStart. Rebuilds lost handoffs from per-turn backups, keeps rotating history, nudges at 40% context, and HMAC-signs handoffs so cloned repos can't inject trusted rules.

Sting25/claude-code-handoff · not measured

chamnan

Makes a repository know itself and preserve the engineering context built while you work with it, so an agent stops rediscovering both. An architecture index and an impact map instead of scanning files; work state, session records and the decisions behind them instead of losing context between sessions; the procedures.

ArcticFox2029/chamnan · not measured

memory-loop

A memory lifecycle for Claude Code's native file-based memory: a save gate against hallucinated memories, tiered expiry (short-tier memories archived — never deleted — when they lapse), a propose-then-confirm consolidation pass (merge/dedupe long-tier memory), a periodic learning-review nudge, a two-file habit frame…

choiyounggi/groundwork · not measured

context-handoff

Carry work across sessions and keep the context that carries it lean: hand off a session, export or log what it found, chart an effort too big for one sitting, and audit or garbage-collect your Claude Code config.

AndrewDongminYoo/cc-agents-kit · not measured