# Checkpoint Management

> Git-backed state management for safe rollback. Create and restore checkpoints with tagged commits and metadata tracking.

- **Type:** Skill
- **Install:** `agentstack add skill-a5c-ai-babysitter-checkpoint-management`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [a5c-ai](https://agentstack.voostack.com/s/a5c-ai)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [a5c-ai](https://github.com/a5c-ai)
- **Source:** https://github.com/a5c-ai/babysitter/tree/main/library/methodologies/claudekit/skills/checkpoint-management
- **Website:** https://a5c.ai

## Install

```sh
agentstack add skill-a5c-ai-babysitter-checkpoint-management
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Checkpoint Management

## Overview

Git-backed checkpoint system providing safe rollback points during development sessions. Each checkpoint creates a tagged commit with descriptive metadata for easy identification and restoration.

## Operations

### Create Checkpoint
- Stage all current changes
- Create commit with [CHECKPOINT] prefix
- Tag with claudekit-checkpoint-{timestamp}
- Record metadata: files changed, insertions, deletions

### Restore Checkpoint
- List available checkpoints by tag
- Preview changes that would be reverted
- Restore to selected checkpoint via git reset
- Verify restored state matches checkpoint

## Session Isolation

Checkpoints are session-scoped. Tags created during a session can be cleaned up without affecting other work.

## When to Use

- Before risky refactoring operations
- After passing quality checks (safety checkpoints)
- At the start and end of ClaudeKit sessions
- Before spec execution phases

## Processes Used By

- `claudekit-orchestrator` (session start/end checkpoints)
- `claudekit-safety-pipeline` (safety checkpoints after quality checks)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [a5c-ai](https://github.com/a5c-ai)
- **Source:** [a5c-ai/babysitter](https://github.com/a5c-ai/babysitter)
- **License:** MIT
- **Homepage:** https://a5c.ai

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-a5c-ai-babysitter-checkpoint-management
- Seller: https://agentstack.voostack.com/s/a5c-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
