logbook:time
Installation
SKILL.md
Logbook — Time Report
Generate time-per-project reports from Claude Code session logs. Groups branches under their parent project. Excludes idle gaps > 15 minutes.
Workflow
Step 1: Run the analysis script
The script lives at the plugin path. Find it relative to this skill:
SCRIPT="$(dirname "$(dirname "$(dirname "$0")")")/scripts/logbook.py"
But in practice, run it from the project root:
python3 plugins/logbook/scripts/logbook.py time --out docs/reports
Related skills