Claude Tools / Plugins / claude-dev-insights

Plugins ยท kanopi/claude-dev-insights

claude-dev-insights

Developer analytics and productivity insights for Claude Code.

CLEARED_STATICclaude-onlyv1.3.0

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

Claude-only

Type

Plugins

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran3309 code lines / 33 files
secretsranno secret patterns matched
egressranno egress patterns matched
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): Python with non-stdlib imports (committed-only policy): [('hooks/session-end/sync-to-google-sheets.py', 'oauth2client'), ('hooks/session-end/sync-to-google-sheets.py', 'gspread')]

Coverage

Not assessed

  • behavioural execution not run

README

From the repository

# Claude Dev Insights

[![tests](https://github.com/kanopi/claude-dev-insights/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/kanopi/claude-dev-insights/actions/workflows/test.yml?query=branch%3Amain)
[![last commit](https://img.shields.io/github/last-commit/kanopi/claude-dev-insights)](https://github.com/kanopi/claude-dev-insights/commits)
[![release](https://img.shields.io/github/v/release/kanopi/claude-dev-insights)](https://github.com/kanopi/claude-dev-insights/releases/latest)
![project is maintained](https://img.shields.io/maintenance/yes/2025.svg)
[![Documentation](https://img.shields.io/badge/docs-zensical-blue.svg)](https://kanopi.github.io/claude-dev-insights/)
[![License](https://img.shields.io/badge/license-GPL--2.0--or--later-blue.svg)](LICENSE.md)

**Developer analytics and productivity insights for Claude Code.** Automatically track sessions with detailed metrics and optional Google Sheets sync using 3 intelligent hooks.

---

## Features

### ๐Ÿ“Š Session Analytics (SessionStart + SessionEnd + UserPromptSubmit)
- **29 data points per session** - Duration, messages, tokens, costs, tool usage
- **Local CSV storage** - `~/.claude/session-logs/sessiโ€ฆ

โ† Back to Plugins