session-detaillisted
Install: claude install-skill thebpandey/session-detail
# Session Detail Skill
## Behavior on Invocation
When this skill triggers, **do not ask the user for input.** Review the entire current conversation history and generate both the Full Version and Context Updates immediately. Use the actual content of the conversation to populate every field -- do not leave placeholders unfilled.
**STRICT OUTPUT RULE: Generate exactly two sections -- `<session_full>` and `<context_updates>`. No other sections.**
Derive the following from context:
- **Session date**: use today's date
- **Session ID**: format as `YYYY-MM-DD-HH-MM-SESSION-01` using the timestamp of the first message
- **Duration**: estimate from the first and last message timestamps if available, otherwise omit
- **Project name**: infer from the conversation, or use "Untitled Project" if unclear
Output must be **pure markdown only**, clean and copy-paste ready. No preamble, no meta-commentary, no instructions to the user above the output. Deliver the Full Version and close with a single line telling the user the output is ready.
---
## Output Format
Generate **exactly two sections** using the exact XML tags below. No other sections. All content inside the tags must be properly formatted Markdown.
**Required sections:**
1. `<session_full>` -- Full Version
2. `<context_updates>` -- Context Updates
---
### FULL VERSION (~15-20KB)
<session_full>
# Session [YYYY-MM-DD-HH-MM-SESSION-##]
Date: [YYYY-MM-DD]
Duration: [HH hours MM minutes, or omit if not determinable]
## Acco