Cowork Context Management Kit Solves Claude's File Overload Problem

Problem: Claude Reading Every File
A consulting firm developer using Cowork with Claude AI encountered performance issues when working with a project folder containing 462 files. Claude would stall, contradict earlier work, pull from outdated documents, and reference superseded content. The root cause: Claude was reading every file in the folder at the start of each session, filling half the context window with irrelevant information before processing the actual question.
Solution: Three-Part Context Management Kit
The developer borrowed from enterprise storage concepts (near-line tiering) and created:
- Global instructions to paste into Cowork settings. These tell Claude to first look for a manifest file, read canonical documents, and only load other files when the task specifically requires them.
- A manifest template (_MANIFEST.md) to drop into folders. This simple markdown file tags files as:
- Tier 1: Source of truth documents
- Tier 2: Load on demand
- Tier 3: Ignore unless specifically asked
- A Cowork skill that maintains consistency across sessions
Implementation and Results
Setup takes about 10 minutes. The developer reports immediate improvement in performance after implementation. The kit is MIT licensed and available on GitHub at https://github.com/hughtopian-gif/cowork-context-kit.
This approach addresses a common issue where AI coding assistants waste context window space on irrelevant files, particularly in large projects with accumulated documentation over time.
📖 Read the full source: r/ClaudeAI
👀 See Also

Pilot Protocol: Open-Source P2P Network Stack for AI Agent Swarms
Pilot Protocol is an open-source Layer 3 and Layer 4 overlay network stack designed specifically for AI agent communication, providing direct encrypted UDP tunnels between agents with permanent 48-bit virtual addresses.

Claude Code v2.1.141: New Environment Variables, Hooks Enhancement, and Bug Fixes
Anthropic released Claude Code v2.1.141 with new environment variables (CLAUDE_CODE_PLUGIN_PREFER_HTTPS, ANTHROPIC_WORKSPACE_ID), terminalSequence field for hooks, agent listing by cwd, and over 20 bug fixes.

Agnost AI Launches: Product Analytics for Chat and Voice Agents
Agnost AI reads production conversations to surface behavioral failures like rageprompting, repeated rephrasing, and hidden feature requests.

OpenRouter Model Pricing and Intelligence-per-Dollar Analysis
A Reddit user compiled OpenRouter API pricing for 16 AI models and calculated intelligence-per-dollar values, identifying MiMo-V2-Flash as best value at $0.09/M tokens and GPT-5.4 as most intelligent at $2.50/M tokens.