概要
Manage Claude Code's 190,000 token budget effectively to prevent performance degradation and ensure high-quality responses when working with large codebases. This skill provides a suite of tools and strategies for context window monitoring, including a dedicated Python script for token analysis, guidance on using line-range views for massive files, and best practices for progressive file loading. By implementing these context-efficient development workflows, developers can handle complex multi-file refactorings and maintain session stability even when navigating hundreds of source files.