Lean Context: Claude Code Plugin Converts Verbose Docs to Agent-Optimized Files

A Claude Code plugin called Lean Context automates the conversion of human-centric technical documentation into agent-optimized context files. The tool is based on findings that verbose context files can reduce agent success rates by approximately 3% and increase costs by 20%, as indicated by research linked in the source. The plugin's purpose is to retain only the information an AI agent cannot easily discover on its own, such as non-obvious commands, gotchas, and environment-specific quirks.
How It Works
The plugin scans your project documentation and strips out content that an agent could find by using grep or similar search methods. This filtering process aims to keep the essential context that provides unique guidance beyond what's already embedded in the codebase.
Performance Example
When tested against a .NET e-commerce project, the plugin processed 8 documents containing 1,263 lines of input documentation and produced a condensed output of just 23 lines.
Installation and Access
The plugin is available for installation directly within Claude Code using the command:
/plugin marketplace add asarnaout/lean-contextIt is free and open-source, released under the MIT license. The source code and further details can be found on GitHub at https://github.com/asarnaout/lean-context.
The author, who posted about the tool on Reddit, is soliciting reviews and feedback from users.
📖 Read the full source: r/ClaudeAI
👀 See Also

LetMeWatch: Python Plugin Adds Video Analysis to Claude via FFmpeg Scene Detection
A developer built a ~200-line Python plugin called LetMeWatch that enables Claude to analyze videos by using FFmpeg for scene detection, extracting only frames where visuals change, timestamping them, and feeding batches to Claude's multimodal vision.

NERF Open Source AI Security Engineering Platform Enters Public Beta
NERF is an open source AI security engineering platform and autonomous coding agent that covers offensive, defensive, and privacy security techniques across 117 domains. It features 9 auto-detected operating modes, 26 LLM provider support, and compliance automation for 39 frameworks.

Claude Code Routines: Automated Cloud Tasks for AI Development Workflows
Claude Code Routines allow developers to save Claude Code configurations as automated tasks that run on Anthropic-managed cloud infrastructure. Routines support scheduled, API, and GitHub triggers for unattended execution of prompts against repositories.

OpenClaw A2A Plugin: Direct Agent-to-Agent Messaging Over the Internet
An OpenClaw A2A plugin enables direct file and message transfer between OpenClaws and other agents over the internet without third-party services like WhatsApp or email.