Our review
Generates a structured summary to transfer context from an ongoing session to a fresh chat session, typically when token limits are near or conversation quality degrades.
Strengths
- Provides a ready-to-use template covering decisions, discoveries, and current state.
- Eliminates the need to re-explain the entire project in a new session.
- Captures failed approaches and gotchas, speeding up future work.
Limitations
- Relies on the user accurately summarizing the session's work.
- May omit subtle nuances if the summary is too brief.
- Only works if the new session can accept the full reconstructed prompt.
When the current session exceeds 70% token capacity or conversation becomes sluggish due to history.
If you're about to finish a simple task or can continue without performance issues.
Security analysis
SafeThe skill is a documentation helper that generates a template for human use; it does not execute any code or access any tools, and poses no risk of destructive or exfiltrating actions.
No concerns found
Examples
We've been debugging the login flow for 2 hours and are hitting token limits. Run the transfer-context skill to prepare everything I need to continue in a new chat.We've made several architectural decisions about the microservices split. I need to move to a fresh session. Use transfer-context to capture our decisions, current state, and the next steps.This conversation is getting long and responses are slow. Please generate a context transfer so I can paste the summary into a new chat and continue seamlessly.name: transfer-context description: Prepare context for a new chat session when this one is degraded or hitting token limits. Use when context is above 70% or conversation needs to continue in a fresh session. disable-model-invocation: true
Transfer Context
Prepare context for a new chat session when this one is degraded or hitting limits.
Output Format
## Context Transfer
### Summary
[What was accomplished in this session]
### Key Decisions
- [Decision 1 and why]
- [Decision 2 and why]
### Important Context
- [Gotchas discovered]
- [Patterns to follow]
- [Things that didn't work]
### Relevant Files
- path/to/file.ts - [what it does, why it matters]
- path/to/other.ts - [description]
### Current State
[What's working, what's broken, what's next]
### Prompt for New Chat
[Ready-to-paste prompt with all necessary context to continue]
Instructions
- Summarize what we accomplished (not just what we tried)
- List decisions made and their reasoning
- Note gotchas, failed approaches, important discoveries
- List files touched with brief descriptions
- Describe current state clearly
- Create a complete prompt I can paste into a fresh chat
The prompt should give the new session everything it needs to continue without re-explaining.
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.