manastalukdar/ai-devstudio

session-list

List all past development sessions with summaries and timestamps

First seen Feb 21, 2026

Installation

$ npx skills add manastalukdar/ai-devstudio --skill session-list

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from manastalukdar/ai-devstudio · top by installs.

npx skills add manastalukdar/ai-devstudio

Browse all from manastalukdar/ai-devstudio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 932 B
  • docs SUMMARY.md 84 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 7 installs

SKILL.md

List all development sessions by:

  1. Check if .claude/sessions/ directory exists
  2. List all .md files (excluding hidden files and .current-session)
  3. 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

  1. If .claude/sessions/.current-session exists, highlight which session is currently active
  2. Sort by most recent first

Present in a clean, readable format.

Token Optimization

Expected range: 100–400 tokens (initial), 50 tokens (cache hit)

Caching: Caches session index in .claude/sessions/.session-index.json for 7 days.

Early exit: Returns immediately if the session index is empty.

Patterns used: Grep-before-Read, early exit, caching