Agent Skill
2/7/2026session-list
List all development sessions with their titles and dates. Use when reviewing past work or finding a specific session.
M
mrclrchtr
3GitHub Stars
2Views
npx skills add mrclrchtr/cc-marketplace
SKILL.md
| Name | session-list |
| Description | List all development sessions with their titles and dates. Use when reviewing past work or finding a specific session. |
name: session-list description: List all development sessions with their titles and dates. Use when reviewing past work or finding a specific session. disable-model-invocation: true allowed-tools: Read,Glob
Task
List all development sessions by:
- Check if
.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
.sessions/.current-sessionexists, highlight which session is currently active - Sort by most recent first
Present in a clean, readable format.
Skills Info
Original Name:session-listAuthor:mrclrchtr
Download