Hours banner
TechIntegrationLabs TechIntegrationLabs

Hours

Productivity community

Description

--- name: hours description: Time tracking summary from session heartbeats argument-hint: [today|week|month] --- Show time tracking summary from BizBrain OS session logs. Read session heartbeat logs from `<BRAIN_PATH>/Operations/learning/sessions/`. Each log file is named `YYYY-MM-DD.log` with lines like: `2026-02-23T14:30:00Z Write` Calculate: - Active time = periods with less than 5 minute gaps between heartbeats - Total time per day - Breakdown by tool usage - `/hours` or `/hours today` —

Installation

Installs to ~/.claude/skills/techintegrationlabs-bizbrain-os-plugin-hours/SKILL.md

Terminal
mkdir -p ~/.claude/skills/techintegrationlabs-bizbrain-os-plugin-hours && curl -fsSL https://raw.githubusercontent.com/TechIntegrationLabs/bizbrain-os-plugin/HEAD/commands/hours.md -o ~/.claude/skills/techintegrationlabs-bizbrain-os-plugin-hours/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository