Custom commands and skills for Claude Code.
Copy the files to your Claude Code commands directory:
cp *.md ~/.claude/commands/Then restart Claude Code for the commands to be discovered.
Show statistics for recent Claude Code sessions including turns, duration, and start time.
/sessions # Show last 10 sessions (or last 24h, whichever is less)
/sessions 5 # Show last 5 sessions
Example output:
| Session | Turns | Duration | Started | Project |
|--------------|-------|----------|------------------|----------------------|
| 8e58bfde... | 42 | 3.4m | 2026-01-13 10:04 | my-project |
| 56e05b83... | 68 | 18.0m | 2026-01-13 09:46 | my-project |
| d15a90e0... | 94 | 50.5m | 2026-01-13 09:17 | my-project |
Showing 3 sessions. Total: 204 turns, 71.9 min
MIT