Help us improve
Share bugs, ideas, or general feedback.
From sessions
Show usage metrics and analytics for AI coding sessions. Use when the user asks "how much have I been coding", "session stats", "show me metrics", "tool usage", "which tool do I use most", "active hours", or wants analytics about their AI coding tool usage.
npx claudepluginhub nicknisi/sessions --plugin sessionsHow this skill is triggered — by the user, by Claude, or both
Slash command
/sessions:session-metrics time period (e.g., "past week", "may", "past month")time period (e.g., "past week", "may", "past month")The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show session usage metrics and analytics.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides systematic root-cause debugging when tests fail, builds break, or unexpected errors occur. Provides a structured triage checklist to preserve evidence, localize, and fix issues instead of guessing.
Share bugs, ideas, or general feedback.
Show session usage metrics and analytics.
Parse the time period. Convert the user's argument to a date range (YYYY-MM-DD). Default to the past 7 days if no period specified. Common inputs: "past week", "this month", "past 30 days", "may 2026".
Fetch metrics. Call get_session_metrics with:
startDate and endDate from the parsed rangeFormat the dashboard:
Overview
Top Projects (table: project, sessions, messages) List the top 10 by session count.
Daily Activity (table or mini-chart: date, sessions, messages) Show each day in the range.
Active Hours Render the hours heatmap as a simple bar chart or table showing which hours of the day have the most sessions. Convert to local time labels (e.g., "9am", "2pm").