auto-entire

Check Entire CLI, Claude-Mem, and RTK health before coding sessions.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/calebrosario/opencode-auto-entire --skill auto-entire
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-entire
Source: https://github.com/calebrosario/opencode-auto-entire/tree/main/.agents/skills/auto-entire
Command: npx skills add https://github.com/calebrosario/opencode-auto-entire --skill auto-entire

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

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.

Frequently Asked Questions about auto-entire

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

FAQPage Schema
How do I prevent context loss in AI coding sessions?

To prevent context loss in AI coding sessions, run a start-of-session health check that validates Entire CLI, Claude-Mem, and RTK status. This detects missing checkpoint recovery, cross-session memory persistence, and token optimization before significant work begins.

Why does my AI coding session lose memory across checkpoints?

Your AI coding session loses memory across checkpoints when Entire CLI auto-commit is disabled or Claude-Mem cross-session memory is inactive. Running a diagnostic check script identifies which persistence layer is missing and emits exact remediation commands to restore context retention.

How do I check if Entire CLI and Claude-Mem are active before refactoring?

Check if Entire CLI and Claude-Mem are active before refactoring by executing a checker script at the start of your git coding session. It detects missing memory persistence tools and prompts the exact fix commands needed to safeguard multi-file edits.

Does this context recovery check work with OpenCode, Cursor, and Codex?

Yes, this context recovery check works with OpenCode, Cursor, Codex, and Claude Code. It applies to git-repo development sessions and troubleshooting scenarios where memory persistence, checkpoint recovery, or RTK token optimization may be missing.

Can I configure context persistence checks to run silently instead of prompting?

Yes, you can configure context persistence checks to run silently, auto-init, or prompt by using a local JSON configuration file. This controls how reminders for missing Entire CLI, Claude-Mem, or RTK are handled during your git coding session.