Ashlr Compact banner
ashlrai ashlrai

Ashlr Compact

Development community

Description

--- name: ashlr-compact description: Identify stale tool results accumulating in the conversation history and surface a recompression plan. --- Read `~/.ashlr/session-history/<sessionId>.jsonl` using the `ashlr__read` tool (or Bash if the path resolves) and then run the following analysis logic: 1. **Find the session ID**: It is in `~/.ashlr/last-project.json` under the `sessionId` key. Read that file first. 2. **Read the session history**: Read `~/.ashlr/session-history/<sessionId>.jsonl`. E

Installation

Installs to ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-compact/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-compact && curl -fsSL https://raw.githubusercontent.com/ashlrai/ashlr-plugin/HEAD/commands/ashlr-compact.md -o ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-compact/SKILL.md

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

Full documentation available on GitHub

View Source Repository