resume
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Quick Example
/skill:session:resume 2026-01-25-1100-prolog-lab-setup
# Output:
# Resuming: 2026-01-25-1100-prolog-lab-setup
# Start Time: 2026-01-25 11:00:00
# Elapsed: 42h 52m
# Last Update: Configured Neovim LSP for Prolog
Current Context
Current Time: !date '+%Y-%m-%d %H:%M:%S'
Active Session: !cat .claude/sessions/.current-session 2>/dev/null || echo "None"
Available Sessions: !ls -1 .claude/sessions/*.md 2>/dev/null | wc -l || echo "0" sessions
Resume a previous development session by:
- Check if $ARGUMENTS contains a session filename
- If no filename provided, list available sessions and ask user to specify one
- Verify the session file exists in
.claude/sessions/ - If session file exists:
- Display the session filename and title
- Show the session overview (start time, initial goals)
- Calculate and show elapsed time since session started
- Show last few updates from the session file
- Update
.claude/sessions/.current-sessionto contain this filename - Confirm the session has been resumed
- If session file doesn't exist, show error and list available sessions
Present the information in a clear, concise format.
More from cadrianmae/claude-marketplace
datetime
Use the `date` command via Bash tool whenever you or the user mention time, dates, or temporal concepts. Verify current date/time before ANY temporal response, as environment context may be outdated. Parse expressions like "tomorrow", "next week", "3 days", "in 2 weeks", "next Monday at 3pm". Proactively invoke for deadlines, schedules, time-sensitive tasks, week numbers, or any date/time reference.
70pandoc
Automatically assist with Pandoc document conversions when user mentions converting markdown to PDF/DOCX/HTML or other formats. Validate YAML frontmatter, check dependencies (bibliography, images), and provide format-specific conversion guidance. Use when user asks about citations, academic papers, presentations, or document generation from markdown.
6update
Update the current development session with progress notes
5list
List all development sessions
5nvr-list
This skill should be used when the user asks to "list neovim instances", "show all nvim", "what neovim processes are running", "list all editors", "show all active neovim", or wants to see all running neovim instances across all projects.
5current
Show the current session status
5