From branch-tracker
Show branch usage statistics — triggers when user asks about branch stats, token usage, AI cost per branch, coding session analytics, or session iterations
How this skill is triggered — by the user, by Claude, or both
Slash command
/branch-tracker:branch-statsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display per-branch AI usage statistics from tracked Claude Code sessions.
Display per-branch AI usage statistics from tracked Claude Code sessions.
Run the report script to display session data grouped by repository and branch:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/report.py
If the user provides a branch name as an argument, pass it as a filter:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/report.py --branch ARGUMENTS
If the user asks about a specific repository, pass it as a filter:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/report.py --repo ARGUMENTS
Display the output to the user as-is. The report shows: repository, branch, session count, iteration count, first/last seen dates, and duration.
npx claudepluginhub iftrueco/claude-branch-tracker --plugin branch-trackerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.