$ /plugin install session-report copy
Anthropic official marketplace skill
What it does
After a long coding session it’s hard to remember exactly what happened: which files changed, which decisions were made, what’s half-done. Session Report inspects the session and produces a structured summary covering the work completed, files touched, decisions recorded, and any follow-ups.
What you get
- Files changed — concise list with a one-line reason per file
- Decisions — notable choices (e.g. “switched from lodash to native ES”)
- Follow-ups — anything left open at the end of the session
- TL;DR — short narrative suitable for a PR description or standup update
Use cases
- At end of day, generate a session report as your daily work log.
- Before writing a PR, use the report to make sure you captured every change.
- Share a summary based on the report when handing off work to a teammate.