compactor-detail

Compact session context and execute code in sandboxes to reduce bloat.

56|12|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Neuron-Mr-White/UniPi --skill compactor-detail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compactor-detail
Source: https://github.com/Neuron-Mr-White/UniPi/tree/main/packages/compactor/skills/compactor-detail
Command: npx skills add https://github.com/Neuron-Mr-White/UniPi --skill compactor-detail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Compactor Skill manages and optimizes session history and context usage, ensuring efficient conversation flow and easy information recall without clutter.

Core Features & Use Cases

  • Session History Management: Provides advanced search and recall options for past conversations and messages.
  • Context Budgeting: Allows you to track and optimize context usage within a conversation for better performance and memory management.
  • Sandboxed Execution: Safely run code and execute files in isolated environments without compromising the main session.

Quick Start

To compact and preview session data for optimization, run 'compactor compact(dryRun: true)'.

Frequently Asked Questions about compactor-detail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage context usage and reduce conversation history bloat in long-running sessions?

You can reduce conversation history bloat by compacting session data to optimize context usage. This approach safely removes clutter while allowing you to recall previous messages and maintain an efficient continuous dialogue flow.

Can I execute Python and JavaScript code safely without compromising my main conversation session?

Yes, you can safely execute Python, JavaScript, and TypeScript code without compromising your main session. Sandboxed execution isolates code and file execution environments, preventing external interference while maintaining active context.

What is the best way to recall past messages from a previous conversation without cluttering the current context budget?

The best way to recall past messages without exceeding your context budget is using targeted session history management. This provides advanced search and recall options to retrieve specific previous conversations without introducing unnecessary clutter.

How do I preview context optimization results before applying changes to my session history?

You can preview context optimization results by executing a compaction dry run. This tests the session data optimization, allowing you to review context usage adjustments before permanently altering your conversation history.

Does sandboxed execution support running files in isolated environments for TypeScript and Python?

Yes, sandboxed execution fully supports running files in isolated environments for TypeScript, Python, and JavaScript. This allows safe code testing and execution without risking the stability of your active conversation context.