Claudenator — Development skill for Claude Code
Hasta la vista, Claude sessions.
How to install Claudenator
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open MarcinOrlowski/claudenator and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claudenator does
Hasta la vista, Claude sessions! Claudenator - The only Claude Code session manager you need
Alternatives in Development
- Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
- Resume Work From A Handoff Document — You are tasked with resuming work from a handoff document through an interactive process 10k ★
- Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
README

[](https://pypi.org/project/claudenator/) [](https://www.python.org/) [](LICENSE.md)
The only Claude Code session manager you need
Claude Code writes a lot. Every session leaves a transcript from the main session and its subagents. Then goes the environment, file history, jobs and todos. That's tons of disk. Additionally, it auto-purges all the sessions older than 30 days, but if you decide to prevent that and keep some old sessions for longer, it can stack up a massive pile pretty quickly.
This is where Claudenator comes to the rescue. It shows all your sessions, grouped by project folder, sorts them by whatever column you like and shows tons of additional information that would help you manage them and purge only real garbage.

Features
- Shows every session, its title, project, size, date, messages, model, git branch, tools and moar.
- A details pane under the table, and a full-screen view for the whole story.
- Order the table by any column and narrow it to what you look for with a filter.
- A deleted session first goes to a Trash so it disappears but is not yet gone and can be either restored or purged for good.
- Comes with "Deep scan" feature, that process the full transcript to give you more stats for nerds.
- Configurable TUI with themes, layout, time formats and more.
Installation
The [pipx](https://pypi.org/project/pipx/) is the recommended way to install it:
# Install pipx if not present
sudo apt install -y pipx
# Install the tool
pipx install claudenator
# Upgrade existing installation
pipx upgrade claudenator
License
- Written and copyrighted ©2026 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
- This is open-source software licensed unde
Related Skills
AgentCLISessionManager
Managing all claude code/copilot CLI sessions, so you will never need to remember what session-id it was
Tmux Claude Session Manager
Run many Claude Code sessions across your projects, each in its own tmux session — then list them, see which a
Temple
Session manager for Claude Code and Codex — an IDE for your agent sessions, organized by project and a click a
Waybar Claude Status
waybar module showing live Claude Code session status (working / waiting / idle), including background jobs th
Reload Session Bootstrap
The first thing an agent should do each session in Reload — load its shared-memory context, then find the mess
Agent Session Status
Live OpenCode, Claude Code, and Codex session state for Ironbar and Waybar. Provider events are reduced to a s
Related Agents
Session Manager
Workflow coordinator for writing sessions, git integration, and task routing across the team. Use to orchestra
Hub
Session manager for Oh My Team hub. Receives messages from Telegram/Slack. Manages multiple project sessions v
Wip Manager
Manage work-in-progress for multi-session tasks. Auto-invoked when tasks span sessions.