time-lens

Installation
SKILL.md

Project Time Tracker

Combines five data sources → reconciles → produces HTML dashboard + Markdown report.

Scripts

All scripts live in scripts/ next to this SKILL.md. Run them with python3:

Script Purpose Key flags
git_sessions.py Parse git history → sessions → hours <repo> --since YYYY-MM-DD --until YYYY-MM-DD
wakatime_fetch.py WakaTime API → daily hours, filtered to project --start YYYY-MM-DD --end YYYY-MM-DD --project name
claude_messages.py Claude Code user prompts per day + timestamps --project-path /abs/path or --filter name
codex_messages.py Codex CLI user prompts per day + timestamps --project-path /abs/path or --filter name
cursor_messages.py Cursor IDE user prompts per day + timestamps --project-path /abs/path or --filter name

Workflow

1. Determine scope

Related skills

More from vladmdgolam/agent-skills

Installs
19
GitHub Stars
4
First Seen
Feb 23, 2026