Agent Skill
2/7/2026list
List all development sessions
C
cadrianmae
0GitHub Stars
1Views
npx skills add cadrianmae/claude-marketplace
SKILL.md
| Name | list |
| Description | List all development sessions |
name: list description: List all development sessions allowed-tools: Bash, Read
Quick Example
/skill:session:list
# Output:
# Sessions Directory: .claude/sessions/
# Total Sessions: 12
# Active: 2026-01-27-1430-fyp-interim-report
#
# Recent sessions:
# - 2026-01-27-1430-fyp-interim-report
# - 2026-01-26-0945-ml-assignment-review
# - 2026-01-25-1100-prolog-lab-setup
List all development sessions by:
- Check if
.claude/sessions/directory exists - List all
.mdfiles (excluding hidden files and.current-session) - For each session file:
- Show the filename
- Extract and show the session title
- Show the date/time
- Show first few lines of the overview if available
- If
.claude/sessions/.current-sessionexists, highlight which session is currently active - Sort by most recent first
Present in a clean, readable format.
Skills Info
Original Name:listAuthor:cadrianmae
Download