Agent Plugins Marketplace
All plugins

lm-resizer

v0.2.1

Keep noisy command output (tests, builds, package managers, diffs, logs) out of the context window. Ships the lm-resizer skill and the lm-resizer MCP server (compress, tool_output, retrieve, stats). Requires the lm-resizer binary on PATH.

Claude Code1 Skill1 MCP serverstdio

By Patrice HuetzLicense: Apache-2.04 GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 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 lm-resizer 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 lm-resizer@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/phuetz/lm-resizer

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

lm-resizer/
├── .claude-plugin/plugin.json
├── skills/lm-resizer/SKILL.md
└── .mcp.json

Included Skills1

lm-resizerskills/lm-resizer/SKILL.md

Keep noisy command output (tests, builds, package managers, diffs, logs, large JSON) out of the context window by running it through lm-resizer. Use whenever a shell command is likely to print more than a screen, when a previous command flooded the conversation, or when the user asks to save tokens. The full output always stays recoverable.

MCP servers1

lm-resizerstdio
command
lm-resizer
args
mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "lm-resizer",
  "version": "0.2.1",
  "displayName": "lm-resizer",
  "description": "Keep noisy command output (tests, builds, package managers, diffs, logs) out of the context window. Ships the lm-resizer skill and the lm-resizer MCP server (compress, tool_output, retrieve, stats). Requires the lm-resizer binary on PATH.",
  "author": {
    "name": "Patrice Huetz",
    "url": "https://github.com/phuetz"
  },
  "homepage": "https://phuetz.github.io/lm-resizer/",
  "repository": "https://github.com/phuetz/lm-resizer",
  "license": "Apache-2.0",
  "keywords": [
    "context",
    "compression",
    "tokens",
    "mcp",
    "claude-code",
    "codex",
    "rust"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[lm-resizer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lm-resizer)