milisp

Agent Insights — Development skill for Claude Code

Development community

Agent session insights, stats, and interactive dashboards for monitoring performance.

How to install Agent Insights

This entry records only its repository, not the path inside it, so there is no exact command to give. Open milisp/agent-insights and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agent Insights does

Agent session insights, stats, and interactive dashboards for monitoring performance. Codex, Claude code, Gemini cli

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Vibe Kanban — Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents 23.5k ★
  • Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★

README

Agent Insights

A full-stack application for tracking and visualizing AI agent usage across Claude, Gemini, and Codex with GitHub-style heatmap charts.

Overview

Agent Insights scans your local agent directories and provides beautiful visualizations of your usage patterns over time. See when you're most active with each AI agent, track file generation, and monitor storage usage.

Privacy & Data Safety

Agent Insights is **fully local-first**:

  • All data is scanned from your local filesystem
  • No network requests, telemetry, or analytics
  • No data is uploaded or shared
  • You can safely run it completely offline

Your agent usage data never leaves your machine.

![demo](images/agent-insights.png)

Features

  • Multi-Agent Support: Claude, Gemini, and Codex
  • GitHub-Style Heatmaps: Year-long activity visualization per agent
  • Local-First & Offline: No internet connection required
  • Fast Local Scanning: Efficient filesystem traversal in Rust
  • Usage Analytics: File count, activity frequency, and storage usage
  • Modern UI: React + Tailwind CSS v4 + shadcn/ui
  • High-Performance Backend: Rust + Axum

Quick Start

Download & Run (Prebuilt)

Download the latest binary from GitHub Releases:

https://github.com/milisp/agent-insights/releases

chmod +x ./agent-insights
./agent-insights

The server starts at:

Open your browser and visit: http://127.0.0.1:3001

Build from source

git clone https://github.com/milisp/agent-insights
cd agent-insights

Prerequisites

  • Rust 1.91 or newer
  • Bun