Skip to content

RobinAllenson/claude-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Claude Skills

Custom commands and skills for Claude Code.

Installation

Copy the files to your Claude Code commands directory:

cp *.md ~/.claude/commands/

Then restart Claude Code for the commands to be discovered.

Commands

/sessions

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

License

MIT

About

Custom commands and skills for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors