entire

Manage AI agent sessions in git with reproducible checkpoints.

6|1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/almeidamarcell/claude-code-skills --skill entire
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: entire
Source: https://github.com/almeidamarcell/claude-code-skills/tree/main/entire
Command: npx skills add https://github.com/almeidamarcell/claude-code-skills --skill entire

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures and preserves AI agent sessions within your git workflow to provide a reliable history of how code was created, enabling safe rewinds and improved collaboration.

Core Features & Use Cases

  • Checkpoint sessions: Save points from agent interactions to revert to exact states.
  • Rewind & restore: Non-destructive restoration of code to a prior checkpoint.
  • Explain sessions: Show transcripts and reasoning behind code changes.
  • Resume work: Reattach to a branch with preserved session context to continue work.
  • Troubleshooting: Diagnose stuck sessions and fix state with doctor, clean, and reset workflows.

Quick Start

Install Entire in your repository and then run the enable command to start tracking sessions.

Frequently Asked Questions about entire

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

FAQPage Schema
How do I create reproducible checkpoints for AI coding agent sessions?

You can capture AI agent sessions within your git workflow to create reproducible checkpoints. The tool supports both manual-commit and auto-commit strategies, storing session metadata on a dedicated branch for reliable tracking.

What is the best way to rewind code changes made by an AI agent without losing history?

Rewinding code changes is handled non-destructively by restoring your code to a prior checkpoint. The dedicated checkpoints branch preserves the original git history while allowing you to safely revert to exact prior states.

How can I see the reasoning behind AI-generated code changes in my repository?

You can use the explain operation to show transcripts and reasoning behind code changes. This feature exposes the historical context of how code was produced during the captured agent sessions.

Can I resume an AI coding session across different git branches?

Yes, you can resume work by reattaching to a branch with preserved session context. This allows you to continue work seamlessly across branches while maintaining the prior agent interaction history.

What should I do when an AI session checkpoint gets stuck or fails to capture?

Troubleshoot stuck sessions by running the doctor, clean, and reset workflows. These operations diagnose checkpoint state issues and fix the git tracking configuration to restore normal session capture.

Does Entire require any external dependencies to track git sessions?

Entire requires no external dependencies to integrate with your git workflow. You simply install it in your repository and run the enable command to start tracking AI agent sessions immediately.