Session Insights
Skill Verified ActiveAnalyze past Claude Code sessions to extract patterns, metrics, and recommendations.
To provide developers and teams with a clear understanding of their Claude Code usage patterns, identify areas for improvement, and suggest actionable steps to enhance productivity and code quality.
Features
- Analyzes past Claude Code sessions
- Extracts patterns, metrics, and recommendations
- Collects data from various project sources
- Generates actionable recommendations
- Feeds into a practices pipeline
Use Cases
- Understanding team's Claude Code usage and effectiveness
- Identifying areas where new Claude Code rules or practices are needed
- Tracking project configuration quality over time
- Improving developer productivity by optimizing Claude Code utilization
Non-Goals
- Replacing the core Claude Code functionality
- Directly executing code or making project modifications
- Analyzing code unrelated to Claude Code sessions or configurations
Workflow
- Gather session data from project sources
- Compute metrics from available data
- Generate recommendations based on metrics
- Feed top recommendations into practices pipeline
- Output a structured report
Practices
- insights
- configuration
Prerequisites
- Claude Code runtime
- Access to project session data (`~/.claude/metrics/`, `CLAUDE_ERRORS.md`, git log, `.claude/agent-memory/`, registry history)
Installation
First, add the marketplace
/plugin marketplace add luiseiman/claude-kit/plugin install claude-kit@dotforgeQuality Score
VerifiedTrust Signals
Similar Extensions
Measure OKR Grader
99Scores completed OKR sets at cycle close with KR-level scoring per the canonical OKR type enum (committed | aspirational | learning | operational_health | compliance_or_safety), committed-vs-aspirational interpretation, evidence quality assessment, learning synthesis, and next-cycle recommendations. Refuses to retroactively change targets or shrink committed scope, average away guardrail KRs, treat 0.7 as success for committed or compliance_or_safety KRs, equate effort with impact, or use scores for individual performance. Hands off to iterate-lessons-log, iterate-retrospective, define-hypothesis, measure-dashboard-requirements, measure-instrumentation-spec, and foundation-okr-writer.
Metal
100Extract the conceptual essence of a repository as skills, agents, and teams — the project's roles, procedures, and coordination patterns expressed as agentskills.io-standard definitions. Reads an arbitrary codebase and produces generalized definitions that capture WHAT the project does and WHO operates it, without replicating HOW it does it. Use when onboarding to a new codebase and wanting to understand its conceptual architecture, when bootstrapping an agentic system from an existing project, when studying a project's organizational DNA for cross-pollination, or when creating a skill/agent/team library inspired by a reference implementation.
Lean Ctx
100Context Runtime for AI Agents — 59 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 18 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.
Pathfinder
100Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.
Codacy Audit
100Codacy Cloud workflow for this repository -- run Codacy's analyzers locally before `git push` (mirrors what Codacy CI runs), and fetch/cluster Codacy issues for any PR via the v3 API. Use when the user mentions Codacy, "codacy analysis", `codacy-analysis-cli`, "codacy issues on PR", "fix codacy CI", "codacy markdownlint findings", or any Codacy gate failing on a netdata-org PR. Ships scripts analyze-local.sh (docker/binary runner for codacy-analysis-cli) and pr-issues.sh (paginated v3 issue fetch + group-by tool/pattern/severity/file). Token-safe -- CODACY_TOKEN never reaches assistant-visible stdout. Read-only by design in the current SOW; write actions (mark FP, mark fixed) are deferred.
Domain Extract
100Extract domain knowledge from existing project sources and generate domain rules. Also handles vault sync and domain listing.