claude-context

Installation
SKILL.md

Claude Context

Check context window usage for Claude Code sessions by reading .jsonl session files.

When to use

  • "how much context is this session using?"
  • "check context for session X"
  • "show session info for "

Commands

# Show context summary for a session (falls back to $AGENT_SESSION_ID if no arg)
python3 .claude/skills/claude-context/scripts/session_summary.py <session-id>

# Use custom projects directory
python3 .claude/skills/claude-context/scripts/session_summary.py <session-id> --dir /path/to/projects
Installs
2
Repository
thaitype/skills
GitHub Stars
13
First Seen
Aug 20, 2026
claude-context — thaitype/skills