CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. bobmatnyc
  4. /
  5. claude-mpm-skills
  6. /
  7. Session Compression

Session Compression

Editor's Note

If your Claude conversations are bumping up against token limits, this gives you practical patterns to compress them without losing critical context. The progressive compression approach is smart: do nothing until 70% capacity, light cleanup at 85%, aggressive summarization at 95%. You'll find concrete code for LangChain integration, custom compressors, and prompt caching that can cut costs by 90%. The compression ratios are realistic (5-10x for most cases, up to 20x with hierarchical methods) and they're honest about the 2% accuracy tradeoff. Best for long-running support chats or coding sessions, not worth the complexity if your conversations stay under 10 turns.

Install

npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill session-compression
Votes
0
Installs420
GitHub Stars49
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment