session:dashboard

Generate an interactive HTML dashboard visualizing session analytics from Python scripts.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill session-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session:dashboard
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/session%3Adashboard
Command: npx skills add https://github.com/kagenti/kagenti --skill session-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of an interactive HTML dashboard to visualize Claude Code session analytics, making it easier to understand usage patterns and identify areas for improvement.

Core Features & Use Cases

  • Interactive Dashboard Generation: Creates a dynamic HTML dashboard summarizing session data.
  • Analytics Visualization: Displays key metrics like token usage, tool distribution, and per-session breakdowns.
  • Use Case: A team lead can use this Skill to quickly generate a dashboard showing the team's token consumption over the past month, identifying which agents are used most frequently and how costs are trending.

Quick Start

Generate an HTML dashboard of session analytics for the kagenti/kagenti repository.

Frequently Asked Questions about session:dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize session analytics and token usage for my repository?

The dashboard visualizes session analytics by generating an interactive HTML page summarizing token usage, tool distribution, and per-PR or issue breakdowns. It relies on Python scripts for data extraction and rendering.

Can I automatically detect the repository owner and name from git remote for my dashboard?

The dashboard generation supports automated detection of repository owner and name directly from your git remote configuration. This allows the Python scripts to automatically scope the session analytics extraction without manual input.

Do I need Python scripts to generate an interactive HTML dashboard of session data?

Yes, Python scripts are required for both data extraction and dashboard generation. The Skill uses these scripts to process raw session logs and render the interactive HTML output containing token usage and tool distribution metrics.

What metrics are included in a session analytics dashboard?

The session analytics dashboard includes token usage, tool distribution, and per-PR or issue breakdowns. It helps identify which agents are used most frequently and how token consumption costs are trending over time.

What's the best way to track token consumption trends across multiple development sessions?

Generating an interactive HTML dashboard is an effective way to track token consumption trends across sessions. It summarizes token usage and tool distribution metrics into visual formats, helping identify usage patterns and cost trends.

Why are my session analytics not showing per-PR breakdowns in the generated dashboard?

Per-PR breakdowns require the Python scripts to successfully extract session data linked to specific pull requests. If git remote detection fails or session data lacks PR associations, the dashboard cannot render these breakdowns.