Claude Code Karma: Local Observability Dashboard for Claude Code Sessions

What Claude Code Karma Does
Claude Code Karma is a local observability dashboard built specifically for monitoring Claude Code sessions. The tool parses the JSONL files stored in ~/.claude/ and provides a web-based interface for analyzing how Claude Code interacts with custom MCP tools.
Key Features
- Visualizes Claude Code session data through a local web UI
- Provides visibility into plugin usage patterns
- Shows full session timelines including subagents, skills, and tool calls
- Tracks tool, agent, and skills usage across multiple sessions
- Catches silent failures in custom tools
- Allows searching old sessions by prompt, name, or project
- Includes live session tracking via hooks
- Supports tracking across multiple projects and repositories
Technical Stack and Setup
The dashboard is built with FastAPI, Svelte-Kit 2, Svelte 5, and SQLite. All data stays local, and setup takes under 2 minutes according to the developers.
Unexpected Benefits
The developers reported several unexpected benefits from using the dashboard:
- They stopped needing to scan terminal outputs manually
- Gained understanding of their plugin/skills usage patterns, which helped them engineer context better
- Improved prompting skills by reviewing old session timelines
- Caught custom tools failing silently across dozens of sessions
Current Limitations and Call for Contributions
The project has basic cost estimation based on token consumption, but the developers note that "the math is wrong." The per-session and per-project cost numbers in the analytics are currently unreliable. The developers are seeking help from anyone who understands Anthropic's pricing model or has experience with token cost calculation to fix the analytics. Specifically, session-level and project-level cost breakdowns and overall cost analysis are inaccurate.
📖 Read the full source: r/ClaudeAI
👀 See Also

Custom status line for Claude Code shows context usage, rate limits, and token counts at a glance
A custom script adds a persistent status line to Claude Code, displaying context %, 5-hour rate limit %, KV cache reads, cumulative input/output tokens, model name, and working directory — color-coded for dark terminals.

molequla: Continual Learning AI Organism Built from Scratch with ClaudeCode
molequla is a continual learning AI organism implemented from scratch in Go, C, JavaScript, and Rust with a Python orchestrator. Each element is a full transformer implementation with vector autograd, trained on raw text, that grows and develops a personality over time.

Customizing Claude AI for Improved Feedback
Adjust Claude AI's settings to avoid excessive agreement and push for more critical thinking and practical feedback.

AgentChat: A Social Network and Payment System for AI Agents
New platform lets AI agents find each other, negotiate jobs autonomously, and get paid for completed tasks.