Agent Plugins Marketplace
All plugins

context-hygiene

v0.3.0

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.

Claude Code1 Skill

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install context-hygiene@agent-plugin-marketplace

Paste 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/Skilliton

Clone 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

packs/base/plugins/context-hygiene/
├── .claude-plugin/plugin.json
└── skills/context-hygiene/SKILL.md

Included Skills1

context-hygieneskills/context-hygiene/SKILL.md

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

packs/base/plugins/context-hygiene/.claude-plugin/plugin.json
{
  "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"
}

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)