Мониторинг контекста сессии Claude Code
productivity
context-status is a Claude Code skill that reports the current session health: an estimated percentage of context window consumed, the active plan file with its status, and what state will survive an automatic compaction. It works by reading the context monitor cache from ~/.claude/sessions/, listing recent plan files under quality_reports/plans/, and locating the latest session log in quality_reports/session_logs/ — then formatting everything into a single structured status block. The skill relies on Read, Bash, and Glob tools; the context percentage is approximated from tool call count rather than measured directly. It is aimed at developers running long Claude Code sessions who need to confirm that plans, session logs, and MEMORY.md will be preserved before auto-compact kicks in.
- #context-monitoring
- #session-status
- #memory-management