name: sessions description: Review Agent Sessions
Review Agent Sessions
Review recent Claude Code session notes from the centralized agent-sessions folder.
Location
All session notes are stored in: /Volumes/Casa/obsidian/vault/agent-sessions/
Structure:
agent-sessions/
{project-name}/
{date}-{session-id}/
transcript.jsonl (symlink to original)
*-segment-*.md (summary files)
Instructions
1. Determine the project name
Use this priority order (stop at first match):
- Argument provided: If user ran
/sessions {project}, use that project name .claude-projectfile: Read./.claude-project— if it exists, use its content as the project name- Symlink: Check if
./docs/sessionsexists — if so, extract project name from the symlink target - Git repo: Run
git rev-parse --show-toplevel 2>/dev/null | xargs basename— use repo name if in a git repo - Directory basename: Use
basename "$PWD"as fallback
Important: Unless the user explicitly passes all as an argument, ONLY show sessions for the current project. Do not list or read sessions from other projects.
2. List recent sessions for that project
ls -lt /Volumes/Casa/obsidian/vault/agent-sessions/{project}/ | head -10
3. Read the most recent segment files
Read the .md summary files (not transcript.jsonl):
find /Volumes/Casa/obsidian/vault/agent-sessions/{project} -name "*.md" -mtime -7 | xargs ls -lt | head -10
4. Summarize what was accomplished
For each session, note:
- Key tasks completed
- Files modified
- Decisions made
- Open questions or todos
Usage
/sessions— Review sessions for current project only/sessions all— Overview of all projects' recent activity/sessions {project}— Review specific project/sessions search {term}— Search across all session notes
Related skills
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
claudechatgptbeginner
241
67
732
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Claude CodeCursorWindsurf+1beginner
234
78
760
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.
claudeCursorWindsurfbeginner
178
45
597