axrepl-clean

Remove exited axrepl REPL sessions and their on-disk state.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/SpecterShell/axec --skill axrepl-clean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axrepl-clean
Source: https://github.com/SpecterShell/axec/tree/main/skills/axrepl-clean
Command: npx skills add https://github.com/SpecterShell/axec --skill axrepl-clean

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove exited REPL sessions and their on-disk state to reclaim disk space and reduce clutter.

Core Features & Use Cases

  • Remove all exited sessions and their on-disk state (metadata, output logs, REPL driver info).
  • Ensure active sessions remain intact and are not affected.
  • Provide a simple cleanup workflow to maintain a tidy session store.

Quick Start

Run axrepl clean to remove all exited REPL sessions and their on-disk state.

Frequently Asked Questions about axrepl-clean

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

FAQPage Schema
How do I clean up exited REPL sessions and reclaim disk space?

You can clean up exited REPL sessions by running a command that locates and removes completed jobs, old logs, and stale metadata while preserving active sessions. This reclaims disk space and reduces session store clutter.

What happens to active REPL sessions when removing old session metadata?

Active REPL sessions remain intact and are not affected when removing old session metadata. The cleanup process specifically targets exited sessions and their on-disk state, ensuring active jobs continue running without interruption.

How does removing stale REPL metadata work to free up disk space?

Removing stale REPL metadata works by using Bash scripts to locate, delete, and report on exited sessions across multiple sessions. It removes completed jobs, old logs, and REPL driver info to free up disk space and maintain a tidy session store.

Can I use Bash scripts to delete old REPL output logs across multiple sessions?

Yes, you can use Bash scripts to delete old REPL output logs across multiple sessions. The cleanup workflow locates and removes exited sessions and their on-disk state, reporting on the reclaimed disk space while keeping active sessions intact.

When should I run a cleanup workflow to remove completed REPL jobs?

You should run a cleanup workflow to remove completed REPL jobs when disk space needs reclaiming or session store clutter becomes excessive. This ensures exited sessions and their on-disk state are removed while active sessions remain preserved.