Skip to content

Instantly share code, notes, and snippets.

@smeehan67
smeehan67 / SKILL.md
Created April 14, 2026 18:49
Claude Code skill: /rich-summary — workaround for Rewind 'Summarize from here' data-loss bug (anthropics/claude-code#47987). Use freely, no warranty.
description Generate a high-quality rich summary of a portion of the current session transcript, from a user-specified landmark forward to the end. Use when the user says "rich summary", "/rich-summary", "summarize from here forward", or wants to free up context by replacing a mundane chunk of dialogue with a dense summary. Designed as a safer replacement for Claude Code's buggy Rewind -> "Summarize from here" feature.

Rich Summary

Generate a dense, high-quality summary of the post-landmark portion of the current session, write it to disk, pbcopy it, and give the user instructions for using Rewind's safe "Restore conversation" path to actually free up context.

Why this skill exists