martinovad

Compress Last — Development skill for Claude Code

Development community

Compress the PREVIOUS (uncompressed) session into the vault — cheaply.

How to install Compress Last

Installs to ~/.claude/skills/martinovad-jarvis-agent-memory-compress-last/SKILL.md

Terminal
mkdir -p ~/.claude/skills/martinovad-jarvis-agent-memory-compress-last && curl -fsSL https://raw.githubusercontent.com/martinovad/jarvis-agent-memory/HEAD/skills/compress-last.md -o ~/.claude/skills/martinovad-jarvis-agent-memory-compress-last/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Compress Last does

Compress the PREVIOUS (uncompressed) session into the vault — cheaply. The Opus parent stays a thin relay; Haiku workers read the conversation and write everything in THEIR OWN context, so cost stays decoupled from session size. Run in a fresh session. To save the CURRENT session immediately, use /compress.

**Run every shell block below with the PowerShell tool directly — NOT the Bash tool.** They are PowerShell; wrapping them as `powershell -Command "..."` through Bash mangles the backticks (`

Alternatives in Development

  • Knowledge Work Plugins — Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork 9734 125 18 10.5k ★
  • Exec Summary — Compress a document or update into a crisp executive summary 1.3k ★
  • Fast Jev Compaction — Claude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scor 425 ★

Full documentation available on GitHub

View Source Repository