OthmanAdi

Chronos When — Development skill for Claude Code

Development community

Find when you last ran something - a command, a file edit, a search - with the real timestamp and how long ago.

How to install Chronos When

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

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

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

What Chronos When does


description: Find when you last ran something - a command, a file edit, a search - with the real timestamp and how long ago. argument-hint: ""

Run `chronos when $ARGUMENTS`, which searches recent sessions for tool calls whose name or target matches the text, newest first.

Show the results. Each row carries how long ago it was, the local time, whether it succeeded, and how long it took.

If nothing matches, widen the search with `--days 30` before reporting that there is

Alternatives in Development

  • Ian Xiaohei Scenes — Xiaohei 2.0 Codex Skill for Chinese real-object article illustrations and long-scroll story images 486 ★
  • Obsidian Find — Smart vault search — returns results with context, not just filenames 277 ★
  • Copilot Leak — Copilot's auto-review escapes: find them since the last look, sanitise them, and turn each one into a lesson 189 ★

Full documentation available on GitHub

View Source Repository