Agent skill
context_editing_guide
Managing context window, token optimization, summarization strategies for long conversations.
Install this agent skill to your Project
npx add-skill https://github.com/sigridjineth/interview-copilot-with-skills/tree/main/skills/cdp_context_editing
SKILL.md
Context Editing Skill
When to Use
- Questions about managing long conversations
- Token cost concerns
- "Context window filling up"
- "Claude forgets earlier messages"
- "How to handle 20+ turn conversations"
- Summarization and compression strategies
Key Feature: Context Editing
Context Editing lets you intelligently manage what stays in Claude's context window.
Core Capabilities
- Summarization: Compress older turns while preserving meaning
- Fact Extraction: Pull out key facts to persistent storage
- Selective Retention: Keep important messages verbatim
- Dynamic Management: Adjust context based on conversation flow
Recommended Pattern for Long Conversations
Turns 1-5: Keep verbatim (recent context)
Turns 6-15: Summarize (compressed context)
Persistent: Extracted facts (always present)
Token Savings
- Typical reduction: 60-70% for conversations over 20 turns
- Better user experience: Claude "remembers" key facts
- Cost savings scale with conversation length
Response Guidelines
- Identify the problem: Long conversations? Token costs? Lost context?
- Explain the pattern: Verbatim + Summarized + Persistent
- Give specific numbers: 60-70% savings, turn thresholds
- Offer to dive deeper: Architecture details if they want
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
fintech-patterns
Common fintech customer patterns, objections, and success stories. Compliance handling, long conversation management, and case studies.
cdp-skills
Claude Developer Platform Skills feature. Custom knowledge packages for agents, curated playbooks, and versioned expertise domains.
memory-playbook
Cross-session persistence for user preferences, implementation guide for Memory feature.
pricing-guidance
Claude API pricing, tier recommendations, token cost optimization, and ROI calculations for CDP features.
interview-records
Archive of past customer interviews. Contains full transcripts, summaries, pain points, outcomes, and skills used. Use for referencing previous conversations with the same company or finding similar case patterns.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?