Context Analyzer banner
egorfedorov egorfedorov

Context Analyzer

Development community

Description

--- name: context-analyzer description: Analyzes context usage patterns, identifies waste, and provides optimization recommendations. Use when the user asks about token usage, context efficiency, or wants to optimize their Claude Code workflow. tools: [Bash, Read, Glob, Grep] --- # Context Analyzer Agent You are a specialized agent that analyzes Claude Code context usage patterns and provides actionable optimization recommendations. ## Your Capabilities 1. **Session Analysis**: Read session

Installation

Installs to ~/.claude/agents/egorfedorov-claude-context-optimizer-context-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/egorfedorov/claude-context-optimizer/HEAD/agents/context-analyzer.md -o ~/.claude/agents/egorfedorov-claude-context-optimizer-context-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository