session-list

List past development sessions with summaries and timestamps from .claude/sessions.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/manastalukdar/claude-devstudio --skill session-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-list
Source: https://github.com/manastalukdar/claude-devstudio/tree/main/skills/session-list
Command: npx skills add https://github.com/manastalukdar/claude-devstudio --skill session-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly review your past development sessions, understand their purpose, and identify the currently active one, preventing confusion and lost context.

Core Features & Use Cases

  • Session Listing: Displays a concise list of all recorded development sessions with their names, dates, and times.
  • Active Session Identification: Clearly marks the session that is currently in progress.
  • Use Case: After a long day of coding, you need to quickly find the session where you were working on the authentication module to resume your work. This Skill provides an immediate overview.

Quick Start

Show me a list of all my past development sessions.

Frequently Asked Questions about session-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view a list of all my past development sessions?

To view past development sessions, you can use a tool that lists all recorded sessions by checking the .claude/sessions directory. It extracts session titles, dates, and overviews from markdown files and presents them sorted by recency.

Can I identify the active session from my development history?

Yes, you can identify the active session within your development history. The tool highlights the session that is currently in progress, preventing confusion and lost context when resuming work.

How do I find a specific past coding session to resume work?

To find a specific past coding session, you can review a concise list of recorded development sessions with their names, dates, and times. This provides an immediate overview to help you locate the exact module you were working on.

What is the best way to track workflow history without wasting tokens?

The best way to track workflow history efficiently is by using a tool that optimizes token usage through bash operations, filename-based metadata extraction, and session index caching.

Does session management require any external dependencies?

No external dependencies are required for this session management functionality. It operates independently by reading markdown files directly from the local .claude/sessions directory.

How does session tracking extract timestamps and summaries?

Session tracking extracts timestamps and summaries by parsing markdown files stored in the .claude/sessions directory. It uses filename-based metadata extraction and caches the session index for optimized performance.