v-compress

Compress completed session phases into concise summaries and store details to disk.

26|3|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/kks0488/vibe-claude --skill v-compress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: v-compress
Source: https://github.com/kks0488/vibe-claude/tree/main/skills/v-compress
Command: npx skills add https://github.com/kks0488/vibe-claude --skill v-compress

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill reduces session context bloat by compressing completed phases into concise summaries.

Core Features & Use Cases

  • Phase compression: converts completed phases into concise summaries to preserve essential details.
  • Detail preservation: stores detailed content to disk (phase-detail files) while keeping only summaries in the active conversation.
  • Manual and automatic triggers: /v-compress can run automatically during phase transitions or be invoked manually by the user.

Quick Start

  • Run /v-compress to compress the current session.
  • Run /v-compress phase 2 to compress a specific Phase (replace 2 with the target number).
  • After compression, the system saves detailed phase content to files and returns a compressed summary for future sessions.

Frequently Asked Questions about v-compress

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

FAQPage Schema
How do I reduce context bloat during long AI agent sessions?

To reduce session context bloat, compress completed phases into concise summaries that preserve core decisions. This keeps the active conversation lightweight while detailed content is stored to disk.

When should I compress session context to manage conversation length?

You should compress session context during phase transitions or when conversations become too long. This prevents context limits from interrupting your workflow by summarizing completed work and storing full details to disk.

Can I manually trigger context compression for a specific phase?

Yes, you can manually trigger context compression for a specific phase by running the /v-compress command followed by the phase number. This allows you to selectively compress completed work without affecting active tasks.

Does phase compression delete the original detailed conversation content?

Phase compression does not delete original detailed conversation content. It stores the detailed phase content to disk files and only replaces the active context with a concise summary to preserve essential information for future tasks.

What is the best way to extend AI agent sessions without losing core decisions?

The best way to extend AI agent sessions without losing core decisions is to use automatic phase compression. It converts completed phases into summaries during transitions, ensuring essential details are preserved while extending the session length.