← ClaudeAtlas

claude-tracker-suitelisted

Claude Code session management suite: search sessions by topic/ID, resume crashed sessions, spawn new sessions (interactive or headless), monitor live sessions, detect projects, auto-summarize new sessions, and bootstrap new setups. This skill should be used when searching past sessions, checking running sessions, resuming work, spawning new sessions, or bootstrapping a new machine.
tdimino/claude-code-minoan · ★ 32 · Web & Frontend · score 85
Install: claude install-skill tdimino/claude-code-minoan
# Claude Session Management Suite Search, browse, monitor, and manage Claude Code session history across all projects. ## Tools Overview | Tool | Purpose | |------|---------| | `claude-tracker-search` | Search sessions by keyword or ID prefix (standalone script) | | `open-sessions.js` | List top N sessions, open selected in cmux tabs/splits | | `claude-tracker-resume` | Find and resume crashed/inactive sessions | | `claude-tracker-alive` | Check which sessions have running processes | | `claude-tracker-watch` | Daemon: auto-summarize new sessions, update active-projects.md | | `claude-tracker` | List recent sessions with status badges (standalone script) | | `new-session.sh` | Start a new session in Ghostty/VSCode/Cursor, with optional prompt or headless mode | | `resume-session.sh` | Open a session in a cmux tab (optionally open project in VS Code/Cursor) | | `detect-projects.js` | Scan sessions to find all projects, check CLAUDE.md coverage | | `bootstrap-claude-setup.js` | Generate complete ~/.claude/ config for new machine | | `update-active-projects.py` | Regenerate active-projects.md with enriched session data | ## Standalone Scripts Commands delegate to standalone Node.js scripts (avoids shell escaping issues with inline `node -e`): | Script | Called By | Purpose | |--------|-----------|---------| | `scripts/search-sessions.js` | `/claude-tracker-search` | Keyword search or `--id` prefix lookup across all sessions | | `scripts/open-sessions.js` | Direct invocatio