context-hygiene
v0.3.0Keeps the assistant's context small. A read guard hook refuses a whole-file read of a non-image file over 50KB with the reason, so the session reads a range or summarizes the file instead (enforced on Claude Code). A bounded session-start checklist hook, and a context-hygiene skill with the rules for large results, idle gaps, shell output (run checks through skilliton gate) and subagents. A separate, reversible setup script adds a status line that logs real quota; the config drift check is a manual diagnostic.
By MojoAILicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install context-hygiene for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install context-hygiene@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/MojoAI-King/SkillitonClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packs/base/plugins/context-hygiene/.
Plugin files
├── .claude-plugin/plugin.json└── skills/context-hygiene/SKILL.md
Included Skills1
Use when working in any coding session where context size, cache cost, or session length could grow. Applies rules for reading large files, ending sessions, batching shell commands, running checks through a gate, and using subagents so that context stays small and cache writes stay rare.
Plugin manifests1
{
"name": "context-hygiene",
"description": "Keeps the assistant's context small. A read guard hook refuses a whole-file read of a non-image file over 50KB with the reason, so the session reads a range or summarizes the file instead (enforced on Claude Code). A bounded session-start checklist hook, and a context-hygiene skill with the rules for large results, idle gaps, shell output (run checks through skilliton gate) and subagents. A separate, reversible setup script adds a status line that logs real quota; the config drift check is a manual diagnostic.",
"version": "0.3.0",
"author": {
"name": "MojoAI"
},
"homepage": "https://github.com/MojoAI-King/Skilliton",
"repository": "https://github.com/MojoAI-King/Skilliton",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[context-hygiene on Agent Plugins Marketplace](https://pluginsmp.com/plugins/context-hygiene)