Help us improve
Share bugs, ideas, or general feedback.
From skillforge
Compress plugin skills to lightweight stubs, saving ~88% context tokens per turn
npx claudepluginhub aventerica89/jb-claude-plugins --plugin skillforgeHow this command is triggered — by the user, by Claude, or both
Slash command
/skillforge:compressThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Compress skills to reduce context overhead. Run with optional plugin name to target a specific plugin. After compression, restart your Claude Code session for changes to take effect.
/compressCompresses CLAUDE.md or specified memory files at light/medium/aggressive levels with protected-span safety. Reports token savings, validation status, and backup location.
/compressCompresses natural language in .md/.txt file to caveman format, saving input tokens. Preserves code blocks, URLs, structure; creates backup.
/compressCompresses a markdown file to reduce token usage using lossless (structural) or lossy (semantic) modes with section-by-section review.
Share bugs, ideas, or general feedback.
Compress skills to reduce context overhead. Run with optional plugin name to target a specific plugin.
node "${CLAUDE_PLUGIN_ROOT}/scripts/compress.js" $ARGUMENTS
After compression, restart your Claude Code session for changes to take effect.