What problem does it solve?
Prevents AI coding session crashes and lost work by verifying that your Entire CLI checkpoint/recovery, Claude-Mem cross-session memory, and RTK token optimization are active before you start significant changes.
Core Features & Use Cases
- Entire CLI health check: Detects whether Entire is enabled and recommends enabling it (auto-commit strategy) to preserve checkpoints.
- Claude-Mem status validation: Flags missing Claude-Mem so you can restore cross-session context persistence.
- RTK efficiency monitoring: Confirms RTK is active and surfaces efficiency to help keep long-session costs under control.
- Configurable behavior: Supports prompt, auto-init, or silent modes via a local configuration file, tailored to how you want reminders handled.
Use cases: start-of-session safety checks in git repos, troubleshooting when memory/context doesn’t persist, and safeguarding work before refactors, large merges, or multi-file edits across OpenCode, Claude Code, Cursor, or Codex.
Quick Start
Run the skill’s checker at the beginning of your git coding session so it can detect missing Entire/Claude-Mem/RTK and prompt the exact fix commands.