OthmanAdi

Chronos — Productivity skill for Claude Code

Productivity community

Show where this session's time actually went - active time, per-tool breakdown, repeated calls, slowest calls, failures.

How to install Chronos

Installs to ~/.claude/skills/othmanadi-chronos-chronos/SKILL.md

Terminal
mkdir -p ~/.claude/skills/othmanadi-chronos-chronos && curl -fsSL https://raw.githubusercontent.com/OthmanAdi/chronos/HEAD/commands/chronos.md -o ~/.claude/skills/othmanadi-chronos-chronos/SKILL.md

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

What Chronos does


description: Show where this session's time actually went - active time, per-tool breakdown, repeated calls, slowest calls, failures. argument-hint: "[--json] [--session ]"

Run the chronos session report and present it to the user.

  1. Run: chronos report $ARGUMENTS If chronos is not on PATH, run node /bin/chronos.mjs report $ARGUMENTS.
  2. Show the report output as-is. It is already formatted for a terminal; do not reformat it into a table or a bulleted summ

Alternatives in Productivity

  • Reviews Plans — Review all active architecture plans relevant to the current task 15.6k ★
  • Claude Hud — A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progr 14k ★
  • Costs — Show cost breakdown by provider and workflow for the current session 2.8k ★

Full documentation available on GitHub

View Source Repository