cc-lens: Local Dashboard for Claude Code Session Analysis

A developer has created cc-lens, a local dashboard tool for analyzing Claude Code usage by reading session data stored locally in ~/.claude/. The tool transforms raw JSON logs into an interactive dashboard that runs entirely on your machine without cloud sync, sign-ups, or telemetry.
Key Features
- Usage overview: sessions, messages, tokens, estimated cost
- Per-project breakdown: see which repositories are using the most tokens
- Full session replay: inspect conversations turn-by-turn with token counts and tool calls
- Cost & cache analytics: stacked charts by model and cache usage
- Activity heatmap: GitHub-style view of when you're using Claude the most
- Memory & plan explorer: browse/edit Claude memory files and saved plans
- Export/import: move dashboards across machines
Installation and Usage
You can run cc-lens instantly with:
npx cc-lensAlternatively, you can clone the repository from GitHub. The tool is designed for developers who want to understand their Claude Code usage patterns, token consumption, and costs without manually parsing JSON files.
📖 Read the full source: r/ClaudeAI
👀 See Also

AGENTS-COLLECTION: 129 Claude Code Agents Organized in One Repository
A developer has compiled 129 Claude Code agents into a single repository in ~/.claude/agents/ format, ready for installation with a simple copy command. The collection includes the full agency-agents system with 68 personality-driven agents across multiple disciplines, plus additional agents for multi-agent team workflows.

GoModel: A Lightweight Open-Source AI Gateway Written in Go
GoModel is an open-source AI gateway that provides a unified OpenAI-compatible API for multiple providers including OpenAI, Anthropic, Gemini, Groq, xAI, and Ollama. It features a 17MB Docker image, 44x smaller than LiteLLM, with environment-variable-first configuration and built-in observability.

Open-source Claude skill for management consulting frameworks and case studies
A free, MIT-licensed Claude skill provides structured reference material for management consulting work, including frameworks, industry context, and case studies. The project consists of 80+ markdown files organized by domain and seeks contributors to expand coverage.

Transloadit MCP Server Connects AI Agents to Media Processing Pipeline
Transloadit built an MCP server that connects Claude and other AI agents to their media processing pipeline with 86 Robots for video, audio, image, and document processing. Setup in Claude Code requires one line: npx -y @transloadit/mcp-server stdio with TRANSLOADIT_KEY and TRANSLOADIT_SECRET environment variables.