Save Topic
Skill Verified ActiveUse when the user wants to save or checkpoint topic progress, persist current discussion state, or save all topics before ending a session.
To ensure users never lose context across Claude Code sessions or compactions by automatically saving and injecting topic progress and preferences.
Features
- Automatic topic archival to Markdown
- Cross-session memory injection
- Compaction recovery via JSONL cold-read
- Local storage (no database/cloud)
- `/remember` for persistent preferences
Use Cases
- Saving or checkpointing topic progress
- Persisting current discussion state
- Saving all topics before ending a session
- Recovering context after session compaction
Non-Goals
- Replacing the core LLM context window
- Storing data in cloud services or databases
- Providing a centralized knowledge base across projects
Installation
First, add the marketplace
/plugin marketplace add hatawong/claude-recap/plugin install claude-recap@claude-recap-marketplaceQuality Score
VerifiedSimilar Extensions
List Topics
100Use when the user asks about topics discussed in the current session, wants to see a topic list, or asks what has been talked about.
Session Export
100Exports a Claude Code session as a clean, readable markdown transcript. Use when the user wants to export a session, create a transcript, save session history to a file, or says "export this session".
Save Email to Doc
100Save a Gmail message body into a Google Doc for archival or reference.
Readme I18n
100Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.
Spreadsheet Generation API
100Generate CSV, Markdown, and XLSX spreadsheets from structured tabular data.
Markdown and Mermaid Writing
100Comprehensive markdown and Mermaid diagram writing skill. Use when creating any scientific document, report, analysis, or visualization. Establishes text-based diagrams as the default documentation standard with full style guides (markdown + mermaid), 24 diagram type references, and 9 document templates.